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

Side by Side Diff: runtime/vm/vm.gypi

Issue 1390803002: Move dart:_vmservice native entries into bootstrap natives (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « runtime/vm/service_isolate.cc ('k') | 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 'variables': { 6 'variables': {
7 'gen_source_dir': '<(SHARED_INTERMEDIATE_DIR)', 7 'gen_source_dir': '<(SHARED_INTERMEDIATE_DIR)',
8 'libgen_in_cc_file': '../lib/libgen_in.cc', 8 'libgen_in_cc_file': '../lib/libgen_in.cc',
9 'builtin_in_cc_file': '../bin/builtin_in.cc', 9 'builtin_in_cc_file': '../bin/builtin_in.cc',
10 'async_cc_file': '<(gen_source_dir)/async_gen.cc', 10 'async_cc_file': '<(gen_source_dir)/async_gen.cc',
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 'includes': [ 188 'includes': [
189 '../lib/async_sources.gypi', 189 '../lib/async_sources.gypi',
190 '../lib/collection_sources.gypi', 190 '../lib/collection_sources.gypi',
191 '../lib/core_sources.gypi', 191 '../lib/core_sources.gypi',
192 '../lib/developer_sources.gypi', 192 '../lib/developer_sources.gypi',
193 '../lib/internal_sources.gypi', 193 '../lib/internal_sources.gypi',
194 '../lib/isolate_sources.gypi', 194 '../lib/isolate_sources.gypi',
195 '../lib/math_sources.gypi', 195 '../lib/math_sources.gypi',
196 '../lib/mirrors_sources.gypi', 196 '../lib/mirrors_sources.gypi',
197 '../lib/typed_data_sources.gypi', 197 '../lib/typed_data_sources.gypi',
198 '../lib/vmservice_sources.gypi',
198 ], 199 ],
199 'sources': [ 200 'sources': [
200 'bootstrap.cc', 201 'bootstrap.cc',
201 # Include generated source files. 202 # Include generated source files.
202 '<(async_cc_file)', 203 '<(async_cc_file)',
203 '<(async_patch_cc_file)', 204 '<(async_patch_cc_file)',
204 '<(core_cc_file)', 205 '<(core_cc_file)',
205 '<(core_patch_cc_file)', 206 '<(core_patch_cc_file)',
206 '<(collection_cc_file)', 207 '<(collection_cc_file)',
207 '<(collection_patch_cc_file)', 208 '<(collection_patch_cc_file)',
(...skipping 942 matching lines...) Expand 10 before | Expand all | Expand 10 after
1150 '--var_name', 'dart::Bootstrap::vmservice_source_paths_', 1151 '--var_name', 'dart::Bootstrap::vmservice_source_paths_',
1151 '--library_name', 'dart:_vmservice', 1152 '--library_name', 'dart:_vmservice',
1152 '<@(_sources)', 1153 '<@(_sources)',
1153 ], 1154 ],
1154 'message': 'Generating ''<(vmservice_cc_file)'' file.' 1155 'message': 'Generating ''<(vmservice_cc_file)'' file.'
1155 }, 1156 },
1156 ] 1157 ]
1157 }, 1158 },
1158 ] 1159 ]
1159 } 1160 }
OLDNEW
« no previous file with comments | « runtime/vm/service_isolate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698