| 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 'io_cc_file': '<(SHARED_INTERMEDIATE_DIR)/io_gen.cc', | 7 'io_cc_file': '<(SHARED_INTERMEDIATE_DIR)/io_gen.cc', |
| 8 'json_cc_file': '<(SHARED_INTERMEDIATE_DIR)/json_gen.cc', | 8 'json_cc_file': '<(SHARED_INTERMEDIATE_DIR)/json_gen.cc', |
| 9 'uri_cc_file': '<(SHARED_INTERMEDIATE_DIR)/uri_gen.cc', | 9 'uri_cc_file': '<(SHARED_INTERMEDIATE_DIR)/uri_gen.cc', |
| 10 'utf8_cc_file': '<(SHARED_INTERMEDIATE_DIR)/utf8_gen.cc', | 10 'utf8_cc_file': '<(SHARED_INTERMEDIATE_DIR)/utf8_gen.cc', |
| (...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 257 # Include generated source files. | 257 # Include generated source files. |
| 258 '<(builtin_cc_file)', | 258 '<(builtin_cc_file)', |
| 259 '<(io_cc_file)', | 259 '<(io_cc_file)', |
| 260 '<(json_cc_file)', | 260 '<(json_cc_file)', |
| 261 '<(uri_cc_file)', | 261 '<(uri_cc_file)', |
| 262 '<(utf8_cc_file)', | 262 '<(utf8_cc_file)', |
| 263 ], | 263 ], |
| 264 'conditions': [ | 264 'conditions': [ |
| 265 ['OS=="win"', { | 265 ['OS=="win"', { |
| 266 'link_settings': { | 266 'link_settings': { |
| 267 'libraries': [ '-lws2_32.lib', '-lRpcrt4.lib' ], | 267 'libraries': [ '-lws2_32.lib', '-lRpcrt4.lib', '-llibeay32MT.lib' ], |
| 268 }, | 268 }, |
| 269 }]], | 269 }]], |
| 270 }, | 270 }, |
| 271 { | 271 { |
| 272 # Generate snapshot file. | 272 # Generate snapshot file. |
| 273 'target_name': 'generate_snapshot_file', | 273 'target_name': 'generate_snapshot_file', |
| 274 'type': 'none', | 274 'type': 'none', |
| 275 'conditions': [ | 275 'conditions': [ |
| 276 ['OS=="win"', { | 276 ['OS=="win"', { |
| 277 'msvs_cygwin_dirs': ['<(cygwin_dir)'], | 277 'msvs_cygwin_dirs': ['<(cygwin_dir)'], |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 316 '..', | 316 '..', |
| 317 ], | 317 ], |
| 318 'sources': [ | 318 'sources': [ |
| 319 'main.cc', | 319 'main.cc', |
| 320 'builtin_nolib.cc', | 320 'builtin_nolib.cc', |
| 321 '<(snapshot_cc_file)', | 321 '<(snapshot_cc_file)', |
| 322 ], | 322 ], |
| 323 'conditions': [ | 323 'conditions': [ |
| 324 ['OS=="win"', { | 324 ['OS=="win"', { |
| 325 'link_settings': { | 325 'link_settings': { |
| 326 'libraries': [ '-lws2_32.lib', '-lRpcrt4.lib' ], | 326 'libraries': [ '-lws2_32.lib', '-lRpcrt4.lib', '-llibeay32MT.lib' ], |
| 327 }, | 327 }, |
| 328 }]], | 328 }]], |
| 329 }, | 329 }, |
| 330 { | 330 { |
| 331 # dart binary without any snapshot built in. | 331 # dart binary without any snapshot built in. |
| 332 'target_name': 'dart_no_snapshot', | 332 'target_name': 'dart_no_snapshot', |
| 333 'type': 'executable', | 333 'type': 'executable', |
| 334 'dependencies': [ | 334 'dependencies': [ |
| 335 'libdart_withcore', | 335 'libdart_withcore', |
| 336 'libdart_builtin', | 336 'libdart_builtin', |
| 337 ], | 337 ], |
| 338 'include_dirs': [ | 338 'include_dirs': [ |
| 339 '..', | 339 '..', |
| 340 ], | 340 ], |
| 341 'sources': [ | 341 'sources': [ |
| 342 'main.cc', | 342 'main.cc', |
| 343 'builtin.cc', | 343 'builtin.cc', |
| 344 # Include generated source files. | 344 # Include generated source files. |
| 345 '<(builtin_cc_file)', | 345 '<(builtin_cc_file)', |
| 346 '<(io_cc_file)', | 346 '<(io_cc_file)', |
| 347 '<(json_cc_file)', | 347 '<(json_cc_file)', |
| 348 '<(uri_cc_file)', | 348 '<(uri_cc_file)', |
| 349 '<(utf8_cc_file)', | 349 '<(utf8_cc_file)', |
| 350 'snapshot_empty.cc', | 350 'snapshot_empty.cc', |
| 351 ], | 351 ], |
| 352 'conditions': [ | 352 'conditions': [ |
| 353 ['OS=="win"', { | 353 ['OS=="win"', { |
| 354 'link_settings': { | 354 'link_settings': { |
| 355 'libraries': [ '-lws2_32.lib', '-lRpcrt4.lib' ], | 355 'libraries': [ '-lws2_32.lib', '-lRpcrt4.lib', '-llibeay32MT.lib' ], |
| 356 }, | 356 }, |
| 357 }]], | 357 }]], |
| 358 }, | 358 }, |
| 359 { | 359 { |
| 360 'target_name': 'process_test', | 360 'target_name': 'process_test', |
| 361 'type': 'executable', | 361 'type': 'executable', |
| 362 'sources': [ | 362 'sources': [ |
| 363 'process_test.cc', | 363 'process_test.cc', |
| 364 ] | 364 ] |
| 365 }, | 365 }, |
| (...skipping 22 matching lines...) Expand all Loading... |
| 388 ], | 388 ], |
| 389 # Only include _test.[cc|h] files. | 389 # Only include _test.[cc|h] files. |
| 390 'sources/': [ | 390 'sources/': [ |
| 391 ['exclude', '\\.(cc|h)$'], | 391 ['exclude', '\\.(cc|h)$'], |
| 392 ['include', '_test\\.(cc|h)$'], | 392 ['include', '_test\\.(cc|h)$'], |
| 393 ['include', 'run_vm_tests.cc'], | 393 ['include', 'run_vm_tests.cc'], |
| 394 ], | 394 ], |
| 395 'conditions': [ | 395 'conditions': [ |
| 396 ['OS=="win"', { | 396 ['OS=="win"', { |
| 397 'link_settings': { | 397 'link_settings': { |
| 398 'libraries': [ '-lws2_32.lib', '-lRpcrt4.lib' ], | 398 'libraries': [ '-lws2_32.lib', '-lRpcrt4.lib', '-llibeay32MT.lib' ], |
| 399 }, | 399 }, |
| 400 }], | 400 }], |
| 401 ], | 401 ], |
| 402 }, | 402 }, |
| 403 ], | 403 ], |
| 404 } | 404 } |
| OLD | NEW |