| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |