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

Side by Side Diff: dart.gyp

Issue 10561029: Add missing dependency to sdk-build. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove extra file from patch. Created 8 years, 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | 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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'compiler', 8 'target_name': 'compiler',
9 'type': 'none', 9 'type': 'none',
10 'dependencies': [ 10 'dependencies': [
(...skipping 18 matching lines...) Expand all
29 'type': 'none', 29 'type': 'none',
30 'dependencies': [ 30 'dependencies': [
31 'runtime/dart-runtime.gyp:dart', 31 'runtime/dart-runtime.gyp:dart',
32 'dart2js', 32 'dart2js',
33 ], 33 ],
34 'actions': [ 34 'actions': [
35 { 35 {
36 'action_name': 'create_sdk_py', 36 'action_name': 'create_sdk_py',
37 'inputs': [ 37 'inputs': [
38 '<!@(["python", "tools/list_files.py", "\\.dart$", "lib"])', 38 '<!@(["python", "tools/list_files.py", "\\.dart$", "lib"])',
39 '<!@(["python", "tools/list_files.py", "import_.*\\.config$", "lib/c onfig"])',
39 'tools/create_sdk.py', 40 'tools/create_sdk.py',
40 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)', 41 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)',
41 '<(PRODUCT_DIR)/dart2js', 42 '<(PRODUCT_DIR)/dart2js',
42 '<(PRODUCT_DIR)/dart2js.bat', 43 '<(PRODUCT_DIR)/dart2js.bat',
43 ], 44 ],
44 'outputs': [ 45 'outputs': [
45 '<(PRODUCT_DIR)/dart-sdk/create.stamp', 46 '<(PRODUCT_DIR)/dart-sdk/create.stamp',
46 ], 47 ],
47 'action': [ 48 'action': [
48 'python', 49 'python',
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 }, 103 },
103 { 104 {
104 'target_name': 'api_docs', 105 'target_name': 'api_docs',
105 'type': 'none', 106 'type': 'none',
106 'dependencies': [ 107 'dependencies': [
107 'utils/apidoc/apidoc.gyp:api_docs', 108 'utils/apidoc/apidoc.gyp:api_docs',
108 ], 109 ],
109 } 110 }
110 ], 111 ],
111 } 112 }
OLDNEW
« 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