| 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 1104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1115 'generate_snapshot_file#host', | 1115 'generate_snapshot_file#host', |
| 1116 'libdart', | 1116 'libdart', |
| 1117 'libdart_builtin', | 1117 'libdart_builtin', |
| 1118 'libdart_io', | 1118 'libdart_io', |
| 1119 ], | 1119 ], |
| 1120 'include_dirs': [ | 1120 'include_dirs': [ |
| 1121 '..', | 1121 '..', |
| 1122 '../../third_party/', # Zlib | 1122 '../../third_party/', # Zlib |
| 1123 ], | 1123 ], |
| 1124 'sources': [ | 1124 'sources': [ |
| 1125 'exit.h', |
| 1125 'main.cc', | 1126 'main.cc', |
| 1127 'snapshot.h', |
| 1128 'snapshot.cc', |
| 1126 'builtin.h', | 1129 'builtin.h', |
| 1127 'builtin_common.cc', | 1130 'builtin_common.cc', |
| 1128 'builtin_natives.cc', | 1131 'builtin_natives.cc', |
| 1129 'builtin_nolib.cc', | 1132 'builtin_nolib.cc', |
| 1130 'io_natives.h', | 1133 'io_natives.h', |
| 1131 'vmservice_impl.cc', | 1134 'vmservice_impl.cc', |
| 1132 'vmservice_impl.h', | 1135 'vmservice_impl.h', |
| 1133 '<(observatory_assets_cc_file)', | 1136 '<(observatory_assets_cc_file)', |
| 1134 '<(resources_cc_file)', | 1137 '<(resources_cc_file)', |
| 1135 '<(snapshot_cc_file)', | 1138 '<(snapshot_cc_file)', |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1174 'generate_resources_cc_file#host', | 1177 'generate_resources_cc_file#host', |
| 1175 'libdart_builtin', | 1178 'libdart_builtin', |
| 1176 'libdart_io', | 1179 'libdart_io', |
| 1177 'libdart_precompiled_runtime', | 1180 'libdart_precompiled_runtime', |
| 1178 ], | 1181 ], |
| 1179 'include_dirs': [ | 1182 'include_dirs': [ |
| 1180 '..', | 1183 '..', |
| 1181 '../../third_party/', # Zlib | 1184 '../../third_party/', # Zlib |
| 1182 ], | 1185 ], |
| 1183 'sources': [ | 1186 'sources': [ |
| 1187 'exit.h', |
| 1184 'main.cc', | 1188 'main.cc', |
| 1189 'snapshot.h', |
| 1190 'snapshot.cc', |
| 1185 'builtin.h', | 1191 'builtin.h', |
| 1186 'builtin_common.cc', | 1192 'builtin_common.cc', |
| 1187 'builtin_natives.cc', | 1193 'builtin_natives.cc', |
| 1188 'builtin_nolib.cc', | 1194 'builtin_nolib.cc', |
| 1189 'io_natives.h', | 1195 'io_natives.h', |
| 1190 'snapshot_empty.cc', | 1196 'snapshot_empty.cc', |
| 1191 'vmservice_impl.cc', | 1197 'vmservice_impl.cc', |
| 1192 'vmservice_impl.h', | 1198 'vmservice_impl.h', |
| 1193 '<(observatory_assets_cc_file)', | 1199 '<(observatory_assets_cc_file)', |
| 1194 '<(resources_cc_file)', | 1200 '<(resources_cc_file)', |
| (...skipping 25 matching lines...) Expand all Loading... |
| 1220 'dependencies': [ | 1226 'dependencies': [ |
| 1221 'generate_resources_cc_file#host', | 1227 'generate_resources_cc_file#host', |
| 1222 'libdart_builtin', | 1228 'libdart_builtin', |
| 1223 'libdart_io', | 1229 'libdart_io', |
| 1224 'libdart_nosnapshot', | 1230 'libdart_nosnapshot', |
| 1225 ], | 1231 ], |
| 1226 'include_dirs': [ | 1232 'include_dirs': [ |
| 1227 '..', | 1233 '..', |
| 1228 ], | 1234 ], |
| 1229 'sources': [ | 1235 'sources': [ |
| 1236 'exit.h', |
| 1230 'main.cc', | 1237 'main.cc', |
| 1238 'snapshot.h', |
| 1239 'snapshot.cc', |
| 1231 'builtin.cc', | 1240 'builtin.cc', |
| 1232 'builtin.h', | 1241 'builtin.h', |
| 1233 'builtin_common.cc', | 1242 'builtin_common.cc', |
| 1234 'builtin_natives.cc', | 1243 'builtin_natives.cc', |
| 1235 'io_natives.h', | 1244 'io_natives.h', |
| 1236 'observatory_assets_empty.cc', | 1245 'observatory_assets_empty.cc', |
| 1237 'snapshot_empty.cc', | 1246 'snapshot_empty.cc', |
| 1238 'vmservice_impl.cc', | 1247 'vmservice_impl.cc', |
| 1239 'vmservice_impl.h', | 1248 'vmservice_impl.h', |
| 1240 # Include generated source files. | 1249 # Include generated source files. |
| (...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1397 }], | 1406 }], |
| 1398 ['OS=="linux"', { | 1407 ['OS=="linux"', { |
| 1399 'cflags': [ | 1408 'cflags': [ |
| 1400 '-fPIC', | 1409 '-fPIC', |
| 1401 ], | 1410 ], |
| 1402 }], | 1411 }], |
| 1403 ], | 1412 ], |
| 1404 }, | 1413 }, |
| 1405 ], | 1414 ], |
| 1406 } | 1415 } |
| OLD | NEW |