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

Unified Diff: utils/dartanalyzer/dartanalyzer.gyp

Issue 2341303004: Fix dartanalyzer.gyp for SDK summary generation. (Closed)
Patch Set: Created 4 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/dartanalyzer/dartanalyzer.gyp
diff --git a/utils/dartanalyzer/dartanalyzer.gyp b/utils/dartanalyzer/dartanalyzer.gyp
index 219597dee2241c1a7e9790a80bdb5062ae252f95..0b7e8a051c477c10d2a964d8805240acde10e5eb 100644
--- a/utils/dartanalyzer/dartanalyzer.gyp
+++ b/utils/dartanalyzer/dartanalyzer.gyp
@@ -38,21 +38,6 @@
'<!@(["python", "../../tools/list_files.py", "\\.dart$", "../../pkg/analyzer"])',
],
'outputs': [
- '<(SHARED_INTERMEDIATE_DIR)/sdk_summary_bundle.bin',
- ],
- 'action': [
- '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)',
- '../../pkg/analyzer/tool/summary/build_sdk_summaries.dart',
- 'single-output',
- '<(SHARED_INTERMEDIATE_DIR)/sdk_summary_bundle.bin',
- ],
- },
- {
- 'action_name': 'extract_spec_summary',
- 'inputs': [
- '<(SHARED_INTERMEDIATE_DIR)/sdk_summary_bundle.bin',
- ],
- 'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/spec.sum',
],
'action': [
« 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