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

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

Issue 2887153006: Pull loader.[cc|h] file out of libdart_builtin rule and instead include it in each of the targets (… (Closed)
Patch Set: Created 3 years, 7 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/bin/BUILD.gn ('k') | runtime/bin/builtin_impl_sources.gypi » ('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) 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
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 'loader.cc',
957 'loader.h',
956 'platform_android.cc', 958 'platform_android.cc',
957 'platform_linux.cc', 959 'platform_linux.cc',
958 'platform_macos.cc', 960 'platform_macos.cc',
959 'platform_win.cc', 961 'platform_win.cc',
960 'platform.h', 962 'platform.h',
961 'vmservice_impl.cc', 963 'vmservice_impl.cc',
962 'vmservice_impl.h', 964 'vmservice_impl.h',
963 # Include generated source files. 965 # Include generated source files.
964 '<(builtin_cc_file)', 966 '<(builtin_cc_file)',
965 '<(io_cc_file)', 967 '<(io_cc_file)',
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
1124 ], 1126 ],
1125 'sources': [ 1127 'sources': [
1126 'builtin.h', 1128 'builtin.h',
1127 'builtin_common.cc', 1129 'builtin_common.cc',
1128 'builtin_natives.cc', 1130 'builtin_natives.cc',
1129 'builtin_nolib.cc', 1131 'builtin_nolib.cc',
1130 'error_exit.cc', 1132 'error_exit.cc',
1131 'error_exit.h', 1133 'error_exit.h',
1132 'io_natives.h', 1134 'io_natives.h',
1133 'main.cc', 1135 'main.cc',
1136 'loader.cc',
1137 'loader.h',
1134 'snapshot_utils.cc', 1138 'snapshot_utils.cc',
1135 'snapshot_utils.h', 1139 'snapshot_utils.h',
1136 'vmservice_impl.cc', 1140 'vmservice_impl.cc',
1137 'vmservice_impl.h', 1141 'vmservice_impl.h',
1138 '<(observatory_assets_cc_file)', 1142 '<(observatory_assets_cc_file)',
1139 '<(resources_cc_file)', 1143 '<(resources_cc_file)',
1140 '<(snapshot_cc_file)', 1144 '<(snapshot_cc_file)',
1141 ], 1145 ],
1142 'conditions': [ 1146 'conditions': [
1143 ['OS=="win"', { 1147 ['OS=="win"', {
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
1187 ], 1191 ],
1188 'sources': [ 1192 'sources': [
1189 'builtin.h', 1193 'builtin.h',
1190 'builtin_common.cc', 1194 'builtin_common.cc',
1191 'builtin_natives.cc', 1195 'builtin_natives.cc',
1192 'builtin_nolib.cc', 1196 'builtin_nolib.cc',
1193 'error_exit.cc', 1197 'error_exit.cc',
1194 'error_exit.h', 1198 'error_exit.h',
1195 'io_natives.h', 1199 'io_natives.h',
1196 'main.cc', 1200 'main.cc',
1201 'loader.cc',
1202 'loader.h',
1197 'snapshot_empty.cc', 1203 'snapshot_empty.cc',
1198 'snapshot_utils.cc', 1204 'snapshot_utils.cc',
1199 'snapshot_utils.h', 1205 'snapshot_utils.h',
1200 'vmservice_impl.cc', 1206 'vmservice_impl.cc',
1201 'vmservice_impl.h', 1207 'vmservice_impl.h',
1202 '<(observatory_assets_cc_file)', 1208 '<(observatory_assets_cc_file)',
1203 '<(resources_cc_file)', 1209 '<(resources_cc_file)',
1204 ], 1210 ],
1205 'defines': [ 1211 'defines': [
1206 'DART_PRECOMPILED_RUNTIME', 1212 'DART_PRECOMPILED_RUNTIME',
(...skipping 30 matching lines...) Expand all
1237 ], 1243 ],
1238 'sources': [ 1244 'sources': [
1239 'builtin.cc', 1245 'builtin.cc',
1240 'builtin.h', 1246 'builtin.h',
1241 'builtin_common.cc', 1247 'builtin_common.cc',
1242 'builtin_natives.cc', 1248 'builtin_natives.cc',
1243 'error_exit.cc', 1249 'error_exit.cc',
1244 'error_exit.h', 1250 'error_exit.h',
1245 'io_natives.h', 1251 'io_natives.h',
1246 'main.cc', 1252 'main.cc',
1253 'loader.cc',
1254 'loader.h',
1247 'observatory_assets_empty.cc', 1255 'observatory_assets_empty.cc',
1248 'snapshot_empty.cc', 1256 'snapshot_empty.cc',
1249 'snapshot_utils.cc', 1257 'snapshot_utils.cc',
1250 'snapshot_utils.h', 1258 'snapshot_utils.h',
1251 'vmservice_impl.cc', 1259 'vmservice_impl.cc',
1252 'vmservice_impl.h', 1260 'vmservice_impl.h',
1253 # Include generated source files. 1261 # Include generated source files.
1254 '<(builtin_cc_file)', 1262 '<(builtin_cc_file)',
1255 '<(io_cc_file)', 1263 '<(io_cc_file)',
1256 '<(io_patch_cc_file)', 1264 '<(io_patch_cc_file)',
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
1318 '..', 1326 '..',
1319 '<(gen_source_dir)', 1327 '<(gen_source_dir)',
1320 ], 1328 ],
1321 'sources': [ 1329 'sources': [
1322 'run_vm_tests.cc', 1330 'run_vm_tests.cc',
1323 'builtin_common.cc', 1331 'builtin_common.cc',
1324 'builtin_natives.cc', 1332 'builtin_natives.cc',
1325 'builtin_nolib.cc', 1333 'builtin_nolib.cc',
1326 'builtin.h', 1334 'builtin.h',
1327 'io_natives.h', 1335 'io_natives.h',
1336 'loader.cc',
1337 'loader.h',
1328 # Include generated source files. 1338 # Include generated source files.
1329 '<(snapshot_cc_file)', 1339 '<(snapshot_cc_file)',
1330 '<(builtin_cc_file)', 1340 '<(builtin_cc_file)',
1331 '<(io_cc_file)', 1341 '<(io_cc_file)',
1332 '<(io_patch_cc_file)', 1342 '<(io_patch_cc_file)',
1333 ], 1343 ],
1334 'includes': [ 1344 'includes': [
1335 'builtin_impl_sources.gypi', 1345 'builtin_impl_sources.gypi',
1336 '../platform/platform_sources.gypi', 1346 '../platform/platform_sources.gypi',
1337 '../vm/vm_sources.gypi', 1347 '../vm/vm_sources.gypi',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
1410 }], 1420 }],
1411 ['OS=="linux"', { 1421 ['OS=="linux"', {
1412 'cflags': [ 1422 'cflags': [
1413 '-fPIC', 1423 '-fPIC',
1414 ], 1424 ],
1415 }], 1425 }],
1416 ], 1426 ],
1417 }, 1427 },
1418 ], 1428 ],
1419 } 1429 }
OLDNEW
« no previous file with comments | « runtime/bin/BUILD.gn ('k') | runtime/bin/builtin_impl_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698