| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'target_defaults': { | 6 'target_defaults': { |
| 7 'variables': { | 7 'variables': { |
| 8 'base_target': 0, | 8 'base_target': 0, |
| 9 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 'base_paths.cc', | 56 'base_paths.cc', |
| 57 'base_paths.h', | 57 'base_paths.h', |
| 58 'base_paths_android.cc', | 58 'base_paths_android.cc', |
| 59 'base_paths_android.h', | 59 'base_paths_android.h', |
| 60 'base_paths_mac.h', | 60 'base_paths_mac.h', |
| 61 'base_paths_mac.mm', | 61 'base_paths_mac.mm', |
| 62 'base_paths_posix.cc', | 62 'base_paths_posix.cc', |
| 63 'base_paths_win.cc', | 63 'base_paths_win.cc', |
| 64 'base_paths_win.h', | 64 'base_paths_win.h', |
| 65 'base_switches.h', | 65 'base_switches.h', |
| 66 'base64.cc', |
| 67 'base64.h', |
| 66 'basictypes.h', | 68 'basictypes.h', |
| 67 'bind.h', | 69 'bind.h', |
| 68 'bind_helpers.cc', | 70 'bind_helpers.cc', |
| 69 'bind_helpers.h', | 71 'bind_helpers.h', |
| 70 'bind_internal.h', | 72 'bind_internal.h', |
| 71 'bind_internal_win.h', | 73 'bind_internal_win.h', |
| 72 'bits.h', | 74 'bits.h', |
| 73 'build_time.cc', | 75 'build_time.cc', |
| 74 'build_time.h', | 76 'build_time.h', |
| 75 'callback.h', | 77 'callback.h', |
| (...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 296 'profiler/scoped_profile.cc', | 298 'profiler/scoped_profile.cc', |
| 297 'profiler/scoped_profile.h', | 299 'profiler/scoped_profile.h', |
| 298 'profiler/alternate_timer.cc', | 300 'profiler/alternate_timer.cc', |
| 299 'profiler/alternate_timer.h', | 301 'profiler/alternate_timer.h', |
| 300 'profiler/tracked_time.cc', | 302 'profiler/tracked_time.cc', |
| 301 'profiler/tracked_time.h', | 303 'profiler/tracked_time.h', |
| 302 'property_bag.cc', | 304 'property_bag.cc', |
| 303 'property_bag.h', | 305 'property_bag.h', |
| 304 'rand_util.cc', | 306 'rand_util.cc', |
| 305 'rand_util.h', | 307 'rand_util.h', |
| 308 'rand_util_nacl.cc', |
| 306 'rand_util_posix.cc', | 309 'rand_util_posix.cc', |
| 307 'rand_util_win.cc', | 310 'rand_util_win.cc', |
| 308 'run_loop.cc', | 311 'run_loop.cc', |
| 309 'run_loop.h', | 312 'run_loop.h', |
| 310 'safe_strerror_posix.cc', | 313 'safe_strerror_posix.cc', |
| 311 'safe_strerror_posix.h', | 314 'safe_strerror_posix.h', |
| 312 'scoped_native_library.cc', | 315 'scoped_native_library.cc', |
| 313 'scoped_native_library.h', | 316 'scoped_native_library.h', |
| 314 'scoped_temp_dir.cc', | 317 'scoped_temp_dir.cc', |
| 315 'scoped_temp_dir.h', | 318 'scoped_temp_dir.h', |
| (...skipping 15 matching lines...) Expand all Loading... |
| 331 'string_number_conversions.h', | 334 'string_number_conversions.h', |
| 332 'string_piece.cc', | 335 'string_piece.cc', |
| 333 'string_piece.h', | 336 'string_piece.h', |
| 334 'string_split.cc', | 337 'string_split.cc', |
| 335 'string_split.h', | 338 'string_split.h', |
| 336 'string_tokenizer.h', | 339 'string_tokenizer.h', |
| 337 'string_util.cc', | 340 'string_util.cc', |
| 338 'string_util.h', | 341 'string_util.h', |
| 339 'string_util_posix.h', | 342 'string_util_posix.h', |
| 340 'string_util_win.h', | 343 'string_util_win.h', |
| 344 'string16.cc', |
| 345 'string16.h', |
| 341 'stringize_macros.h', | 346 'stringize_macros.h', |
| 342 'stringprintf.cc', | 347 'stringprintf.cc', |
| 343 'stringprintf.h', | 348 'stringprintf.h', |
| 344 'supports_user_data.cc', | 349 'supports_user_data.cc', |
| 345 'supports_user_data.h', | 350 'supports_user_data.h', |
| 346 'synchronization/cancellation_flag.cc', | 351 'synchronization/cancellation_flag.cc', |
| 347 'synchronization/cancellation_flag.h', | 352 'synchronization/cancellation_flag.h', |
| 348 'synchronization/condition_variable.h', | 353 'synchronization/condition_variable.h', |
| 349 'synchronization/condition_variable_posix.cc', | 354 'synchronization/condition_variable_posix.cc', |
| 350 'synchronization/condition_variable_win.cc', | 355 'synchronization/condition_variable_win.cc', |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 418 'threading/thread_restrictions.cc', | 423 'threading/thread_restrictions.cc', |
| 419 'threading/watchdog.cc', | 424 'threading/watchdog.cc', |
| 420 'threading/watchdog.h', | 425 'threading/watchdog.h', |
| 421 'threading/worker_pool.h', | 426 'threading/worker_pool.h', |
| 422 'threading/worker_pool.cc', | 427 'threading/worker_pool.cc', |
| 423 'threading/worker_pool_posix.cc', | 428 'threading/worker_pool_posix.cc', |
| 424 'threading/worker_pool_posix.h', | 429 'threading/worker_pool_posix.h', |
| 425 'threading/worker_pool_win.cc', | 430 'threading/worker_pool_win.cc', |
| 426 'time.cc', | 431 'time.cc', |
| 427 'time.h', | 432 'time.h', |
| 433 'time_mac.cc', |
| 434 'time_posix.cc', |
| 428 'time_win.cc', | 435 'time_win.cc', |
| 429 'timer.cc', | 436 'timer.cc', |
| 430 'timer.h', | 437 'timer.h', |
| 431 'tracked_objects.cc', | 438 'tracked_objects.cc', |
| 432 'tracked_objects.h', | 439 'tracked_objects.h', |
| 433 'tracking_info.cc', | 440 'tracking_info.cc', |
| 434 'tracking_info.h', | 441 'tracking_info.h', |
| 435 'tuple.h', | 442 'tuple.h', |
| 436 'utf_offset_string_conversions.cc', | 443 'utf_offset_string_conversions.cc', |
| 437 'utf_offset_string_conversions.h', | 444 'utf_offset_string_conversions.h', |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 528 'linux_util.cc', | 535 'linux_util.cc', |
| 529 ], | 536 ], |
| 530 }, | 537 }, |
| 531 ], | 538 ], |
| 532 ['>(nacl_untrusted_build)==1', { | 539 ['>(nacl_untrusted_build)==1', { |
| 533 'sources!': [ | 540 'sources!': [ |
| 534 'base_paths.cc', | 541 'base_paths.cc', |
| 535 'command_line.cc', | 542 'command_line.cc', |
| 536 'cpu.cc', | 543 'cpu.cc', |
| 537 'debug/stack_trace_posix.cc', | 544 'debug/stack_trace_posix.cc', |
| 538 'environment.cc', | |
| 539 'file_util.cc', | 545 'file_util.cc', |
| 540 'file_util_posix.cc', | 546 'file_util_posix.cc', |
| 541 'file_util_proxy.cc', | 547 'file_util_proxy.cc', |
| 542 'files/file_path_watcher_kqueue.cc', | 548 'files/file_path_watcher_kqueue.cc', |
| 543 'native_library_posix.cc', | 549 'native_library_posix.cc', |
| 544 'path_service.cc', | 550 'path_service.cc', |
| 545 'platform_file_posix.cc', | 551 'platform_file_posix.cc', |
| 546 'posix/unix_domain_socket.cc', | 552 'posix/unix_domain_socket.cc', |
| 547 'process_posix.cc', | 553 'process_posix.cc', |
| 548 'process_util.cc', | 554 'process_util.cc', |
| 549 'process_util_posix.cc', | 555 'process_util_posix.cc', |
| 550 'rand_util.cc', | |
| 551 'rand_util_posix.cc', | 556 'rand_util_posix.cc', |
| 552 'scoped_native_library.cc', | 557 'scoped_native_library.cc', |
| 553 'scoped_temp_dir.cc', | 558 'scoped_temp_dir.cc', |
| 554 'shared_memory_posix.cc', | 559 'shared_memory_posix.cc', |
| 555 'sys_info_posix.cc', | 560 'sys_info_posix.cc', |
| 556 'threading/sequenced_worker_pool.cc', | 561 'threading/sequenced_worker_pool.cc', |
| 557 'third_party/dynamic_annotations/dynamic_annotations.c', | 562 'third_party/dynamic_annotations/dynamic_annotations.c', |
| 558 ], | 563 ], |
| 559 }], | 564 }], |
| 560 ['OS == "android" and >(nacl_untrusted_build)==0', { | 565 ['OS == "android" and >(nacl_untrusted_build)==0', { |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 665 # Remove all unnecessary files for build_nexe.py to avoid exceeding | 670 # Remove all unnecessary files for build_nexe.py to avoid exceeding |
| 666 # command-line-string limitation when building NaCl on Windows. | 671 # command-line-string limitation when building NaCl on Windows. |
| 667 ['OS == "win" and >(nacl_untrusted_build)==1', { | 672 ['OS == "win" and >(nacl_untrusted_build)==1', { |
| 668 'sources/': [ ['exclude', '\\.h$'] ], | 673 'sources/': [ ['exclude', '\\.h$'] ], |
| 669 }], | 674 }], |
| 670 ], | 675 ], |
| 671 }], | 676 }], |
| 672 ], | 677 ], |
| 673 }, | 678 }, |
| 674 } | 679 } |
| OLD | NEW |