Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(549)

Unified Diff: utils/dartdevc/BUILD.gn

Issue 2480573002: GN: Fix build (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/dartdevc/BUILD.gn
diff --git a/utils/dartdevc/BUILD.gn b/utils/dartdevc/BUILD.gn
index 9b1bdbee7ad56b82d8fbe6e60fc6bc14ad0fedf9..34aaf882ea84bddb365f38a343aa39039c511ba3 100644
--- a/utils/dartdevc/BUILD.gn
+++ b/utils/dartdevc/BUILD.gn
@@ -9,6 +9,8 @@ application_snapshot("dartdevc") {
training_args = [
"--dart-sdk",
rebase_path("../../sdk"),
+ "--dart-sdk-summary",
+ rebase_path("../../pkg/dev_compiler/lib/sdk/ddc_sdk.sum"),
"--help",
]
inputs = exec_script("../../tools/list_dart_files.py",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698