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

Unified Diff: dart/utils/apidoc/apidoc.gyp

Issue 11446040: Remove stale dependencies on dart2js scripts. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years 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
Index: dart/utils/apidoc/apidoc.gyp
diff --git a/dart/utils/apidoc/apidoc.gyp b/dart/utils/apidoc/apidoc.gyp
index ab17574964648023200129285ef6ad5b10c43a38..baeae67654bfd328a3bb82e23a48ddcf7325d9b4 100644
--- a/dart/utils/apidoc/apidoc.gyp
+++ b/dart/utils/apidoc/apidoc.gyp
@@ -29,10 +29,13 @@
'action_name': 'run_apidoc',
'inputs': [
'<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)',
- '<(PRODUCT_DIR)/dart2js',
- '<(PRODUCT_DIR)/dart2js.bat',
+ '<(PRODUCT_DIR)/dart2js.snapshot',
'<!@(["python", "../../tools/list_files.py", "\\.(css|ico|js|json|png|sh|txt|yaml|py)$", ".", "../../sdk/lib/_internal/dartdoc"])',
'<!@(["python", "../../tools/list_files.py", "\\.dart$", "../../sdk/lib", "../../runtime/lib", "../../runtime/bin"])',
+ '../../sdk/bin/dart',
+ '../../sdk/bin/dart.bat',
+ '../../sdk/bin/dart2js',
+ '../../sdk/bin/dart2js.bat',
],
'outputs': [
'<(PRODUCT_DIR)/api_docs/index.html',

Powered by Google App Engine
This is Rietveld 408576698