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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 '../build/win_precompile.gypi', | 10 '../build/win_precompile.gypi', |
(...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
475 'containers/mru_cache_unittest.cc', | 475 'containers/mru_cache_unittest.cc', |
476 'containers/small_map_unittest.cc', | 476 'containers/small_map_unittest.cc', |
477 'containers/stack_container_unittest.cc', | 477 'containers/stack_container_unittest.cc', |
478 'cpu_unittest.cc', | 478 'cpu_unittest.cc', |
479 'debug/crash_logging_unittest.cc', | 479 'debug/crash_logging_unittest.cc', |
480 'debug/debugger_unittest.cc', | 480 'debug/debugger_unittest.cc', |
481 'debug/leak_tracker_unittest.cc', | 481 'debug/leak_tracker_unittest.cc', |
482 'debug/proc_maps_linux_unittest.cc', | 482 'debug/proc_maps_linux_unittest.cc', |
483 'debug/stack_trace_unittest.cc', | 483 'debug/stack_trace_unittest.cc', |
484 'debug/task_annotator_unittest.cc', | 484 'debug/task_annotator_unittest.cc', |
485 'debug/trace_event_argument_unittest.cc', | |
486 'debug/trace_event_memory_unittest.cc', | |
487 'debug/trace_event_synthetic_delay_unittest.cc', | |
488 'debug/trace_event_system_stats_monitor_unittest.cc', | |
489 'debug/trace_event_unittest.cc', | |
490 'debug/trace_event_win_unittest.cc', | |
491 'deferred_sequenced_task_runner_unittest.cc', | 485 'deferred_sequenced_task_runner_unittest.cc', |
492 'environment_unittest.cc', | 486 'environment_unittest.cc', |
493 'file_version_info_unittest.cc', | 487 'file_version_info_unittest.cc', |
494 'files/dir_reader_posix_unittest.cc', | 488 'files/dir_reader_posix_unittest.cc', |
495 'files/file_path_unittest.cc', | 489 'files/file_path_unittest.cc', |
496 'files/file_proxy_unittest.cc', | 490 'files/file_proxy_unittest.cc', |
497 'files/file_unittest.cc', | 491 'files/file_unittest.cc', |
498 'files/file_util_proxy_unittest.cc', | 492 'files/file_util_proxy_unittest.cc', |
499 'files/file_util_unittest.cc', | 493 'files/file_util_unittest.cc', |
500 'files/important_file_writer_unittest.cc', | 494 'files/important_file_writer_unittest.cc', |
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
645 'threading/watchdog_unittest.cc', | 639 'threading/watchdog_unittest.cc', |
646 'threading/worker_pool_posix_unittest.cc', | 640 'threading/worker_pool_posix_unittest.cc', |
647 'threading/worker_pool_unittest.cc', | 641 'threading/worker_pool_unittest.cc', |
648 'time/pr_time_unittest.cc', | 642 'time/pr_time_unittest.cc', |
649 'time/time_unittest.cc', | 643 'time/time_unittest.cc', |
650 'time/time_win_unittest.cc', | 644 'time/time_win_unittest.cc', |
651 'timer/hi_res_timer_manager_unittest.cc', | 645 'timer/hi_res_timer_manager_unittest.cc', |
652 'timer/mock_timer_unittest.cc', | 646 'timer/mock_timer_unittest.cc', |
653 'timer/timer_unittest.cc', | 647 'timer/timer_unittest.cc', |
654 'tools_sanity_unittest.cc', | 648 'tools_sanity_unittest.cc', |
| 649 'trace_event/trace_event_argument_unittest.cc', |
| 650 'trace_event/trace_event_memory_unittest.cc', |
| 651 'trace_event/trace_event_synthetic_delay_unittest.cc', |
| 652 'trace_event/trace_event_system_stats_monitor_unittest.cc', |
| 653 'trace_event/trace_event_unittest.cc', |
| 654 'trace_event/trace_event_win_unittest.cc', |
655 'tracked_objects_unittest.cc', | 655 'tracked_objects_unittest.cc', |
656 'tuple_unittest.cc', | 656 'tuple_unittest.cc', |
657 'values_unittest.cc', | 657 'values_unittest.cc', |
658 'version_unittest.cc', | 658 'version_unittest.cc', |
659 'vlog_unittest.cc', | 659 'vlog_unittest.cc', |
660 'win/dllmain.cc', | 660 'win/dllmain.cc', |
661 'win/enum_variant_unittest.cc', | 661 'win/enum_variant_unittest.cc', |
662 'win/event_trace_consumer_unittest.cc', | 662 'win/event_trace_consumer_unittest.cc', |
663 'win/event_trace_controller_unittest.cc', | 663 'win/event_trace_controller_unittest.cc', |
664 'win/event_trace_provider_unittest.cc', | 664 'win/event_trace_provider_unittest.cc', |
(...skipping 885 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1550 'dependencies': [ | 1550 'dependencies': [ |
1551 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1551 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1552 ], | 1552 ], |
1553 }], | 1553 }], |
1554 ], | 1554 ], |
1555 }, | 1555 }, |
1556 ], | 1556 ], |
1557 }], | 1557 }], |
1558 ], | 1558 ], |
1559 } | 1559 } |
OLD | NEW |