| 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 620 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 631 'synchronization/condition_variable_unittest.cc', | 631 'synchronization/condition_variable_unittest.cc', |
| 632 'synchronization/lock_unittest.cc', | 632 'synchronization/lock_unittest.cc', |
| 633 'synchronization/waitable_event_unittest.cc', | 633 'synchronization/waitable_event_unittest.cc', |
| 634 'synchronization/waitable_event_watcher_unittest.cc', | 634 'synchronization/waitable_event_watcher_unittest.cc', |
| 635 'sys_info_unittest.cc', | 635 'sys_info_unittest.cc', |
| 636 'system_monitor/system_monitor_unittest.cc', | 636 'system_monitor/system_monitor_unittest.cc', |
| 637 'task_runner_util_unittest.cc', | 637 'task_runner_util_unittest.cc', |
| 638 'template_util_unittest.cc', | 638 'template_util_unittest.cc', |
| 639 'test/expectations/expectation_unittest.cc', | 639 'test/expectations/expectation_unittest.cc', |
| 640 'test/expectations/parser_unittest.cc', | 640 'test/expectations/parser_unittest.cc', |
| 641 'test/test_reg_util_win_unittest.cc', | |
| 642 'test/trace_event_analyzer_unittest.cc', | 641 'test/trace_event_analyzer_unittest.cc', |
| 643 'threading/non_thread_safe_unittest.cc', | 642 'threading/non_thread_safe_unittest.cc', |
| 644 'threading/platform_thread_unittest.cc', | 643 'threading/platform_thread_unittest.cc', |
| 645 'threading/sequenced_worker_pool_unittest.cc', | 644 'threading/sequenced_worker_pool_unittest.cc', |
| 646 'threading/simple_thread_unittest.cc', | 645 'threading/simple_thread_unittest.cc', |
| 647 'threading/thread_checker_unittest.cc', | 646 'threading/thread_checker_unittest.cc', |
| 648 'threading/thread_collision_warner_unittest.cc', | 647 'threading/thread_collision_warner_unittest.cc', |
| 649 'threading/thread_id_name_manager_unittest.cc', | 648 'threading/thread_id_name_manager_unittest.cc', |
| 650 'threading/thread_local_storage_unittest.cc', | 649 'threading/thread_local_storage_unittest.cc', |
| 651 'threading/thread_local_unittest.cc', | 650 'threading/thread_local_unittest.cc', |
| (...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 839 }], | 838 }], |
| 840 ], | 839 ], |
| 841 }, { # OS != "win" | 840 }, { # OS != "win" |
| 842 'dependencies': [ | 841 'dependencies': [ |
| 843 '../third_party/libevent/libevent.gyp:libevent' | 842 '../third_party/libevent/libevent.gyp:libevent' |
| 844 ], | 843 ], |
| 845 'sources/': [ | 844 'sources/': [ |
| 846 ['exclude', '^win/'], | 845 ['exclude', '^win/'], |
| 847 ], | 846 ], |
| 848 'sources!': [ | 847 'sources!': [ |
| 848 'debug/trace_event_win_unittest.cc', |
| 849 'time/time_win_unittest.cc', |
| 849 'win/win_util_unittest.cc', | 850 'win/win_util_unittest.cc', |
| 850 ], | 851 ], |
| 851 }], | 852 }], |
| 852 ['use_aura==1 and use_x11==1', { | 853 ['use_aura==1 and use_x11==1', { |
| 853 'sources': [ | 854 'sources': [ |
| 854 'x11/edid_parser_x11_unittest.cc', | 855 'x11/edid_parser_x11_unittest.cc', |
| 855 ], | 856 ], |
| 856 }], | 857 }], |
| 857 ['use_system_nspr==1', { | 858 ['use_system_nspr==1', { |
| 858 'dependencies': [ | 859 'dependencies': [ |
| (...skipping 523 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1382 'base_unittests.isolate', | 1383 'base_unittests.isolate', |
| 1383 ], | 1384 ], |
| 1384 'sources': [ | 1385 'sources': [ |
| 1385 'base_unittests.isolate', | 1386 'base_unittests.isolate', |
| 1386 ], | 1387 ], |
| 1387 }, | 1388 }, |
| 1388 ], | 1389 ], |
| 1389 }], | 1390 }], |
| 1390 ], | 1391 ], |
| 1391 } | 1392 } |
| OLD | NEW |