| 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 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 346 }, | 346 }, |
| 347 }, | 347 }, |
| 348 }, | 348 }, |
| 349 { | 349 { |
| 350 'target_name': 'libdart_withcore', | 350 'target_name': 'libdart_withcore', |
| 351 'type': 'static_library', | 351 'type': 'static_library', |
| 352 'toolsets':['target','host'], | 352 'toolsets':['target','host'], |
| 353 'dependencies': [ | 353 'dependencies': [ |
| 354 'libdart_lib_withcore', | 354 'libdart_lib_withcore', |
| 355 'libdart_vm', | 355 'libdart_vm', |
| 356 'libjscre', | |
| 357 'libdouble_conversion', | 356 'libdouble_conversion', |
| 358 'generate_version_cc_file#host', | 357 'generate_version_cc_file#host', |
| 359 ], | 358 ], |
| 360 'include_dirs': [ | 359 'include_dirs': [ |
| 361 '..', | 360 '..', |
| 362 ], | 361 ], |
| 363 'sources': [ | 362 'sources': [ |
| 364 '../include/dart_api.h', | 363 '../include/dart_api.h', |
| 365 '../include/dart_debugger_api.h', | 364 '../include/dart_debugger_api.h', |
| 366 '../include/dart_mirrors_api.h', | 365 '../include/dart_mirrors_api.h', |
| (...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 808 }], | 807 }], |
| 809 ['OS=="linux"', { | 808 ['OS=="linux"', { |
| 810 'cflags': [ | 809 'cflags': [ |
| 811 '-fPIC', | 810 '-fPIC', |
| 812 ], | 811 ], |
| 813 }], | 812 }], |
| 814 ], | 813 ], |
| 815 }, | 814 }, |
| 816 ], | 815 ], |
| 817 } | 816 } |
| OLD | NEW |