| 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 604 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 615 'threading/thread_checker_unittest.cc', | 615 'threading/thread_checker_unittest.cc', |
| 616 'threading/thread_collision_warner_unittest.cc', | 616 'threading/thread_collision_warner_unittest.cc', |
| 617 'threading/thread_id_name_manager_unittest.cc', | 617 'threading/thread_id_name_manager_unittest.cc', |
| 618 'threading/thread_local_storage_unittest.cc', | 618 'threading/thread_local_storage_unittest.cc', |
| 619 'threading/thread_local_unittest.cc', | 619 'threading/thread_local_unittest.cc', |
| 620 'threading/thread_unittest.cc', | 620 'threading/thread_unittest.cc', |
| 621 'threading/watchdog_unittest.cc', | 621 'threading/watchdog_unittest.cc', |
| 622 'threading/worker_pool_posix_unittest.cc', | 622 'threading/worker_pool_posix_unittest.cc', |
| 623 'threading/worker_pool_unittest.cc', | 623 'threading/worker_pool_unittest.cc', |
| 624 'time/pr_time_unittest.cc', | 624 'time/pr_time_unittest.cc', |
| 625 'time/time_logging_unittest.cc', |
| 625 'time/time_unittest.cc', | 626 'time/time_unittest.cc', |
| 626 'time/time_win_unittest.cc', | 627 'time/time_win_unittest.cc', |
| 627 'timer/hi_res_timer_manager_unittest.cc', | 628 'timer/hi_res_timer_manager_unittest.cc', |
| 628 'timer/mock_timer_unittest.cc', | 629 'timer/mock_timer_unittest.cc', |
| 629 'timer/timer_unittest.cc', | 630 'timer/timer_unittest.cc', |
| 630 'tools_sanity_unittest.cc', | 631 'tools_sanity_unittest.cc', |
| 631 'tracked_objects_unittest.cc', | 632 'tracked_objects_unittest.cc', |
| 632 'tuple_unittest.cc', | 633 'tuple_unittest.cc', |
| 633 'values_unittest.cc', | 634 'values_unittest.cc', |
| 634 'version_unittest.cc', | 635 'version_unittest.cc', |
| (...skipping 857 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1492 'dependencies': [ | 1493 'dependencies': [ |
| 1493 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1494 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1494 ], | 1495 ], |
| 1495 }], | 1496 }], |
| 1496 ], | 1497 ], |
| 1497 }, | 1498 }, |
| 1498 ], | 1499 ], |
| 1499 }], | 1500 }], |
| 1500 ], | 1501 ], |
| 1501 } | 1502 } |
| OLD | NEW |