| 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 574 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 585 'synchronization/waitable_event_unittest.cc', | 585 'synchronization/waitable_event_unittest.cc', |
| 586 'synchronization/waitable_event_watcher_unittest.cc', | 586 'synchronization/waitable_event_watcher_unittest.cc', |
| 587 'sys_info_unittest.cc', | 587 'sys_info_unittest.cc', |
| 588 'system_monitor/system_monitor_unittest.cc', | 588 'system_monitor/system_monitor_unittest.cc', |
| 589 'task/cancelable_task_tracker_unittest.cc', | 589 'task/cancelable_task_tracker_unittest.cc', |
| 590 'task_runner_util_unittest.cc', | 590 'task_runner_util_unittest.cc', |
| 591 'template_util_unittest.cc', | 591 'template_util_unittest.cc', |
| 592 'test/expectations/expectation_unittest.cc', | 592 'test/expectations/expectation_unittest.cc', |
| 593 'test/expectations/parser_unittest.cc', | 593 'test/expectations/parser_unittest.cc', |
| 594 'test/statistics_delta_reader_unittest.cc', | 594 'test/statistics_delta_reader_unittest.cc', |
| 595 'test/test_pending_task_unittest.cc', |
| 595 'test/test_reg_util_win_unittest.cc', | 596 'test/test_reg_util_win_unittest.cc', |
| 596 'test/trace_event_analyzer_unittest.cc', | 597 'test/trace_event_analyzer_unittest.cc', |
| 597 'threading/non_thread_safe_unittest.cc', | 598 'threading/non_thread_safe_unittest.cc', |
| 598 'threading/platform_thread_unittest.cc', | 599 'threading/platform_thread_unittest.cc', |
| 599 'threading/sequenced_worker_pool_unittest.cc', | 600 'threading/sequenced_worker_pool_unittest.cc', |
| 600 'threading/simple_thread_unittest.cc', | 601 'threading/simple_thread_unittest.cc', |
| 601 'threading/thread_checker_unittest.cc', | 602 'threading/thread_checker_unittest.cc', |
| 602 'threading/thread_collision_warner_unittest.cc', | 603 'threading/thread_collision_warner_unittest.cc', |
| 603 'threading/thread_id_name_manager_unittest.cc', | 604 'threading/thread_id_name_manager_unittest.cc', |
| 604 'threading/thread_local_storage_unittest.cc', | 605 'threading/thread_local_storage_unittest.cc', |
| (...skipping 895 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1500 'dependencies': [ | 1501 'dependencies': [ |
| 1501 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1502 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1502 ], | 1503 ], |
| 1503 }], | 1504 }], |
| 1504 ], | 1505 ], |
| 1505 }, | 1506 }, |
| 1506 ], | 1507 ], |
| 1507 }], | 1508 }], |
| 1508 ], | 1509 ], |
| 1509 } | 1510 } |
| OLD | NEW |