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

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

Issue 68633002: Version 1.0.0.2 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 7 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 | « dart/tools/signing_script.py ('k') | dart/utils/compiler/create_snapshot.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/utils/compiler/compiler.gyp
===================================================================
--- dart/utils/compiler/compiler.gyp (revision 30146)
+++ dart/utils/compiler/compiler.gyp (working copy)
@@ -16,39 +16,18 @@
],
'actions': [
{
- 'action_name': 'generate_dart2js_snapshot',
+ 'action_name': 'generate_snapshots',
'inputs': [
'<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)',
'../../sdk/lib/_internal/libraries.dart',
- '<!@(["python", "../../tools/list_files.py", "\\.dart$",'
- ' "../../sdk/lib/_internal/compiler", "../../runtime/lib"])',
- '../../sdk/lib/_internal/libraries.dart',
- ],
- 'outputs': [
- '<(SHARED_INTERMEDIATE_DIR)/dart2js.dart.snapshot',
- ],
- 'action': [
- '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)',
- # Note: we don't store the snapshot in the location where
- # the dart2js script is looking for it. The motivation
- # for that is to support an incremental development model
- # for dart2js compiler engineers. However, we install the
- # snapshot in the proper location when building the SDK.
- '--snapshot=<(SHARED_INTERMEDIATE_DIR)/dart2js.dart.snapshot',
- '../../sdk/lib/_internal/compiler/implementation/dart2js.dart',
- ],
- },
- {
- 'action_name': 'generate_dartdoc_snapshot',
- 'inputs': [
- '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)',
- '../../sdk/lib/_internal/libraries.dart',
'<!@(["python", "../../tools/list_files.py", "\\.dart$", "../../sdk/lib/_internal/compiler", "../../runtime/lib", "../../sdk/lib/_internal/dartdoc"])',
'create_snapshot.dart',
'<(SHARED_INTERMEDIATE_DIR)/packages.stamp',
+ '../../tools/VERSION',
],
'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/utils_wrapper.dart.snapshot',
+ '<(SHARED_INTERMEDIATE_DIR)/dart2js.dart.snapshot',
],
'action': [
'<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)',
« no previous file with comments | « dart/tools/signing_script.py ('k') | dart/utils/compiler/create_snapshot.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698