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 'win/scoped_variant_unittest.cc', | 615 'win/scoped_variant_unittest.cc', |
616 'win/shortcut_unittest.cc', | 616 'win/shortcut_unittest.cc', |
617 'win/startup_information_unittest.cc', | 617 'win/startup_information_unittest.cc', |
618 'win/wait_chain_unittest.cc', | 618 'win/wait_chain_unittest.cc', |
619 'win/win_util_unittest.cc', | 619 'win/win_util_unittest.cc', |
620 'win/windows_version_unittest.cc', | 620 'win/windows_version_unittest.cc', |
621 'win/wrapped_window_proc_unittest.cc', | 621 'win/wrapped_window_proc_unittest.cc', |
622 '<@(trace_event_test_sources)', | 622 '<@(trace_event_test_sources)', |
623 ], | 623 ], |
624 'dependencies': [ | 624 'dependencies': [ |
| 625 'allocator/allocator.gyp:allocator_features#target', |
625 'base', | 626 'base', |
626 'base_i18n', | 627 'base_i18n', |
627 'base_message_loop_tests', | 628 'base_message_loop_tests', |
628 'base_static', | 629 'base_static', |
629 'run_all_unittests', | 630 'run_all_unittests', |
630 'test_support_base', | 631 'test_support_base', |
631 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat
ions', | 632 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat
ions', |
632 '../testing/gmock.gyp:gmock', | 633 '../testing/gmock.gyp:gmock', |
633 '../testing/gtest.gyp:gtest', | 634 '../testing/gtest.gyp:gtest', |
634 '../third_party/icu/icu.gyp:icui18n', | 635 '../third_party/icu/icu.gyp:icui18n', |
(...skipping 1152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1787 ['include', 'mac/bind_objc_block_unittest_arc\\.mm$'], | 1788 ['include', 'mac/bind_objc_block_unittest_arc\\.mm$'], |
1788 ['include', 'mac/scoped_nsobject_unittest_arc\\.mm$'], | 1789 ['include', 'mac/scoped_nsobject_unittest_arc\\.mm$'], |
1789 ], | 1790 ], |
1790 }] | 1791 }] |
1791 ], | 1792 ], |
1792 }, | 1793 }, |
1793 ], | 1794 ], |
1794 }], | 1795 }], |
1795 ], | 1796 ], |
1796 } | 1797 } |
OLD | NEW |