[ddc] Add pkg/dev_compiler as a dep for compiling SDK

Previously making only a change to pkg/dev_compiler would not
trigger the dart_sdk.js files to be rebuilt.

Change-Id: I9eba1a67269d3cc030901cf155a96f7e9f8dde4f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/217520
Reviewed-by: Sigmund Cherem <sigmund@google.com>
Commit-Queue: Nicholas Shahan <nshahan@google.com>
This commit is contained in:
Nicholas Shahan 2021-10-21 22:45:16 +00:00 committed by commit-bot@chromium.org
parent 6a39b26d07
commit cc1cc4fa6e

View file

@ -302,7 +302,10 @@ template("dartdevc_sdk_js") {
}
prebuilt_dart_action(target_name) {
deps = [ platform_dep ]
deps = [
":dartdevc_files_stamp",
platform_dep,
]
inputs = [ platform_input ]