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

Side by Side Diff: runtime/dart-runtime.gyp

Issue 22393002: First CL for removing our dependency on the checked-in binary for building (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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 | « editor/tools/compile_analyzer.py ('k') | tools/print_version.py » ('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) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 'includes': [ 6 'includes': [
7 'tools/gyp/runtime-configurations.gypi', 7 'tools/gyp/runtime-configurations.gypi',
8 'vm/vm.gypi', 8 'vm/vm.gypi',
9 'bin/bin.gypi', 9 'bin/bin.gypi',
10 'third_party/double-conversion/src/double-conversion.gypi', 10 'third_party/double-conversion/src/double-conversion.gypi',
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 'dependencies': [ 72 'dependencies': [
73 'libdart_dependency_helper.target#target', 73 'libdart_dependency_helper.target#target',
74 'libdart_dependency_helper.host#host', 74 'libdart_dependency_helper.host#host',
75 ], 75 ],
76 'actions': [ 76 'actions': [
77 { 77 {
78 'action_name': 'generate_version_cc', 78 'action_name': 'generate_version_cc',
79 'inputs': [ 79 'inputs': [
80 '../tools/make_version.py', 80 '../tools/make_version.py',
81 '../tools/utils.py', 81 '../tools/utils.py',
82 '../tools/version.dart', 82 '../tools/print_version.py',
83 '../tools/release/version.dart',
84 '../tools/VERSION', 83 '../tools/VERSION',
85 '<(version_in_cc_file)', 84 '<(version_in_cc_file)',
86 # Depend on libdart_dependency_helper to track the libraries it 85 # Depend on libdart_dependency_helper to track the libraries it
87 # depends on. 86 # depends on.
88 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)libdart_dependency_helper.target <(EXECUTABLE_SUFFIX)', 87 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)libdart_dependency_helper.target <(EXECUTABLE_SUFFIX)',
89 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)libdart_dependency_helper.host<( EXECUTABLE_SUFFIX)', 88 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)libdart_dependency_helper.host<( EXECUTABLE_SUFFIX)',
90 ], 89 ],
91 'outputs': [ 90 'outputs': [
92 '<(version_cc_file)', 91 '<(version_cc_file)',
93 ], 92 ],
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 }, 124 },
126 { 125 {
127 'target_name': 'runtime_packages', 126 'target_name': 'runtime_packages',
128 'type': 'none', 127 'type': 'none',
129 'dependencies': [ 128 'dependencies': [
130 '../pkg/pkg.gyp:pkg_packages', 129 '../pkg/pkg.gyp:pkg_packages',
131 ], 130 ],
132 }, 131 },
133 ], 132 ],
134 } 133 }
OLDNEW
« no previous file with comments | « editor/tools/compile_analyzer.py ('k') | tools/print_version.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698