| 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 'builtin_in_cc_file': '../bin/builtin_in.cc', | 7 'builtin_in_cc_file': '../bin/builtin_in.cc', |
| 8 'corelib_cc_file': '<(SHARED_INTERMEDIATE_DIR)/corelib_gen.cc', | 8 'corelib_cc_file': '<(SHARED_INTERMEDIATE_DIR)/corelib_gen.cc', |
| 9 'corelib_patch_cc_file': '<(SHARED_INTERMEDIATE_DIR)/corelib_patch_gen.cc', | 9 'corelib_patch_cc_file': '<(SHARED_INTERMEDIATE_DIR)/corelib_patch_gen.cc', |
| 10 'corelib_impl_cc_file': '<(SHARED_INTERMEDIATE_DIR)/corelib_impl_gen.cc', | 10 'corelib_impl_cc_file': '<(SHARED_INTERMEDIATE_DIR)/corelib_impl_gen.cc', |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 ], | 122 ], |
| 123 'include_dirs': [ | 123 'include_dirs': [ |
| 124 '..', | 124 '..', |
| 125 ], | 125 ], |
| 126 }, | 126 }, |
| 127 { | 127 { |
| 128 'target_name': 'generate_corelib_cc_file', | 128 'target_name': 'generate_corelib_cc_file', |
| 129 'type': 'none', | 129 'type': 'none', |
| 130 'includes': [ | 130 'includes': [ |
| 131 # Load the shared core library sources. | 131 # Load the shared core library sources. |
| 132 '../../lib/core/corelib_sources.gypi', | 132 '../../sdk/lib/core/corelib_sources.gypi', |
| 133 ], | 133 ], |
| 134 'sources/': [ | 134 'sources/': [ |
| 135 # Exclude all .[cc|h] files. | 135 # Exclude all .[cc|h] files. |
| 136 # This is only here for reference. Excludes happen after | 136 # This is only here for reference. Excludes happen after |
| 137 # variable expansion, so the script has to do its own | 137 # variable expansion, so the script has to do its own |
| 138 # exclude processing of the sources being passed. | 138 # exclude processing of the sources being passed. |
| 139 ['exclude', '\\.cc|h$'], | 139 ['exclude', '\\.cc|h$'], |
| 140 ], | 140 ], |
| 141 'actions': [ | 141 'actions': [ |
| 142 { | 142 { |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 ], | 198 ], |
| 199 'message': 'Generating ''<(corelib_patch_cc_file)'' file.' | 199 'message': 'Generating ''<(corelib_patch_cc_file)'' file.' |
| 200 }, | 200 }, |
| 201 ] | 201 ] |
| 202 }, | 202 }, |
| 203 { | 203 { |
| 204 'target_name': 'generate_corelib_impl_cc_file', | 204 'target_name': 'generate_corelib_impl_cc_file', |
| 205 'type': 'none', | 205 'type': 'none', |
| 206 'includes': [ | 206 'includes': [ |
| 207 # Load the shared core library sources. | 207 # Load the shared core library sources. |
| 208 '../../lib/coreimpl/corelib_impl_sources.gypi', | 208 '../../sdk/lib/coreimpl/corelib_impl_sources.gypi', |
| 209 ], | 209 ], |
| 210 'sources/': [ | 210 'sources/': [ |
| 211 # Exclude all .[cc|h] files. | 211 # Exclude all .[cc|h] files. |
| 212 # This is only here for reference. Excludes happen after | 212 # This is only here for reference. Excludes happen after |
| 213 # variable expansion, so the script has to do its own | 213 # variable expansion, so the script has to do its own |
| 214 # exclude processing of the sources being passed. | 214 # exclude processing of the sources being passed. |
| 215 ['exclude', '\\.cc|h$'], | 215 ['exclude', '\\.cc|h$'], |
| 216 ], | 216 ], |
| 217 'actions': [ | 217 'actions': [ |
| 218 { | 218 { |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 274 ], | 274 ], |
| 275 'message': 'Generating ''<(corelib_impl_patch_cc_file)'' file.' | 275 'message': 'Generating ''<(corelib_impl_patch_cc_file)'' file.' |
| 276 }, | 276 }, |
| 277 ] | 277 ] |
| 278 }, | 278 }, |
| 279 { | 279 { |
| 280 'target_name': 'generate_collection_cc_file', | 280 'target_name': 'generate_collection_cc_file', |
| 281 'type': 'none', | 281 'type': 'none', |
| 282 'includes': [ | 282 'includes': [ |
| 283 # Load the shared collection library sources. | 283 # Load the shared collection library sources. |
| 284 '../../lib/collection/collection_sources.gypi', | 284 '../../sdk/lib/collection/collection_sources.gypi', |
| 285 ], | 285 ], |
| 286 'sources/': [ | 286 'sources/': [ |
| 287 # Exclude all .[cc|h] files. | 287 # Exclude all .[cc|h] files. |
| 288 # This is only here for reference. Excludes happen after | 288 # This is only here for reference. Excludes happen after |
| 289 # variable expansion, so the script has to do its own | 289 # variable expansion, so the script has to do its own |
| 290 # exclude processing of the sources being passed. | 290 # exclude processing of the sources being passed. |
| 291 ['exclude', '\\.cc|h$'], | 291 ['exclude', '\\.cc|h$'], |
| 292 ], | 292 ], |
| 293 'actions': [ | 293 'actions': [ |
| 294 { | 294 { |
| (...skipping 17 matching lines...) Expand all Loading... |
| 312 ], | 312 ], |
| 313 'message': 'Generating ''<(collection_cc_file)'' file.' | 313 'message': 'Generating ''<(collection_cc_file)'' file.' |
| 314 }, | 314 }, |
| 315 ] | 315 ] |
| 316 }, | 316 }, |
| 317 { | 317 { |
| 318 'target_name': 'generate_math_cc_file', | 318 'target_name': 'generate_math_cc_file', |
| 319 'type': 'none', | 319 'type': 'none', |
| 320 'includes': [ | 320 'includes': [ |
| 321 # Load the shared math library sources. | 321 # Load the shared math library sources. |
| 322 '../../lib/math/math_sources.gypi', | 322 '../../sdk/lib/math/math_sources.gypi', |
| 323 ], | 323 ], |
| 324 'sources/': [ | 324 'sources/': [ |
| 325 # Exclude all .[cc|h] files. | 325 # Exclude all .[cc|h] files. |
| 326 # This is only here for reference. Excludes happen after | 326 # This is only here for reference. Excludes happen after |
| 327 # variable expansion, so the script has to do its own | 327 # variable expansion, so the script has to do its own |
| 328 # exclude processing of the sources being passed. | 328 # exclude processing of the sources being passed. |
| 329 ['exclude', '\\.cc|h$'], | 329 ['exclude', '\\.cc|h$'], |
| 330 ], | 330 ], |
| 331 'actions': [ | 331 'actions': [ |
| 332 { | 332 { |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 388 ], | 388 ], |
| 389 'message': 'Generating ''<(math_patch_cc_file)'' file.' | 389 'message': 'Generating ''<(math_patch_cc_file)'' file.' |
| 390 }, | 390 }, |
| 391 ] | 391 ] |
| 392 }, | 392 }, |
| 393 { | 393 { |
| 394 'target_name': 'generate_mirrors_cc_file', | 394 'target_name': 'generate_mirrors_cc_file', |
| 395 'type': 'none', | 395 'type': 'none', |
| 396 'includes': [ | 396 'includes': [ |
| 397 # Load the shared core library sources. | 397 # Load the shared core library sources. |
| 398 '../../lib/mirrors/mirrors_sources.gypi', | 398 '../../sdk/lib/mirrors/mirrors_sources.gypi', |
| 399 ], | 399 ], |
| 400 'sources/': [ | 400 'sources/': [ |
| 401 # Exclude all .[cc|h] files. | 401 # Exclude all .[cc|h] files. |
| 402 # This is only here for reference. Excludes happen after | 402 # This is only here for reference. Excludes happen after |
| 403 # variable expansion, so the script has to do its own | 403 # variable expansion, so the script has to do its own |
| 404 # exclude processing of the sources being passed. | 404 # exclude processing of the sources being passed. |
| 405 ['exclude', '\\.cc|h$'], | 405 ['exclude', '\\.cc|h$'], |
| 406 ], | 406 ], |
| 407 'actions': [ | 407 'actions': [ |
| 408 { | 408 { |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 464 ], | 464 ], |
| 465 'message': 'Generating ''<(mirrors_patch_cc_file)'' file.' | 465 'message': 'Generating ''<(mirrors_patch_cc_file)'' file.' |
| 466 }, | 466 }, |
| 467 ] | 467 ] |
| 468 }, | 468 }, |
| 469 { | 469 { |
| 470 'target_name': 'generate_isolate_cc_file', | 470 'target_name': 'generate_isolate_cc_file', |
| 471 'type': 'none', | 471 'type': 'none', |
| 472 'includes': [ | 472 'includes': [ |
| 473 # Load the runtime implementation sources. | 473 # Load the runtime implementation sources. |
| 474 '../../lib/isolate/isolate_sources.gypi', | 474 '../../sdk/lib/isolate/isolate_sources.gypi', |
| 475 ], | 475 ], |
| 476 'sources/': [ | 476 'sources/': [ |
| 477 # Exclude all .[cc|h] files. | 477 # Exclude all .[cc|h] files. |
| 478 # This is only here for reference. Excludes happen after | 478 # This is only here for reference. Excludes happen after |
| 479 # variable expansion, so the script has to do its own | 479 # variable expansion, so the script has to do its own |
| 480 # exclude processing of the sources being passed. | 480 # exclude processing of the sources being passed. |
| 481 ['exclude', '\\.cc|h$'], | 481 ['exclude', '\\.cc|h$'], |
| 482 ], | 482 ], |
| 483 'actions': [ | 483 'actions': [ |
| 484 { | 484 { |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 540 ], | 540 ], |
| 541 'message': 'Generating ''<(isolate_patch_cc_file)'' file.' | 541 'message': 'Generating ''<(isolate_patch_cc_file)'' file.' |
| 542 }, | 542 }, |
| 543 ] | 543 ] |
| 544 }, | 544 }, |
| 545 { | 545 { |
| 546 'target_name': 'generate_scalarlist_cc_file', | 546 'target_name': 'generate_scalarlist_cc_file', |
| 547 'type': 'none', | 547 'type': 'none', |
| 548 'includes': [ | 548 'includes': [ |
| 549 # Load the shared library sources. | 549 # Load the shared library sources. |
| 550 '../../lib/scalarlist/scalarlist_sources.gypi', | 550 '../../sdk/lib/scalarlist/scalarlist_sources.gypi', |
| 551 ], | 551 ], |
| 552 'sources/': [ | 552 'sources/': [ |
| 553 # Exclude all .[cc|h] files. | 553 # Exclude all .[cc|h] files. |
| 554 # This is only here for reference. Excludes happen after | 554 # This is only here for reference. Excludes happen after |
| 555 # variable expansion, so the script has to do its own | 555 # variable expansion, so the script has to do its own |
| 556 # exclude processing of the sources being passed. | 556 # exclude processing of the sources being passed. |
| 557 ['exclude', '\\.cc|h$'], | 557 ['exclude', '\\.cc|h$'], |
| 558 ], | 558 ], |
| 559 'actions': [ | 559 'actions': [ |
| 560 { | 560 { |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 640 '--include', 'INTENTIONALLY_LEFT_BLANK', | 640 '--include', 'INTENTIONALLY_LEFT_BLANK', |
| 641 '--var_name', 'INTENTIONALLY_LEFT_BLANK_TOO', | 641 '--var_name', 'INTENTIONALLY_LEFT_BLANK_TOO', |
| 642 '<(snapshot_test_dart_file)', | 642 '<(snapshot_test_dart_file)', |
| 643 ], | 643 ], |
| 644 'message': 'Generating ''<(snapshot_test_dat_file)'' file.' | 644 'message': 'Generating ''<(snapshot_test_dat_file)'' file.' |
| 645 }, | 645 }, |
| 646 ] | 646 ] |
| 647 }, | 647 }, |
| 648 ] | 648 ] |
| 649 } | 649 } |
| OLD | NEW |