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 2172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2183 # dependencies block below, rather than here. | 2183 # dependencies block below, rather than here. |
2184 # Unit tests should only depend on: | 2184 # Unit tests should only depend on: |
2185 # 1) everything that the chrome binaries depend on: | 2185 # 1) everything that the chrome binaries depend on: |
2186 '<@(chromium_browser_dependencies)', | 2186 '<@(chromium_browser_dependencies)', |
2187 '<@(chromium_child_dependencies)', | 2187 '<@(chromium_child_dependencies)', |
2188 # 2) test-specific support libraries: | 2188 # 2) test-specific support libraries: |
2189 '../base/base.gyp:test_support_base', | 2189 '../base/base.gyp:test_support_base', |
2190 '../components/components_resources.gyp:components_resources', | 2190 '../components/components_resources.gyp:components_resources', |
2191 '../components/components.gyp:content_settings_core_test_support', | 2191 '../components/components.gyp:content_settings_core_test_support', |
2192 '../components/components.gyp:syncable_prefs_test_support', | 2192 '../components/components.gyp:syncable_prefs_test_support', |
| 2193 '../components/components.gyp:ui_zoom_test_utils', |
2193 '../content/content_shell_and_tests.gyp:test_support_content', | 2194 '../content/content_shell_and_tests.gyp:test_support_content', |
2194 '../content/content.gyp:content_app_both', | 2195 '../content/content.gyp:content_app_both', |
2195 '../crypto/crypto.gyp:crypto_test_support', | 2196 '../crypto/crypto.gyp:crypto_test_support', |
2196 '../net/net.gyp:net', | 2197 '../net/net.gyp:net', |
2197 '../net/net.gyp:net_test_support', | 2198 '../net/net.gyp:net_test_support', |
2198 '../sync/sync.gyp:test_support_sync_api', | 2199 '../sync/sync.gyp:test_support_sync_api', |
2199 '../sync/sync.gyp:test_support_sync_core', | 2200 '../sync/sync.gyp:test_support_sync_core', |
2200 '../sync/sync.gyp:test_support_sync_internal_api', | 2201 '../sync/sync.gyp:test_support_sync_internal_api', |
2201 '../testing/gmock.gyp:gmock', | 2202 '../testing/gmock.gyp:gmock', |
2202 '../testing/gtest.gyp:gtest', | 2203 '../testing/gtest.gyp:gtest', |
(...skipping 779 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2982 'dependencies': [ | 2983 'dependencies': [ |
2983 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2984 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2984 ], | 2985 ], |
2985 }], | 2986 }], |
2986 ], | 2987 ], |
2987 }, | 2988 }, |
2988 ], | 2989 ], |
2989 }], | 2990 }], |
2990 ], # 'conditions' | 2991 ], # 'conditions' |
2991 } | 2992 } |
OLD | NEW |