| 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 | 8 |
| 9 'io_cc_file': '<(gen_source_dir)/io_gen.cc', | 9 'io_cc_file': '<(gen_source_dir)/io_gen.cc', |
| 10 'io_patch_cc_file': '<(gen_source_dir)/io_patch_gen.cc', | 10 'io_patch_cc_file': '<(gen_source_dir)/io_patch_gen.cc', |
| (...skipping 935 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 946 '..', | 946 '..', |
| 947 ], | 947 ], |
| 948 'sources': [ | 948 'sources': [ |
| 949 'address_sanitizer.cc', | 949 'address_sanitizer.cc', |
| 950 'gen_snapshot.cc', | 950 'gen_snapshot.cc', |
| 951 # Very limited native resolver provided. | 951 # Very limited native resolver provided. |
| 952 'builtin_gen_snapshot.cc', | 952 'builtin_gen_snapshot.cc', |
| 953 'builtin_common.cc', | 953 'builtin_common.cc', |
| 954 'builtin.cc', | 954 'builtin.cc', |
| 955 'builtin.h', | 955 'builtin.h', |
| 956 'dfe.cc', |
| 957 'dfe.h', |
| 956 'loader.cc', | 958 'loader.cc', |
| 957 'loader.h', | 959 'loader.h', |
| 958 'platform_android.cc', | 960 'platform_android.cc', |
| 959 'platform_linux.cc', | 961 'platform_linux.cc', |
| 960 'platform_macos.cc', | 962 'platform_macos.cc', |
| 961 'platform_win.cc', | 963 'platform_win.cc', |
| 962 'platform.h', | 964 'platform.h', |
| 963 'vmservice_impl.cc', | 965 'vmservice_impl.cc', |
| 964 'vmservice_impl.h', | 966 'vmservice_impl.h', |
| 965 # Include generated source files. | 967 # Include generated source files. |
| (...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1122 ], | 1124 ], |
| 1123 'include_dirs': [ | 1125 'include_dirs': [ |
| 1124 '..', | 1126 '..', |
| 1125 '../../third_party/', # Zlib | 1127 '../../third_party/', # Zlib |
| 1126 ], | 1128 ], |
| 1127 'sources': [ | 1129 'sources': [ |
| 1128 'builtin.h', | 1130 'builtin.h', |
| 1129 'builtin_common.cc', | 1131 'builtin_common.cc', |
| 1130 'builtin_natives.cc', | 1132 'builtin_natives.cc', |
| 1131 'builtin_nolib.cc', | 1133 'builtin_nolib.cc', |
| 1134 'dfe.cc', |
| 1135 'dfe.h', |
| 1132 'error_exit.cc', | 1136 'error_exit.cc', |
| 1133 'error_exit.h', | 1137 'error_exit.h', |
| 1134 'io_natives.h', | 1138 'io_natives.h', |
| 1135 'main.cc', | |
| 1136 'loader.cc', | 1139 'loader.cc', |
| 1137 'loader.h', | 1140 'loader.h', |
| 1141 'main.cc', |
| 1138 'snapshot_utils.cc', | 1142 'snapshot_utils.cc', |
| 1139 'snapshot_utils.h', | 1143 'snapshot_utils.h', |
| 1140 'vmservice_impl.cc', | 1144 'vmservice_impl.cc', |
| 1141 'vmservice_impl.h', | 1145 'vmservice_impl.h', |
| 1142 '<(observatory_assets_cc_file)', | 1146 '<(observatory_assets_cc_file)', |
| 1143 '<(resources_cc_file)', | 1147 '<(resources_cc_file)', |
| 1144 '<(snapshot_cc_file)', | 1148 '<(snapshot_cc_file)', |
| 1145 ], | 1149 ], |
| 1146 'conditions': [ | 1150 'conditions': [ |
| 1147 ['OS=="win"', { | 1151 ['OS=="win"', { |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1239 'libdart_nosnapshot', | 1243 'libdart_nosnapshot', |
| 1240 ], | 1244 ], |
| 1241 'include_dirs': [ | 1245 'include_dirs': [ |
| 1242 '..', | 1246 '..', |
| 1243 ], | 1247 ], |
| 1244 'sources': [ | 1248 'sources': [ |
| 1245 'builtin.cc', | 1249 'builtin.cc', |
| 1246 'builtin.h', | 1250 'builtin.h', |
| 1247 'builtin_common.cc', | 1251 'builtin_common.cc', |
| 1248 'builtin_natives.cc', | 1252 'builtin_natives.cc', |
| 1253 'dfe.cc', |
| 1254 'dfe.h', |
| 1249 'error_exit.cc', | 1255 'error_exit.cc', |
| 1250 'error_exit.h', | 1256 'error_exit.h', |
| 1251 'io_natives.h', | 1257 'io_natives.h', |
| 1252 'main.cc', | |
| 1253 'loader.cc', | 1258 'loader.cc', |
| 1254 'loader.h', | 1259 'loader.h', |
| 1260 'main.cc', |
| 1255 'observatory_assets_empty.cc', | 1261 'observatory_assets_empty.cc', |
| 1256 'snapshot_empty.cc', | 1262 'snapshot_empty.cc', |
| 1257 'snapshot_utils.cc', | 1263 'snapshot_utils.cc', |
| 1258 'snapshot_utils.h', | 1264 'snapshot_utils.h', |
| 1259 'vmservice_impl.cc', | 1265 'vmservice_impl.cc', |
| 1260 'vmservice_impl.h', | 1266 'vmservice_impl.h', |
| 1261 # Include generated source files. | 1267 # Include generated source files. |
| 1262 '<(builtin_cc_file)', | 1268 '<(builtin_cc_file)', |
| 1263 '<(io_cc_file)', | 1269 '<(io_cc_file)', |
| 1264 '<(io_patch_cc_file)', | 1270 '<(io_patch_cc_file)', |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1327 '<(gen_source_dir)', | 1333 '<(gen_source_dir)', |
| 1328 ], | 1334 ], |
| 1329 'sources': [ | 1335 'sources': [ |
| 1330 'run_vm_tests.cc', | 1336 'run_vm_tests.cc', |
| 1331 'error_exit.cc', | 1337 'error_exit.cc', |
| 1332 'error_exit.h', | 1338 'error_exit.h', |
| 1333 'builtin_common.cc', | 1339 'builtin_common.cc', |
| 1334 'builtin_natives.cc', | 1340 'builtin_natives.cc', |
| 1335 'builtin_nolib.cc', | 1341 'builtin_nolib.cc', |
| 1336 'builtin.h', | 1342 'builtin.h', |
| 1343 'dfe.cc', |
| 1344 'dfe.h', |
| 1337 'io_natives.h', | 1345 'io_natives.h', |
| 1338 'loader.cc', | 1346 'loader.cc', |
| 1339 'loader.h', | 1347 'loader.h', |
| 1340 'snapshot_utils.cc', | 1348 'snapshot_utils.cc', |
| 1341 'snapshot_utils.h', | 1349 'snapshot_utils.h', |
| 1342 # Include generated source files. | 1350 # Include generated source files. |
| 1343 '<(snapshot_cc_file)', | 1351 '<(snapshot_cc_file)', |
| 1344 '<(builtin_cc_file)', | 1352 '<(builtin_cc_file)', |
| 1345 '<(io_cc_file)', | 1353 '<(io_cc_file)', |
| 1346 '<(io_patch_cc_file)', | 1354 '<(io_patch_cc_file)', |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1426 }], | 1434 }], |
| 1427 ['OS=="linux"', { | 1435 ['OS=="linux"', { |
| 1428 'cflags': [ | 1436 'cflags': [ |
| 1429 '-fPIC', | 1437 '-fPIC', |
| 1430 ], | 1438 ], |
| 1431 }], | 1439 }], |
| 1432 ], | 1440 ], |
| 1433 }, | 1441 }, |
| 1434 ], | 1442 ], |
| 1435 } | 1443 } |
| OLD | NEW |