| 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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 283 ], | 283 ], |
| 284 'outputs': [ | 284 'outputs': [ |
| 285 '<(blink_cc_file)', | 285 '<(blink_cc_file)', |
| 286 ], | 286 ], |
| 287 'action': [ | 287 'action': [ |
| 288 'python', | 288 'python', |
| 289 'tools/gen_library_src_paths.py', | 289 'tools/gen_library_src_paths.py', |
| 290 '--output', '<(blink_cc_file)', | 290 '--output', '<(blink_cc_file)', |
| 291 '--input_cc', '<(builtin_in_cc_file)', | 291 '--input_cc', '<(builtin_in_cc_file)', |
| 292 '--include', 'bin/builtin.h', | 292 '--include', 'bin/builtin.h', |
| 293 '--var_name', 'dart::bin::Builtin::blink_source_paths_', | 293 '--var_name', 'dart::bin::Builtin::_blink_source_paths_', |
| 294 '--library_name', 'dart:_blink', | 294 '--library_name', 'dart:_blink', |
| 295 '<@(_sources)', | 295 '<@(_sources)', |
| 296 ], | 296 ], |
| 297 'message': 'Generating ''<(blink_cc_file)'' file.' | 297 'message': 'Generating ''<(blink_cc_file)'' file.' |
| 298 }, | 298 }, |
| 299 ] | 299 ] |
| 300 }, | 300 }, |
| 301 { | 301 { |
| 302 'target_name': 'generate_indexeddb_cc_file', | 302 'target_name': 'generate_indexeddb_cc_file', |
| 303 'type': 'none', | 303 'type': 'none', |
| (...skipping 11 matching lines...) Expand all Loading... |
| 315 ], | 315 ], |
| 316 'outputs': [ | 316 'outputs': [ |
| 317 '<(indexeddb_cc_file)', | 317 '<(indexeddb_cc_file)', |
| 318 ], | 318 ], |
| 319 'action': [ | 319 'action': [ |
| 320 'python', | 320 'python', |
| 321 'tools/gen_library_src_paths.py', | 321 'tools/gen_library_src_paths.py', |
| 322 '--output', '<(indexeddb_cc_file)', | 322 '--output', '<(indexeddb_cc_file)', |
| 323 '--input_cc', '<(builtin_in_cc_file)', | 323 '--input_cc', '<(builtin_in_cc_file)', |
| 324 '--include', 'bin/builtin.h', | 324 '--include', 'bin/builtin.h', |
| 325 '--var_name', 'dart::bin::Builtin::indexeddb_source_paths_', | 325 '--var_name', 'dart::bin::Builtin::indexed_db_source_paths_', |
| 326 '--library_name', 'dart:indexed_db', | 326 '--library_name', 'dart:indexed_db', |
| 327 '<@(_sources)', | 327 '<@(_sources)', |
| 328 ], | 328 ], |
| 329 'message': 'Generating ''<(indexeddb_cc_file)'' file.' | 329 'message': 'Generating ''<(indexeddb_cc_file)'' file.' |
| 330 }, | 330 }, |
| 331 ] | 331 ] |
| 332 }, | 332 }, |
| 333 { | 333 { |
| 334 'target_name': 'generate_cached_patches_cc_file', | 334 'target_name': 'generate_cached_patches_cc_file', |
| 335 'type': 'none', | 335 'type': 'none', |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 443 ], | 443 ], |
| 444 'outputs': [ | 444 'outputs': [ |
| 445 '<(websql_cc_file)', | 445 '<(websql_cc_file)', |
| 446 ], | 446 ], |
| 447 'action': [ | 447 'action': [ |
| 448 'python', | 448 'python', |
| 449 'tools/gen_library_src_paths.py', | 449 'tools/gen_library_src_paths.py', |
| 450 '--output', '<(websql_cc_file)', | 450 '--output', '<(websql_cc_file)', |
| 451 '--input_cc', '<(builtin_in_cc_file)', | 451 '--input_cc', '<(builtin_in_cc_file)', |
| 452 '--include', 'bin/builtin.h', | 452 '--include', 'bin/builtin.h', |
| 453 '--var_name', 'dart::bin::Builtin::websql_source_paths_', | 453 '--var_name', 'dart::bin::Builtin::web_sql_source_paths_', |
| 454 '--library_name', 'dart:web_sql', | 454 '--library_name', 'dart:web_sql', |
| 455 '<@(_sources)', | 455 '<@(_sources)', |
| 456 ], | 456 ], |
| 457 'message': 'Generating ''<(websql_cc_file)'' file.' | 457 'message': 'Generating ''<(websql_cc_file)'' file.' |
| 458 }, | 458 }, |
| 459 ] | 459 ] |
| 460 }, | 460 }, |
| 461 { | 461 { |
| 462 'target_name': 'generate_svg_cc_file', | 462 'target_name': 'generate_svg_cc_file', |
| 463 'type': 'none', | 463 'type': 'none', |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 507 ], | 507 ], |
| 508 'outputs': [ | 508 'outputs': [ |
| 509 '<(webaudio_cc_file)', | 509 '<(webaudio_cc_file)', |
| 510 ], | 510 ], |
| 511 'action': [ | 511 'action': [ |
| 512 'python', | 512 'python', |
| 513 'tools/gen_library_src_paths.py', | 513 'tools/gen_library_src_paths.py', |
| 514 '--output', '<(webaudio_cc_file)', | 514 '--output', '<(webaudio_cc_file)', |
| 515 '--input_cc', '<(builtin_in_cc_file)', | 515 '--input_cc', '<(builtin_in_cc_file)', |
| 516 '--include', 'bin/builtin.h', | 516 '--include', 'bin/builtin.h', |
| 517 '--var_name', 'dart::bin::Builtin::webaudio_source_paths_', | 517 '--var_name', 'dart::bin::Builtin::web_audio_source_paths_', |
| 518 '--library_name', 'dart:web_audio', | 518 '--library_name', 'dart:web_audio', |
| 519 '<@(_sources)', | 519 '<@(_sources)', |
| 520 ], | 520 ], |
| 521 'message': 'Generating ''<(webaudio_cc_file)'' file.' | 521 'message': 'Generating ''<(webaudio_cc_file)'' file.' |
| 522 }, | 522 }, |
| 523 ] | 523 ] |
| 524 }, | 524 }, |
| 525 { | 525 { |
| 526 'target_name': 'libdart_builtin', | 526 'target_name': 'libdart_builtin', |
| 527 'type': 'static_library', | 527 'type': 'static_library', |
| (...skipping 926 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1454 }], | 1454 }], |
| 1455 ['OS=="linux"', { | 1455 ['OS=="linux"', { |
| 1456 'cflags': [ | 1456 'cflags': [ |
| 1457 '-fPIC', | 1457 '-fPIC', |
| 1458 ], | 1458 ], |
| 1459 }], | 1459 }], |
| 1460 ], | 1460 ], |
| 1461 }, | 1461 }, |
| 1462 ], | 1462 ], |
| 1463 } | 1463 } |
| OLD | NEW |