| 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': '<(LIB_DIR)', | 7 'gen_source_dir': '<(SHARED_INTERMEDIATE_DIR)', |
| 8 'libgen_in_cc_file': '../lib/libgen_in.cc', | 8 'libgen_in_cc_file': '../lib/libgen_in.cc', |
| 9 'builtin_in_cc_file': '../bin/builtin_in.cc', | 9 'builtin_in_cc_file': '../bin/builtin_in.cc', |
| 10 'async_cc_file': '<(gen_source_dir)/async_gen.cc', | 10 'async_cc_file': '<(gen_source_dir)/async_gen.cc', |
| 11 'async_patch_cc_file': '<(gen_source_dir)/async_patch_gen.cc', | 11 'async_patch_cc_file': '<(gen_source_dir)/async_patch_gen.cc', |
| 12 'corelib_cc_file': '<(gen_source_dir)/corelib_gen.cc', | 12 'corelib_cc_file': '<(gen_source_dir)/corelib_gen.cc', |
| 13 'corelib_patch_cc_file': '<(gen_source_dir)/corelib_patch_gen.cc', | 13 'corelib_patch_cc_file': '<(gen_source_dir)/corelib_patch_gen.cc', |
| 14 'collection_cc_file': '<(gen_source_dir)/collection_gen.cc', | 14 'collection_cc_file': '<(gen_source_dir)/collection_gen.cc', |
| 15 'collection_patch_cc_file': '<(gen_source_dir)/collection_patch_gen.cc', | 15 'collection_patch_cc_file': '<(gen_source_dir)/collection_patch_gen.cc', |
| 16 'collection_dev_cc_file': '<(gen_source_dir)/collection_dev_gen.cc', | 16 'collection_dev_cc_file': '<(gen_source_dir)/collection_dev_gen.cc', |
| 17 'collection_dev_patch_cc_file': '<(gen_source_dir)/collection_dev_patch_gen.
cc', | 17 'collection_dev_patch_cc_file': '<(gen_source_dir)/collection_dev_patch_gen.
cc', |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 }], | 86 }], |
| 87 ], | 87 ], |
| 88 }, | 88 }, |
| 89 }]], | 89 }]], |
| 90 }, | 90 }, |
| 91 { | 91 { |
| 92 'target_name': 'libdart_lib_withcore', | 92 'target_name': 'libdart_lib_withcore', |
| 93 'type': 'static_library', | 93 'type': 'static_library', |
| 94 'toolsets':['host', 'target'], | 94 'toolsets':['host', 'target'], |
| 95 'dependencies': [ | 95 'dependencies': [ |
| 96 'generate_async_cc_file', | 96 'generate_async_cc_file#host', |
| 97 'generate_async_patch_cc_file', | 97 'generate_async_patch_cc_file#host', |
| 98 'generate_corelib_cc_file', | 98 'generate_corelib_cc_file#host', |
| 99 'generate_corelib_patch_cc_file', | 99 'generate_corelib_patch_cc_file#host', |
| 100 'generate_collection_cc_file', | 100 'generate_collection_cc_file#host', |
| 101 'generate_collection_patch_cc_file', | 101 'generate_collection_patch_cc_file#host', |
| 102 'generate_collection_dev_cc_file', | 102 'generate_collection_dev_cc_file#host', |
| 103 'generate_collection_dev_patch_cc_file', | 103 'generate_collection_dev_patch_cc_file#host', |
| 104 'generate_math_cc_file', | 104 'generate_math_cc_file#host', |
| 105 'generate_math_patch_cc_file', | 105 'generate_math_patch_cc_file#host', |
| 106 'generate_isolate_cc_file', | 106 'generate_isolate_cc_file#host', |
| 107 'generate_isolate_patch_cc_file', | 107 'generate_isolate_patch_cc_file#host', |
| 108 'generate_json_cc_file', | 108 'generate_json_cc_file#host', |
| 109 'generate_json_patch_cc_file', | 109 'generate_json_patch_cc_file#host', |
| 110 'generate_mirrors_cc_file', | 110 'generate_mirrors_cc_file#host', |
| 111 'generate_mirrors_patch_cc_file', | 111 'generate_mirrors_patch_cc_file#host', |
| 112 'generate_typed_data_cc_file', | 112 'generate_typed_data_cc_file#host', |
| 113 'generate_typed_data_patch_cc_file', | 113 'generate_typed_data_patch_cc_file#host', |
| 114 'generate_utf_cc_file', | 114 'generate_utf_cc_file#host', |
| 115 ], | 115 ], |
| 116 'includes': [ | 116 'includes': [ |
| 117 '../lib/async_sources.gypi', | 117 '../lib/async_sources.gypi', |
| 118 '../lib/collection_sources.gypi', | 118 '../lib/collection_sources.gypi', |
| 119 '../lib/corelib_sources.gypi', | 119 '../lib/corelib_sources.gypi', |
| 120 '../lib/isolate_sources.gypi', | 120 '../lib/isolate_sources.gypi', |
| 121 '../lib/math_sources.gypi', | 121 '../lib/math_sources.gypi', |
| 122 '../lib/mirrors_sources.gypi', | 122 '../lib/mirrors_sources.gypi', |
| 123 '../lib/typed_data_sources.gypi', | 123 '../lib/typed_data_sources.gypi', |
| 124 ], | 124 ], |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 165 'sources': [ | 165 'sources': [ |
| 166 'bootstrap_nocorelib.cc', | 166 'bootstrap_nocorelib.cc', |
| 167 ], | 167 ], |
| 168 'include_dirs': [ | 168 'include_dirs': [ |
| 169 '..', | 169 '..', |
| 170 ], | 170 ], |
| 171 }, | 171 }, |
| 172 { | 172 { |
| 173 'target_name': 'generate_async_cc_file', | 173 'target_name': 'generate_async_cc_file', |
| 174 'type': 'none', | 174 'type': 'none', |
| 175 'toolsets':['host', 'target'], | 175 'toolsets':['host'], |
| 176 'includes': [ | 176 'includes': [ |
| 177 '../../sdk/lib/async/async_sources.gypi', | 177 '../../sdk/lib/async/async_sources.gypi', |
| 178 ], | 178 ], |
| 179 'sources/': [ | 179 'sources/': [ |
| 180 # Exclude all .[cc|h] files. | 180 # Exclude all .[cc|h] files. |
| 181 # This is only here for reference. Excludes happen after | 181 # This is only here for reference. Excludes happen after |
| 182 # variable expansion, so the script has to do its own | 182 # variable expansion, so the script has to do its own |
| 183 # exclude processing of the sources being passed. | 183 # exclude processing of the sources being passed. |
| 184 ['exclude', '\\.cc|h$'], | 184 ['exclude', '\\.cc|h$'], |
| 185 ], | 185 ], |
| (...skipping 18 matching lines...) Expand all Loading... |
| 204 '--library_name', 'dart:async', | 204 '--library_name', 'dart:async', |
| 205 '<@(_sources)', | 205 '<@(_sources)', |
| 206 ], | 206 ], |
| 207 'message': 'Generating ''<(async_cc_file)'' file.' | 207 'message': 'Generating ''<(async_cc_file)'' file.' |
| 208 }, | 208 }, |
| 209 ] | 209 ] |
| 210 }, | 210 }, |
| 211 { | 211 { |
| 212 'target_name': 'generate_corelib_cc_file', | 212 'target_name': 'generate_corelib_cc_file', |
| 213 'type': 'none', | 213 'type': 'none', |
| 214 'toolsets':['host', 'target'], | 214 'toolsets':['host'], |
| 215 'includes': [ | 215 'includes': [ |
| 216 # Load the shared core library sources. | 216 # Load the shared core library sources. |
| 217 '../../sdk/lib/core/corelib_sources.gypi', | 217 '../../sdk/lib/core/corelib_sources.gypi', |
| 218 ], | 218 ], |
| 219 'sources/': [ | 219 'sources/': [ |
| 220 # Exclude all .[cc|h] files. | 220 # Exclude all .[cc|h] files. |
| 221 # This is only here for reference. Excludes happen after | 221 # This is only here for reference. Excludes happen after |
| 222 # variable expansion, so the script has to do its own | 222 # variable expansion, so the script has to do its own |
| 223 # exclude processing of the sources being passed. | 223 # exclude processing of the sources being passed. |
| 224 ['exclude', '\\.cc|h$'], | 224 ['exclude', '\\.cc|h$'], |
| (...skipping 19 matching lines...) Expand all Loading... |
| 244 '--library_name', 'dart:core', | 244 '--library_name', 'dart:core', |
| 245 '<@(_sources)', | 245 '<@(_sources)', |
| 246 ], | 246 ], |
| 247 'message': 'Generating ''<(corelib_cc_file)'' file.' | 247 'message': 'Generating ''<(corelib_cc_file)'' file.' |
| 248 }, | 248 }, |
| 249 ] | 249 ] |
| 250 }, | 250 }, |
| 251 { | 251 { |
| 252 'target_name': 'generate_corelib_patch_cc_file', | 252 'target_name': 'generate_corelib_patch_cc_file', |
| 253 'type': 'none', | 253 'type': 'none', |
| 254 'toolsets':['host', 'target'], | 254 'toolsets':['host'], |
| 255 'includes': [ | 255 'includes': [ |
| 256 # Load the runtime implementation sources. | 256 # Load the runtime implementation sources. |
| 257 '../lib/corelib_sources.gypi', | 257 '../lib/corelib_sources.gypi', |
| 258 ], | 258 ], |
| 259 'sources/': [ | 259 'sources/': [ |
| 260 # Exclude all .[cc|h] files. | 260 # Exclude all .[cc|h] files. |
| 261 # This is only here for reference. Excludes happen after | 261 # This is only here for reference. Excludes happen after |
| 262 # variable expansion, so the script has to do its own | 262 # variable expansion, so the script has to do its own |
| 263 # exclude processing of the sources being passed. | 263 # exclude processing of the sources being passed. |
| 264 ['exclude', '\\.cc|h$'], | 264 ['exclude', '\\.cc|h$'], |
| (...skipping 19 matching lines...) Expand all Loading... |
| 284 '--library_name', 'dart:corelib', | 284 '--library_name', 'dart:corelib', |
| 285 '<@(_sources)', | 285 '<@(_sources)', |
| 286 ], | 286 ], |
| 287 'message': 'Generating ''<(corelib_patch_cc_file)'' file.' | 287 'message': 'Generating ''<(corelib_patch_cc_file)'' file.' |
| 288 }, | 288 }, |
| 289 ] | 289 ] |
| 290 }, | 290 }, |
| 291 { | 291 { |
| 292 'target_name': 'generate_collection_cc_file', | 292 'target_name': 'generate_collection_cc_file', |
| 293 'type': 'none', | 293 'type': 'none', |
| 294 'toolsets':['host', 'target'], | 294 'toolsets':['host'], |
| 295 'includes': [ | 295 'includes': [ |
| 296 # Load the shared collection library sources. | 296 # Load the shared collection library sources. |
| 297 '../../sdk/lib/collection/collection_sources.gypi', | 297 '../../sdk/lib/collection/collection_sources.gypi', |
| 298 ], | 298 ], |
| 299 'sources/': [ | 299 'sources/': [ |
| 300 # Exclude all .[cc|h] files. | 300 # Exclude all .[cc|h] files. |
| 301 # This is only here for reference. Excludes happen after | 301 # This is only here for reference. Excludes happen after |
| 302 # variable expansion, so the script has to do its own | 302 # variable expansion, so the script has to do its own |
| 303 # exclude processing of the sources being passed. | 303 # exclude processing of the sources being passed. |
| 304 ['exclude', '\\.cc|h$'], | 304 ['exclude', '\\.cc|h$'], |
| (...skipping 19 matching lines...) Expand all Loading... |
| 324 '--library_name', 'dart:collection', | 324 '--library_name', 'dart:collection', |
| 325 '<@(_sources)', | 325 '<@(_sources)', |
| 326 ], | 326 ], |
| 327 'message': 'Generating ''<(collection_cc_file)'' file.' | 327 'message': 'Generating ''<(collection_cc_file)'' file.' |
| 328 }, | 328 }, |
| 329 ] | 329 ] |
| 330 }, | 330 }, |
| 331 { | 331 { |
| 332 'target_name': 'generate_collection_dev_patch_cc_file', | 332 'target_name': 'generate_collection_dev_patch_cc_file', |
| 333 'type': 'none', | 333 'type': 'none', |
| 334 'toolsets':['host', 'target'], | 334 'toolsets':['host'], |
| 335 'includes': [ | 335 'includes': [ |
| 336 # Load the runtime implementation sources. | 336 # Load the runtime implementation sources. |
| 337 '../lib/collection_dev_sources.gypi', | 337 '../lib/collection_dev_sources.gypi', |
| 338 ], | 338 ], |
| 339 'sources/': [ | 339 'sources/': [ |
| 340 # Exclude all .[cc|h] files. | 340 # Exclude all .[cc|h] files. |
| 341 # This is only here for reference. Excludes happen after | 341 # This is only here for reference. Excludes happen after |
| 342 # variable expansion, so the script has to do its own | 342 # variable expansion, so the script has to do its own |
| 343 # exclude processing of the sources being passed. | 343 # exclude processing of the sources being passed. |
| 344 ['exclude', '\\.cc|h$'], | 344 ['exclude', '\\.cc|h$'], |
| (...skipping 19 matching lines...) Expand all Loading... |
| 364 '--library_name', 'dart:_collection-dev', | 364 '--library_name', 'dart:_collection-dev', |
| 365 '<@(_sources)', | 365 '<@(_sources)', |
| 366 ], | 366 ], |
| 367 'message': 'Generating ''<(collection_dev_patch_cc_file)'' file.' | 367 'message': 'Generating ''<(collection_dev_patch_cc_file)'' file.' |
| 368 }, | 368 }, |
| 369 ] | 369 ] |
| 370 }, | 370 }, |
| 371 { | 371 { |
| 372 'target_name': 'generate_collection_dev_cc_file', | 372 'target_name': 'generate_collection_dev_cc_file', |
| 373 'type': 'none', | 373 'type': 'none', |
| 374 'toolsets':['host', 'target'], | 374 'toolsets':['host'], |
| 375 'includes': [ | 375 'includes': [ |
| 376 # Load the shared collection_dev library sources. | 376 # Load the shared collection_dev library sources. |
| 377 '../../sdk/lib/_collection_dev/collection_dev_sources.gypi', | 377 '../../sdk/lib/_collection_dev/collection_dev_sources.gypi', |
| 378 ], | 378 ], |
| 379 'sources/': [ | 379 'sources/': [ |
| 380 # Exclude all .[cc|h] files. | 380 # Exclude all .[cc|h] files. |
| 381 # This is only here for reference. Excludes happen after | 381 # This is only here for reference. Excludes happen after |
| 382 # variable expansion, so the script has to do its own | 382 # variable expansion, so the script has to do its own |
| 383 # exclude processing of the sources being passed. | 383 # exclude processing of the sources being passed. |
| 384 ['exclude', '\\.cc|h$'], | 384 ['exclude', '\\.cc|h$'], |
| (...skipping 19 matching lines...) Expand all Loading... |
| 404 '--library_name', 'dart:_collection-dev', | 404 '--library_name', 'dart:_collection-dev', |
| 405 '<@(_sources)', | 405 '<@(_sources)', |
| 406 ], | 406 ], |
| 407 'message': 'Generating ''<(collection_dev_cc_file)'' file.' | 407 'message': 'Generating ''<(collection_dev_cc_file)'' file.' |
| 408 }, | 408 }, |
| 409 ] | 409 ] |
| 410 }, | 410 }, |
| 411 { | 411 { |
| 412 'target_name': 'generate_math_cc_file', | 412 'target_name': 'generate_math_cc_file', |
| 413 'type': 'none', | 413 'type': 'none', |
| 414 'toolsets':['host', 'target'], | 414 'toolsets':['host'], |
| 415 'includes': [ | 415 'includes': [ |
| 416 # Load the shared math library sources. | 416 # Load the shared math library sources. |
| 417 '../../sdk/lib/math/math_sources.gypi', | 417 '../../sdk/lib/math/math_sources.gypi', |
| 418 ], | 418 ], |
| 419 'sources/': [ | 419 'sources/': [ |
| 420 # Exclude all .[cc|h] files. | 420 # Exclude all .[cc|h] files. |
| 421 # This is only here for reference. Excludes happen after | 421 # This is only here for reference. Excludes happen after |
| 422 # variable expansion, so the script has to do its own | 422 # variable expansion, so the script has to do its own |
| 423 # exclude processing of the sources being passed. | 423 # exclude processing of the sources being passed. |
| 424 ['exclude', '\\.cc|h$'], | 424 ['exclude', '\\.cc|h$'], |
| (...skipping 19 matching lines...) Expand all Loading... |
| 444 '--library_name', 'dart:math', | 444 '--library_name', 'dart:math', |
| 445 '<@(_sources)', | 445 '<@(_sources)', |
| 446 ], | 446 ], |
| 447 'message': 'Generating ''<(math_cc_file)'' file.' | 447 'message': 'Generating ''<(math_cc_file)'' file.' |
| 448 }, | 448 }, |
| 449 ] | 449 ] |
| 450 }, | 450 }, |
| 451 { | 451 { |
| 452 'target_name': 'generate_math_patch_cc_file', | 452 'target_name': 'generate_math_patch_cc_file', |
| 453 'type': 'none', | 453 'type': 'none', |
| 454 'toolsets':['host', 'target'], | 454 'toolsets':['host'], |
| 455 'includes': [ | 455 'includes': [ |
| 456 # Load the shared math library sources. | 456 # Load the shared math library sources. |
| 457 '../lib/math_sources.gypi', | 457 '../lib/math_sources.gypi', |
| 458 ], | 458 ], |
| 459 'sources/': [ | 459 'sources/': [ |
| 460 # Exclude all .[cc|h] files. | 460 # Exclude all .[cc|h] files. |
| 461 # This is only here for reference. Excludes happen after | 461 # This is only here for reference. Excludes happen after |
| 462 # variable expansion, so the script has to do its own | 462 # variable expansion, so the script has to do its own |
| 463 # exclude processing of the sources being passed. | 463 # exclude processing of the sources being passed. |
| 464 ['exclude', '\\.cc|h$'], | 464 ['exclude', '\\.cc|h$'], |
| (...skipping 19 matching lines...) Expand all Loading... |
| 484 '--library_name', 'dart:math', | 484 '--library_name', 'dart:math', |
| 485 '<@(_sources)', | 485 '<@(_sources)', |
| 486 ], | 486 ], |
| 487 'message': 'Generating ''<(math_patch_cc_file)'' file.' | 487 'message': 'Generating ''<(math_patch_cc_file)'' file.' |
| 488 }, | 488 }, |
| 489 ] | 489 ] |
| 490 }, | 490 }, |
| 491 { | 491 { |
| 492 'target_name': 'generate_mirrors_cc_file', | 492 'target_name': 'generate_mirrors_cc_file', |
| 493 'type': 'none', | 493 'type': 'none', |
| 494 'toolsets':['host', 'target'], | 494 'toolsets':['host'], |
| 495 'includes': [ | 495 'includes': [ |
| 496 # Load the shared core library sources. | 496 # Load the shared core library sources. |
| 497 '../../sdk/lib/mirrors/mirrors_sources.gypi', | 497 '../../sdk/lib/mirrors/mirrors_sources.gypi', |
| 498 ], | 498 ], |
| 499 'sources/': [ | 499 'sources/': [ |
| 500 # Exclude all .[cc|h] files. | 500 # Exclude all .[cc|h] files. |
| 501 # This is only here for reference. Excludes happen after | 501 # This is only here for reference. Excludes happen after |
| 502 # variable expansion, so the script has to do its own | 502 # variable expansion, so the script has to do its own |
| 503 # exclude processing of the sources being passed. | 503 # exclude processing of the sources being passed. |
| 504 ['exclude', '\\.cc|h$'], | 504 ['exclude', '\\.cc|h$'], |
| (...skipping 19 matching lines...) Expand all Loading... |
| 524 '--library_name', 'dart:mirrors', | 524 '--library_name', 'dart:mirrors', |
| 525 '<@(_sources)', | 525 '<@(_sources)', |
| 526 ], | 526 ], |
| 527 'message': 'Generating ''<(mirrors_cc_file)'' file.' | 527 'message': 'Generating ''<(mirrors_cc_file)'' file.' |
| 528 }, | 528 }, |
| 529 ] | 529 ] |
| 530 }, | 530 }, |
| 531 { | 531 { |
| 532 'target_name': 'generate_mirrors_patch_cc_file', | 532 'target_name': 'generate_mirrors_patch_cc_file', |
| 533 'type': 'none', | 533 'type': 'none', |
| 534 'toolsets':['host', 'target'], | 534 'toolsets':['host'], |
| 535 'includes': [ | 535 'includes': [ |
| 536 # Load the patch sources. | 536 # Load the patch sources. |
| 537 '../lib/mirrors_sources.gypi', | 537 '../lib/mirrors_sources.gypi', |
| 538 ], | 538 ], |
| 539 'sources/': [ | 539 'sources/': [ |
| 540 # Exclude all .[cc|h] files. | 540 # Exclude all .[cc|h] files. |
| 541 # This is only here for reference. Excludes happen after | 541 # This is only here for reference. Excludes happen after |
| 542 # variable expansion, so the script has to do its own | 542 # variable expansion, so the script has to do its own |
| 543 # exclude processing of the sources being passed. | 543 # exclude processing of the sources being passed. |
| 544 ['exclude', '\\.cc|h$'], | 544 ['exclude', '\\.cc|h$'], |
| (...skipping 19 matching lines...) Expand all Loading... |
| 564 '--library_name', 'dart:mirrors', | 564 '--library_name', 'dart:mirrors', |
| 565 '<@(_sources)', | 565 '<@(_sources)', |
| 566 ], | 566 ], |
| 567 'message': 'Generating ''<(mirrors_patch_cc_file)'' file.' | 567 'message': 'Generating ''<(mirrors_patch_cc_file)'' file.' |
| 568 }, | 568 }, |
| 569 ] | 569 ] |
| 570 }, | 570 }, |
| 571 { | 571 { |
| 572 'target_name': 'generate_isolate_cc_file', | 572 'target_name': 'generate_isolate_cc_file', |
| 573 'type': 'none', | 573 'type': 'none', |
| 574 'toolsets':['host', 'target'], | 574 'toolsets':['host'], |
| 575 'includes': [ | 575 'includes': [ |
| 576 # Load the runtime implementation sources. | 576 # Load the runtime implementation sources. |
| 577 '../../sdk/lib/isolate/isolate_sources.gypi', | 577 '../../sdk/lib/isolate/isolate_sources.gypi', |
| 578 ], | 578 ], |
| 579 'sources/': [ | 579 'sources/': [ |
| 580 # Exclude all .[cc|h] files. | 580 # Exclude all .[cc|h] files. |
| 581 # This is only here for reference. Excludes happen after | 581 # This is only here for reference. Excludes happen after |
| 582 # variable expansion, so the script has to do its own | 582 # variable expansion, so the script has to do its own |
| 583 # exclude processing of the sources being passed. | 583 # exclude processing of the sources being passed. |
| 584 ['exclude', '\\.cc|h$'], | 584 ['exclude', '\\.cc|h$'], |
| (...skipping 19 matching lines...) Expand all Loading... |
| 604 '--library_name', 'dart:isolate', | 604 '--library_name', 'dart:isolate', |
| 605 '<@(_sources)', | 605 '<@(_sources)', |
| 606 ], | 606 ], |
| 607 'message': 'Generating ''<(isolate_cc_file)'' file.' | 607 'message': 'Generating ''<(isolate_cc_file)'' file.' |
| 608 }, | 608 }, |
| 609 ] | 609 ] |
| 610 }, | 610 }, |
| 611 { | 611 { |
| 612 'target_name': 'generate_async_patch_cc_file', | 612 'target_name': 'generate_async_patch_cc_file', |
| 613 'type': 'none', | 613 'type': 'none', |
| 614 'toolsets':['host', 'target'], | 614 'toolsets':['host'], |
| 615 'includes': [ | 615 'includes': [ |
| 616 # Load the runtime implementation sources. | 616 # Load the runtime implementation sources. |
| 617 '../lib/async_sources.gypi', | 617 '../lib/async_sources.gypi', |
| 618 ], | 618 ], |
| 619 'sources/': [ | 619 'sources/': [ |
| 620 # Exclude all .[cc|h] files. | 620 # Exclude all .[cc|h] files. |
| 621 # This is only here for reference. Excludes happen after | 621 # This is only here for reference. Excludes happen after |
| 622 # variable expansion, so the script has to do its own | 622 # variable expansion, so the script has to do its own |
| 623 # exclude processing of the sources being passed. | 623 # exclude processing of the sources being passed. |
| 624 ['exclude', '\\.cc|h$'], | 624 ['exclude', '\\.cc|h$'], |
| (...skipping 19 matching lines...) Expand all Loading... |
| 644 '--library_name', 'dart:async', | 644 '--library_name', 'dart:async', |
| 645 '<@(_sources)', | 645 '<@(_sources)', |
| 646 ], | 646 ], |
| 647 'message': 'Generating ''<(async_patch_cc_file)'' file.' | 647 'message': 'Generating ''<(async_patch_cc_file)'' file.' |
| 648 }, | 648 }, |
| 649 ] | 649 ] |
| 650 }, | 650 }, |
| 651 { | 651 { |
| 652 'target_name': 'generate_collection_patch_cc_file', | 652 'target_name': 'generate_collection_patch_cc_file', |
| 653 'type': 'none', | 653 'type': 'none', |
| 654 'toolsets':['host', 'target'], | 654 'toolsets':['host'], |
| 655 'includes': [ | 655 'includes': [ |
| 656 # Load the runtime implementation sources. | 656 # Load the runtime implementation sources. |
| 657 '../lib/collection_sources.gypi', | 657 '../lib/collection_sources.gypi', |
| 658 ], | 658 ], |
| 659 'sources/': [ | 659 'sources/': [ |
| 660 # Exclude all .[cc|h] files. | 660 # Exclude all .[cc|h] files. |
| 661 # This is only here for reference. Excludes happen after | 661 # This is only here for reference. Excludes happen after |
| 662 # variable expansion, so the script has to do its own | 662 # variable expansion, so the script has to do its own |
| 663 # exclude processing of the sources being passed. | 663 # exclude processing of the sources being passed. |
| 664 ['exclude', '\\.cc|h$'], | 664 ['exclude', '\\.cc|h$'], |
| (...skipping 19 matching lines...) Expand all Loading... |
| 684 '--library_name', 'dart:collection', | 684 '--library_name', 'dart:collection', |
| 685 '<@(_sources)', | 685 '<@(_sources)', |
| 686 ], | 686 ], |
| 687 'message': 'Generating ''<(collection_patch_cc_file)'' file.' | 687 'message': 'Generating ''<(collection_patch_cc_file)'' file.' |
| 688 }, | 688 }, |
| 689 ] | 689 ] |
| 690 }, | 690 }, |
| 691 { | 691 { |
| 692 'target_name': 'generate_isolate_patch_cc_file', | 692 'target_name': 'generate_isolate_patch_cc_file', |
| 693 'type': 'none', | 693 'type': 'none', |
| 694 'toolsets':['host', 'target'], | 694 'toolsets':['host'], |
| 695 'includes': [ | 695 'includes': [ |
| 696 # Load the runtime implementation sources. | 696 # Load the runtime implementation sources. |
| 697 '../lib/isolate_sources.gypi', | 697 '../lib/isolate_sources.gypi', |
| 698 ], | 698 ], |
| 699 'sources/': [ | 699 'sources/': [ |
| 700 # Exclude all .[cc|h] files. | 700 # Exclude all .[cc|h] files. |
| 701 # This is only here for reference. Excludes happen after | 701 # This is only here for reference. Excludes happen after |
| 702 # variable expansion, so the script has to do its own | 702 # variable expansion, so the script has to do its own |
| 703 # exclude processing of the sources being passed. | 703 # exclude processing of the sources being passed. |
| 704 ['exclude', '\\.cc|h$'], | 704 ['exclude', '\\.cc|h$'], |
| (...skipping 19 matching lines...) Expand all Loading... |
| 724 '--library_name', 'dart:isolate', | 724 '--library_name', 'dart:isolate', |
| 725 '<@(_sources)', | 725 '<@(_sources)', |
| 726 ], | 726 ], |
| 727 'message': 'Generating ''<(isolate_patch_cc_file)'' file.' | 727 'message': 'Generating ''<(isolate_patch_cc_file)'' file.' |
| 728 }, | 728 }, |
| 729 ] | 729 ] |
| 730 }, | 730 }, |
| 731 { | 731 { |
| 732 'target_name': 'generate_json_cc_file', | 732 'target_name': 'generate_json_cc_file', |
| 733 'type': 'none', | 733 'type': 'none', |
| 734 'toolsets':['host', 'target'], | 734 'toolsets':['host'], |
| 735 'includes': [ | 735 'includes': [ |
| 736 # Load the shared json sources. | 736 # Load the shared json sources. |
| 737 '../../sdk/lib/json/json_sources.gypi', | 737 '../../sdk/lib/json/json_sources.gypi', |
| 738 ], | 738 ], |
| 739 'actions': [ | 739 'actions': [ |
| 740 { | 740 { |
| 741 'action_name': 'generate_json_cc', | 741 'action_name': 'generate_json_cc', |
| 742 'inputs': [ | 742 'inputs': [ |
| 743 '../tools/gen_library_src_paths.py', | 743 '../tools/gen_library_src_paths.py', |
| 744 '<(libgen_in_cc_file)', | 744 '<(libgen_in_cc_file)', |
| (...skipping 12 matching lines...) Expand all Loading... |
| 757 '--library_name', 'dart:json', | 757 '--library_name', 'dart:json', |
| 758 '<@(_sources)', | 758 '<@(_sources)', |
| 759 ], | 759 ], |
| 760 'message': 'Generating ''<(json_cc_file)'' file.' | 760 'message': 'Generating ''<(json_cc_file)'' file.' |
| 761 }, | 761 }, |
| 762 ] | 762 ] |
| 763 }, | 763 }, |
| 764 { | 764 { |
| 765 'target_name': 'generate_json_patch_cc_file', | 765 'target_name': 'generate_json_patch_cc_file', |
| 766 'type': 'none', | 766 'type': 'none', |
| 767 'toolsets':['host', 'target'], | 767 'toolsets':['host'], |
| 768 'includes': [ | 768 'includes': [ |
| 769 # Load the shared json library sources. | 769 # Load the shared json library sources. |
| 770 '../lib/json_sources.gypi', | 770 '../lib/json_sources.gypi', |
| 771 ], | 771 ], |
| 772 'sources/': [ | 772 'sources/': [ |
| 773 # Exclude all .[cc|h] files. | 773 # Exclude all .[cc|h] files. |
| 774 # This is only here for reference. Excludes happen after | 774 # This is only here for reference. Excludes happen after |
| 775 # variable expansion, so the script has to do its own | 775 # variable expansion, so the script has to do its own |
| 776 # exclude processing of the sources being passed. | 776 # exclude processing of the sources being passed. |
| 777 ['exclude', '\\.cc|h$'], | 777 ['exclude', '\\.cc|h$'], |
| (...skipping 19 matching lines...) Expand all Loading... |
| 797 '--library_name', 'dart:json', | 797 '--library_name', 'dart:json', |
| 798 '<@(_sources)', | 798 '<@(_sources)', |
| 799 ], | 799 ], |
| 800 'message': 'Generating ''<(json_patch_cc_file)'' file.' | 800 'message': 'Generating ''<(json_patch_cc_file)'' file.' |
| 801 }, | 801 }, |
| 802 ] | 802 ] |
| 803 }, | 803 }, |
| 804 { | 804 { |
| 805 'target_name': 'generate_typed_data_cc_file', | 805 'target_name': 'generate_typed_data_cc_file', |
| 806 'type': 'none', | 806 'type': 'none', |
| 807 'toolsets':['host', 'target'], | 807 'toolsets':['host'], |
| 808 'includes': [ | 808 'includes': [ |
| 809 # Load the shared library sources. | 809 # Load the shared library sources. |
| 810 '../../sdk/lib/typed_data/typed_data_sources.gypi', | 810 '../../sdk/lib/typed_data/typed_data_sources.gypi', |
| 811 ], | 811 ], |
| 812 'sources/': [ | 812 'sources/': [ |
| 813 # Exclude all .[cc|h] files. | 813 # Exclude all .[cc|h] files. |
| 814 # This is only here for reference. Excludes happen after | 814 # This is only here for reference. Excludes happen after |
| 815 # variable expansion, so the script has to do its own | 815 # variable expansion, so the script has to do its own |
| 816 # exclude processing of the sources being passed. | 816 # exclude processing of the sources being passed. |
| 817 ['exclude', '\\.cc|h$'], | 817 ['exclude', '\\.cc|h$'], |
| (...skipping 19 matching lines...) Expand all Loading... |
| 837 '--library_name', 'dart:typed_data', | 837 '--library_name', 'dart:typed_data', |
| 838 '<@(_sources)', | 838 '<@(_sources)', |
| 839 ], | 839 ], |
| 840 'message': 'Generating ''<(typed_data_cc_file)'' file.' | 840 'message': 'Generating ''<(typed_data_cc_file)'' file.' |
| 841 }, | 841 }, |
| 842 ] | 842 ] |
| 843 }, | 843 }, |
| 844 { | 844 { |
| 845 'target_name': 'generate_typed_data_patch_cc_file', | 845 'target_name': 'generate_typed_data_patch_cc_file', |
| 846 'type': 'none', | 846 'type': 'none', |
| 847 'toolsets':['host', 'target'], | 847 'toolsets':['host'], |
| 848 'includes': [ | 848 'includes': [ |
| 849 # Load the runtime implementation sources. | 849 # Load the runtime implementation sources. |
| 850 '../lib/typed_data_sources.gypi', | 850 '../lib/typed_data_sources.gypi', |
| 851 ], | 851 ], |
| 852 'sources/': [ | 852 'sources/': [ |
| 853 # Exclude all .[cc|h] files. | 853 # Exclude all .[cc|h] files. |
| 854 # This is only here for reference. Excludes happen after | 854 # This is only here for reference. Excludes happen after |
| 855 # variable expansion, so the script has to do its own | 855 # variable expansion, so the script has to do its own |
| 856 # exclude processing of the sources being passed. | 856 # exclude processing of the sources being passed. |
| 857 ['exclude', '\\.cc|h$'], | 857 ['exclude', '\\.cc|h$'], |
| (...skipping 19 matching lines...) Expand all Loading... |
| 877 '--library_name', 'dart:typed_data', | 877 '--library_name', 'dart:typed_data', |
| 878 '<@(_sources)', | 878 '<@(_sources)', |
| 879 ], | 879 ], |
| 880 'message': 'Generating ''<(typed_data_patch_cc_file)'' file.' | 880 'message': 'Generating ''<(typed_data_patch_cc_file)'' file.' |
| 881 }, | 881 }, |
| 882 ] | 882 ] |
| 883 }, | 883 }, |
| 884 { | 884 { |
| 885 'target_name': 'generate_utf_cc_file', | 885 'target_name': 'generate_utf_cc_file', |
| 886 'type': 'none', | 886 'type': 'none', |
| 887 'toolsets':['host', 'target'], | 887 'toolsets':['host'], |
| 888 'includes': [ | 888 'includes': [ |
| 889 # Load the shared utf sources. | 889 # Load the shared utf sources. |
| 890 '../../sdk/lib/utf/utf_sources.gypi', | 890 '../../sdk/lib/utf/utf_sources.gypi', |
| 891 ], | 891 ], |
| 892 'actions': [ | 892 'actions': [ |
| 893 { | 893 { |
| 894 'action_name': 'generate_utf_cc', | 894 'action_name': 'generate_utf_cc', |
| 895 'inputs': [ | 895 'inputs': [ |
| 896 '../tools/gen_library_src_paths.py', | 896 '../tools/gen_library_src_paths.py', |
| 897 '<(libgen_in_cc_file)', | 897 '<(libgen_in_cc_file)', |
| (...skipping 12 matching lines...) Expand all Loading... |
| 910 '--library_name', 'dart:utf', | 910 '--library_name', 'dart:utf', |
| 911 '<@(_sources)', | 911 '<@(_sources)', |
| 912 ], | 912 ], |
| 913 'message': 'Generating ''<(utf_cc_file)'' file.' | 913 'message': 'Generating ''<(utf_cc_file)'' file.' |
| 914 }, | 914 }, |
| 915 ] | 915 ] |
| 916 }, | 916 }, |
| 917 { | 917 { |
| 918 'target_name': 'generate_snapshot_test_dat_file', | 918 'target_name': 'generate_snapshot_test_dat_file', |
| 919 'type': 'none', | 919 'type': 'none', |
| 920 'toolsets':['host', 'target'], | 920 'toolsets':['host'], |
| 921 'actions': [ | 921 'actions': [ |
| 922 { | 922 { |
| 923 'action_name': 'generate_snapshot_test_dat', | 923 'action_name': 'generate_snapshot_test_dat', |
| 924 'inputs': [ | 924 'inputs': [ |
| 925 '../tools/create_string_literal.py', | 925 '../tools/create_string_literal.py', |
| 926 '<(snapshot_test_in_dat_file)', | 926 '<(snapshot_test_in_dat_file)', |
| 927 '<(snapshot_test_dart_file)', | 927 '<(snapshot_test_dart_file)', |
| 928 ], | 928 ], |
| 929 'outputs': [ | 929 'outputs': [ |
| 930 '<(snapshot_test_dat_file)', | 930 '<(snapshot_test_dat_file)', |
| 931 ], | 931 ], |
| 932 'action': [ | 932 'action': [ |
| 933 'python', | 933 'python', |
| 934 'tools/create_string_literal.py', | 934 'tools/create_string_literal.py', |
| 935 '--output', '<(snapshot_test_dat_file)', | 935 '--output', '<(snapshot_test_dat_file)', |
| 936 '--input_cc', '<(snapshot_test_in_dat_file)', | 936 '--input_cc', '<(snapshot_test_in_dat_file)', |
| 937 '--include', 'INTENTIONALLY_LEFT_BLANK', | 937 '--include', 'INTENTIONALLY_LEFT_BLANK', |
| 938 '--var_name', 'INTENTIONALLY_LEFT_BLANK_TOO', | 938 '--var_name', 'INTENTIONALLY_LEFT_BLANK_TOO', |
| 939 '<(snapshot_test_dart_file)', | 939 '<(snapshot_test_dart_file)', |
| 940 ], | 940 ], |
| 941 'message': 'Generating ''<(snapshot_test_dat_file)'' file.' | 941 'message': 'Generating ''<(snapshot_test_dat_file)'' file.' |
| 942 }, | 942 }, |
| 943 ] | 943 ] |
| 944 }, | 944 }, |
| 945 ] | 945 ] |
| 946 } | 946 } |
| OLD | NEW |