| 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 2206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2217 '<@(chromium_browser_dependencies)', | 2217 '<@(chromium_browser_dependencies)', |
| 2218 '<@(chromium_child_dependencies)', | 2218 '<@(chromium_child_dependencies)', |
| 2219 # 2) test-specific support libraries: | 2219 # 2) test-specific support libraries: |
| 2220 '../base/base.gyp:test_support_base', | 2220 '../base/base.gyp:test_support_base', |
| 2221 '../components/components_resources.gyp:components_resources', | 2221 '../components/components_resources.gyp:components_resources', |
| 2222 '../components/components.gyp:browser_sync_browser_test_support', | 2222 '../components/components.gyp:browser_sync_browser_test_support', |
| 2223 '../components/components.gyp:content_settings_core_test_support', | 2223 '../components/components.gyp:content_settings_core_test_support', |
| 2224 '../components/components.gyp:gcm_driver', | 2224 '../components/components.gyp:gcm_driver', |
| 2225 '../components/components.gyp:password_manager_core_browser_test_support
', | 2225 '../components/components.gyp:password_manager_core_browser_test_support
', |
| 2226 '../components/components.gyp:syncable_prefs_test_support', | 2226 '../components/components.gyp:syncable_prefs_test_support', |
| 2227 '../components/components.gyp:ui_zoom_test_support', | 2227 '../components/components.gyp:zoom_test_support', |
| 2228 '../content/content_shell_and_tests.gyp:test_support_content', | 2228 '../content/content_shell_and_tests.gyp:test_support_content', |
| 2229 '../content/content.gyp:content_app_both', | 2229 '../content/content.gyp:content_app_both', |
| 2230 '../crypto/crypto.gyp:crypto_test_support', | 2230 '../crypto/crypto.gyp:crypto_test_support', |
| 2231 '../net/net.gyp:net', | 2231 '../net/net.gyp:net', |
| 2232 '../net/net.gyp:net_test_support', | 2232 '../net/net.gyp:net_test_support', |
| 2233 '../sync/sync.gyp:test_support_sync_api', | 2233 '../sync/sync.gyp:test_support_sync_api', |
| 2234 '../sync/sync.gyp:test_support_sync_core', | 2234 '../sync/sync.gyp:test_support_sync_core', |
| 2235 '../sync/sync.gyp:test_support_sync_internal_api', | 2235 '../sync/sync.gyp:test_support_sync_internal_api', |
| 2236 '../testing/gmock.gyp:gmock', | 2236 '../testing/gmock.gyp:gmock', |
| 2237 '../testing/gtest.gyp:gtest', | 2237 '../testing/gtest.gyp:gtest', |
| (...skipping 765 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3003 'dependencies': [ | 3003 'dependencies': [ |
| 3004 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3004 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 3005 ], | 3005 ], |
| 3006 }], | 3006 }], |
| 3007 ], | 3007 ], |
| 3008 }, | 3008 }, |
| 3009 ], | 3009 ], |
| 3010 }], | 3010 }], |
| 3011 ], # 'conditions' | 3011 ], # 'conditions' |
| 3012 } | 3012 } |
| OLD | NEW |