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

Side by Side Diff: site/try/build_try.gyp

Issue 693183006: Revert "Move dart2js from sdk/lib/_internal/compiler to pkg/compiler" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « site/try/Makefile ('k') | site/try/poi/Makefile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE 3 # BSD-style license that can be found in the LICENSE
4 4
5 { 5 {
6 'variables' : { 6 'variables' : {
7 'script_suffix%': '', 7 'script_suffix%': '',
8 }, 8 },
9 'conditions' : [ 9 'conditions' : [
10 ['OS=="win"', { 10 ['OS=="win"', {
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 'message': 'Creating sdk.json', 68 'message': 'Creating sdk.json',
69 'inputs': [ 69 'inputs': [
70 70
71 # Depending on this file ensures that the SDK is built before this 71 # Depending on this file ensures that the SDK is built before this
72 # action is executed. 72 # action is executed.
73 '<(PRODUCT_DIR)/dart-sdk/README', 73 '<(PRODUCT_DIR)/dart-sdk/README',
74 74
75 # This dependency is redundant for now, as this directory is 75 # This dependency is redundant for now, as this directory is
76 # implicitly part of the dependencies for dart-sdk/README. 76 # implicitly part of the dependencies for dart-sdk/README.
77 '<!@(["python", "../../tools/list_files.py", "\\.dart$", ' 77 '<!@(["python", "../../tools/list_files.py", "\\.dart$", '
78 '"../../pkg/compiler/samples/jsonify"])', 78 '"../../sdk/lib/_internal/compiler/samples/jsonify"])',
79 ], 79 ],
80 'outputs': [ 80 'outputs': [
81 '<(SHARED_INTERMEDIATE_DIR)/sdk.json', 81 '<(SHARED_INTERMEDIATE_DIR)/sdk.json',
82 ], 82 ],
83 'action': [ 83 'action': [
84 84
85 '<(PRODUCT_DIR)/dart-sdk/bin/' 85 '<(PRODUCT_DIR)/dart-sdk/bin/'
86 '<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)', 86 '<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)',
87 87
88 '-Dlist_all_libraries=true', 88 '-Dlist_all_libraries=true',
89 '-DoutputJson=true', 89 '-DoutputJson=true',
90 '--package-root=<(PRODUCT_DIR)/packages/', 90 '../../sdk/lib/_internal/compiler/samples/jsonify/jsonify.dart',
91 '../../pkg/compiler/samples/jsonify/jsonify.dart',
92 '<(SHARED_INTERMEDIATE_DIR)/sdk.json', 91 '<(SHARED_INTERMEDIATE_DIR)/sdk.json',
93 ], 92 ],
94 }, 93 },
95 { 94 {
96 'action_name': 'compile', 95 'action_name': 'compile',
97 'message': 'Creating leap.dart.js', 96 'message': 'Creating leap.dart.js',
98 'inputs': [ 97 'inputs': [
99 # Depending on this file ensures that the SDK is built before this 98 # Depending on this file ensures that the SDK is built before this
100 # action is executed. 99 # action is executed.
101 '<(PRODUCT_DIR)/dart-sdk/README', 100 '<(PRODUCT_DIR)/dart-sdk/README',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 'files': [ 190 'files': [
192 'app.yaml', 191 'app.yaml',
193 '<@(try_dart_static_files)', 192 '<@(try_dart_static_files)',
194 '<(SHARED_INTERMEDIATE_DIR)/ssl.appcache', 193 '<(SHARED_INTERMEDIATE_DIR)/ssl.appcache',
195 ], 194 ],
196 }, 195 },
197 ], 196 ],
198 }, 197 },
199 ], 198 ],
200 } 199 }
OLDNEW
« no previous file with comments | « site/try/Makefile ('k') | site/try/poi/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698