| 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 605 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 616 'threading/thread_id_name_manager_unittest.cc', | 616 'threading/thread_id_name_manager_unittest.cc', |
| 617 'threading/thread_local_storage_unittest.cc', | 617 'threading/thread_local_storage_unittest.cc', |
| 618 'threading/thread_local_unittest.cc', | 618 'threading/thread_local_unittest.cc', |
| 619 'threading/thread_unittest.cc', | 619 'threading/thread_unittest.cc', |
| 620 'threading/watchdog_unittest.cc', | 620 'threading/watchdog_unittest.cc', |
| 621 'threading/worker_pool_posix_unittest.cc', | 621 'threading/worker_pool_posix_unittest.cc', |
| 622 'threading/worker_pool_unittest.cc', | 622 'threading/worker_pool_unittest.cc', |
| 623 'time/pr_time_unittest.cc', | 623 'time/pr_time_unittest.cc', |
| 624 'time/time_unittest.cc', | 624 'time/time_unittest.cc', |
| 625 'time/time_win_unittest.cc', | 625 'time/time_win_unittest.cc', |
| 626 'timer/alarm_timer_unittest.cc', |
| 626 'timer/hi_res_timer_manager_unittest.cc', | 627 'timer/hi_res_timer_manager_unittest.cc', |
| 627 'timer/mock_timer_unittest.cc', | 628 'timer/mock_timer_unittest.cc', |
| 628 'timer/timer_unittest.cc', | 629 'timer/timer_unittest.cc', |
| 629 'tools_sanity_unittest.cc', | 630 'tools_sanity_unittest.cc', |
| 630 'tracked_objects_unittest.cc', | 631 'tracked_objects_unittest.cc', |
| 631 'tuple_unittest.cc', | 632 'tuple_unittest.cc', |
| 632 'values_unittest.cc', | 633 'values_unittest.cc', |
| 633 'version_unittest.cc', | 634 'version_unittest.cc', |
| 634 'vlog_unittest.cc', | 635 'vlog_unittest.cc', |
| 635 'win/dllmain.cc', | 636 'win/dllmain.cc', |
| (...skipping 852 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1488 'dependencies': [ | 1489 'dependencies': [ |
| 1489 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1490 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1490 ], | 1491 ], |
| 1491 }], | 1492 }], |
| 1492 ], | 1493 ], |
| 1493 }, | 1494 }, |
| 1494 ], | 1495 ], |
| 1495 }], | 1496 }], |
| 1496 ], | 1497 ], |
| 1497 } | 1498 } |
| OLD | NEW |