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

Unified Diff: site/try/build_try.gyp

Issue 2006993002: Build sdk.json without source-mirrors (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 7 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
« site/try/build_sdk_json.dart ('K') | « site/try/build_sdk_json.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site/try/build_try.gyp
diff --git a/site/try/build_try.gyp b/site/try/build_try.gyp
index c421c85ac372120a427d3928bfca807efd75332c..07717a32c1271901fc088df0e9bb447a27dcc276 100644
--- a/site/try/build_try.gyp
+++ b/site/try/build_try.gyp
@@ -69,8 +69,7 @@
# This dependency is redundant for now, as this directory is
# implicitly part of the dependencies for dart-sdk/README.
- '<!@(["python", "../../tools/list_files.py", "\\.dart$", '
- '"../../pkg/compiler/samples/jsonify"])',
+ 'build_sdk_json.dart',
],
'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/sdk.json',
@@ -80,10 +79,8 @@
'<(PRODUCT_DIR)/dart-sdk/bin/'
'<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)',
- '-Dlist_all_libraries=true',
- '-DoutputJson=true',
'--package-root=<(PRODUCT_DIR)/packages/',
- '../../pkg/compiler/samples/jsonify/jsonify.dart',
+ 'build_sdk_json.dart',
'<(SHARED_INTERMEDIATE_DIR)/sdk.json',
],
},
« site/try/build_sdk_json.dart ('K') | « site/try/build_sdk_json.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698