| 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 638 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 649 'threading/watchdog_unittest.cc', | 649 'threading/watchdog_unittest.cc', |
| 650 'threading/worker_pool_posix_unittest.cc', | 650 'threading/worker_pool_posix_unittest.cc', |
| 651 'threading/worker_pool_unittest.cc', | 651 'threading/worker_pool_unittest.cc', |
| 652 'time/pr_time_unittest.cc', | 652 'time/pr_time_unittest.cc', |
| 653 'time/time_unittest.cc', | 653 'time/time_unittest.cc', |
| 654 'time/time_win_unittest.cc', | 654 'time/time_win_unittest.cc', |
| 655 'timer/hi_res_timer_manager_unittest.cc', | 655 'timer/hi_res_timer_manager_unittest.cc', |
| 656 'timer/mock_timer_unittest.cc', | 656 'timer/mock_timer_unittest.cc', |
| 657 'timer/timer_unittest.cc', | 657 'timer/timer_unittest.cc', |
| 658 'tools_sanity_unittest.cc', | 658 'tools_sanity_unittest.cc', |
| 659 'trace_event/memory_allocator_dump_unittest.cc', |
| 659 'trace_event/memory_dump_manager_unittest.cc', | 660 'trace_event/memory_dump_manager_unittest.cc', |
| 660 'trace_event/process_memory_maps_dump_provider_unittest.cc', | 661 'trace_event/process_memory_maps_dump_provider_unittest.cc', |
| 661 'trace_event/process_memory_totals_dump_provider_unittest.cc', | 662 'trace_event/process_memory_totals_dump_provider_unittest.cc', |
| 662 'trace_event/trace_event_argument_unittest.cc', | 663 'trace_event/trace_event_argument_unittest.cc', |
| 663 'trace_event/trace_event_memory_unittest.cc', | 664 'trace_event/trace_event_memory_unittest.cc', |
| 664 'trace_event/trace_event_synthetic_delay_unittest.cc', | 665 'trace_event/trace_event_synthetic_delay_unittest.cc', |
| 665 'trace_event/trace_event_system_stats_monitor_unittest.cc', | 666 'trace_event/trace_event_system_stats_monitor_unittest.cc', |
| 666 'trace_event/trace_event_unittest.cc', | 667 'trace_event/trace_event_unittest.cc', |
| 667 'trace_event/trace_event_win_unittest.cc', | 668 'trace_event/trace_event_win_unittest.cc', |
| 668 'tracked_objects_unittest.cc', | 669 'tracked_objects_unittest.cc', |
| (...skipping 933 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1602 'dependencies': [ | 1603 'dependencies': [ |
| 1603 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1604 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1604 ], | 1605 ], |
| 1605 }], | 1606 }], |
| 1606 ], | 1607 ], |
| 1607 }, | 1608 }, |
| 1608 ], | 1609 ], |
| 1609 }], | 1610 }], |
| 1610 ], | 1611 ], |
| 1611 } | 1612 } |
| OLD | NEW |