OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'variables': { | 5 'variables': { |
6 'chrome_unit_tests_sources': [ | 6 'chrome_unit_tests_sources': [ |
7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this | 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this |
8 # dependency is needed to make commit bots run unit_tests on | 8 # dependency is needed to make commit bots run unit_tests on |
9 # histograms.xml changes. | 9 # histograms.xml changes. |
10 '../tools/metrics/histograms/histograms.xml', | 10 '../tools/metrics/histograms/histograms.xml', |
(...skipping 2795 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2806 { | 2806 { |
2807 # GN: //chrome/test:chrome_app_unittests | 2807 # GN: //chrome/test:chrome_app_unittests |
2808 'target_name': 'chrome_app_unittests', | 2808 'target_name': 'chrome_app_unittests', |
2809 'type': 'executable', | 2809 'type': 'executable', |
2810 'dependencies': [ | 2810 'dependencies': [ |
2811 # unit tests should only depend on | 2811 # unit tests should only depend on |
2812 # 1) everything that the chrome binaries depend on: | 2812 # 1) everything that the chrome binaries depend on: |
2813 '<@(chromium_browser_dependencies)', | 2813 '<@(chromium_browser_dependencies)', |
2814 '<@(chromium_child_dependencies)', | 2814 '<@(chromium_child_dependencies)', |
2815 '../components/components.gyp:crash_core_common', | 2815 '../components/components.gyp:crash_core_common', |
| 2816 '../components/components.gyp:flags_ui_switches', |
2816 '../content/content.gyp:content_app_both', | 2817 '../content/content.gyp:content_app_both', |
2817 # 2) test-specific support libraries: | 2818 # 2) test-specific support libraries: |
2818 '../base/base.gyp:run_all_unittests', | 2819 '../base/base.gyp:run_all_unittests', |
2819 '../testing/gmock.gyp:gmock', | 2820 '../testing/gmock.gyp:gmock', |
2820 '../testing/gtest.gyp:gtest', | 2821 '../testing/gtest.gyp:gtest', |
2821 'test_support_common', | 2822 'test_support_common', |
2822 ], | 2823 ], |
2823 'include_dirs': [ | 2824 'include_dirs': [ |
2824 '..', | 2825 '..', |
2825 ], | 2826 ], |
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2989 'dependencies': [ | 2990 'dependencies': [ |
2990 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2991 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2991 ], | 2992 ], |
2992 }], | 2993 }], |
2993 ], | 2994 ], |
2994 }, | 2995 }, |
2995 ], | 2996 ], |
2996 }], | 2997 }], |
2997 ], # 'conditions' | 2998 ], # 'conditions' |
2998 } | 2999 } |
OLD | NEW |