| 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 'crypto_cc_file': '<(SHARED_INTERMEDIATE_DIR)/crypto_gen.cc', | 7 'crypto_cc_file': '<(SHARED_INTERMEDIATE_DIR)/crypto_gen.cc', |
| 8 'io_cc_file': '<(SHARED_INTERMEDIATE_DIR)/io_gen.cc', | 8 'io_cc_file': '<(SHARED_INTERMEDIATE_DIR)/io_gen.cc', |
| 9 'io_patch_cc_file': '<(SHARED_INTERMEDIATE_DIR)/io_patch_gen.cc', | 9 'io_patch_cc_file': '<(SHARED_INTERMEDIATE_DIR)/io_patch_gen.cc', |
| 10 'json_cc_file': '<(SHARED_INTERMEDIATE_DIR)/json_gen.cc', | 10 'json_cc_file': '<(SHARED_INTERMEDIATE_DIR)/json_gen.cc', |
| (...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 299 'libraries': [ | 299 'libraries': [ |
| 300 '-ldl', | 300 '-ldl', |
| 301 ], | 301 ], |
| 302 }, | 302 }, |
| 303 }], | 303 }], |
| 304 ], | 304 ], |
| 305 }, | 305 }, |
| 306 { | 306 { |
| 307 'target_name': 'libdart_io', | 307 'target_name': 'libdart_io', |
| 308 'type': 'static_library', | 308 'type': 'static_library', |
| 309 'dependencies': [ | |
| 310 'nss', | |
| 311 ], | |
| 312 'include_dirs': [ | 309 'include_dirs': [ |
| 313 '..', | 310 '..', |
| 314 ], | 311 ], |
| 315 'sources': [ | 312 'sources': [ |
| 316 'io_natives.h', | 313 'io_natives.h', |
| 317 'io_natives.cc', | 314 'io_natives.cc', |
| 318 ], | 315 ], |
| 319 'includes': [ | 316 'includes': [ |
| 320 'io_impl_sources.gypi', | 317 'io_impl_sources.gypi', |
| 321 ], | 318 ], |
| 322 'conditions': [ | 319 'conditions': [ |
| 323 ['OS=="win"', { | 320 ['OS=="win"', { |
| 324 # TODO(antonm): fix the implementation. | 321 # TODO(antonm): fix the implementation. |
| 325 # Current implementation accepts char* strings | 322 # Current implementation accepts char* strings |
| 326 # and therefore fails to compile once _UNICODE is | 323 # and therefore fails to compile once _UNICODE is |
| 327 # enabled. That should be addressed using -A | 324 # enabled. That should be addressed using -A |
| 328 # versions of functions and adding necessary conversions. | 325 # versions of functions and adding necessary conversions. |
| 329 'configurations': { | 326 'configurations': { |
| 330 'Common_Base': { | 327 'Common_Base': { |
| 331 'msvs_configuration_attributes': { | 328 'msvs_configuration_attributes': { |
| 332 'CharacterSet': '0', | 329 'CharacterSet': '0', |
| 333 }, | 330 }, |
| 334 }, | 331 }, |
| 335 }, | 332 }, |
| 336 }], | 333 }], |
| 337 ], | 334 ], |
| 338 }, | 335 }, |
| 339 { | 336 { |
| 340 'target_name': 'nss', | |
| 341 'type': 'none', | |
| 342 'dependencies': [ | |
| 343 'bin/net/nss.gyp:nss', | |
| 344 'bin/net/nss.gyp:nspr', | |
| 345 'bin/net/nss.gyp:nssckbi', | |
| 346 'bin/net/nss.gyp:nss_static', | |
| 347 'bin/net/ssl.gyp:libssl', | |
| 348 'bin/net/zlib.gyp:zlib', | |
| 349 'bin/net/sqlite.gyp:sqlite', | |
| 350 ], | |
| 351 'export_dependent_settings': [ | |
| 352 'bin/net/nss.gyp:nss', | |
| 353 'bin/net/nss.gyp:nspr', | |
| 354 'bin/net/nss.gyp:nssckbi', | |
| 355 'bin/net/nss.gyp:nss_static', | |
| 356 'bin/net/ssl.gyp:libssl', | |
| 357 'bin/net/zlib.gyp:zlib', | |
| 358 'bin/net/sqlite.gyp:sqlite', | |
| 359 ], | |
| 360 }, | |
| 361 { | |
| 362 'target_name': 'libdart_withcore', | 337 'target_name': 'libdart_withcore', |
| 363 'type': 'static_library', | 338 'type': 'static_library', |
| 364 'dependencies': [ | 339 'dependencies': [ |
| 365 'libdart_lib_withcore', | 340 'libdart_lib_withcore', |
| 366 'libdart_vm', | 341 'libdart_vm', |
| 367 'libjscre', | 342 'libjscre', |
| 368 'libdouble_conversion', | 343 'libdouble_conversion', |
| 369 'generate_version_cc_file', | 344 'generate_version_cc_file', |
| 370 ], | 345 ], |
| 371 'include_dirs': [ | 346 'include_dirs': [ |
| (...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 628 ['OS=="mac"', { | 603 ['OS=="mac"', { |
| 629 'xcode_settings': { | 604 'xcode_settings': { |
| 630 'OTHER_LDFLAGS': [ '-undefined', 'dynamic_lookup' ], | 605 'OTHER_LDFLAGS': [ '-undefined', 'dynamic_lookup' ], |
| 631 }, | 606 }, |
| 632 }], | 607 }], |
| 633 ], | 608 ], |
| 634 }, | 609 }, |
| 635 ], | 610 ], |
| 636 } | 611 } |
| 637 | 612 |
| OLD | NEW |