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

Unified Diff: BUILD.gn

Issue 2446473002: GN: Fix build (Closed)
Patch Set: Remove redundant print Created 4 years, 2 months 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 | tools/dart_for_gn.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 801053723def9f7473d9f131a173ea99eef92c37..a7d7e22adc39a23c521ec9c64a217f58f2f18992 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -56,7 +56,8 @@ action("create_sdk") {
deps = [
"runtime/bin:dart",
"utils/analysis_server",
- "utils/compiler",
+ "utils/compiler:dart2js",
+ "utils/compiler:utils_wrapper",
"utils/dartanalyzer:generate_dartanalyzer_snapshot",
"utils/dartanalyzer:generate_summary_spec",
"utils/dartanalyzer:generate_summary_strong",
« no previous file with comments | « no previous file | tools/dart_for_gn.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698