Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(366)

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1296663003: Componentize proxy code from chrome/browser/net (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated PROXY_CONFIG_EXPORT Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 2148 matching lines...) Expand 10 before | Expand all | Expand 10 after
2159 # NOTE: New dependencies should generally be added in the OS!="ios" 2159 # NOTE: New dependencies should generally be added in the OS!="ios"
2160 # dependencies block below, rather than here. 2160 # dependencies block below, rather than here.
2161 # Unit tests should only depend on: 2161 # Unit tests should only depend on:
2162 # 1) everything that the chrome binaries depend on: 2162 # 1) everything that the chrome binaries depend on:
2163 '<@(chromium_browser_dependencies)', 2163 '<@(chromium_browser_dependencies)',
2164 '<@(chromium_child_dependencies)', 2164 '<@(chromium_child_dependencies)',
2165 # 2) test-specific support libraries: 2165 # 2) test-specific support libraries:
2166 '../base/base.gyp:test_support_base', 2166 '../base/base.gyp:test_support_base',
2167 '../components/components_resources.gyp:components_resources', 2167 '../components/components_resources.gyp:components_resources',
2168 '../components/components.gyp:content_settings_core_test_support', 2168 '../components/components.gyp:content_settings_core_test_support',
2169 '../components/components.gyp:proxy_config',
2169 '../content/content_shell_and_tests.gyp:test_support_content', 2170 '../content/content_shell_and_tests.gyp:test_support_content',
2170 '../content/content.gyp:content_app_both', 2171 '../content/content.gyp:content_app_both',
2171 '../crypto/crypto.gyp:crypto_test_support', 2172 '../crypto/crypto.gyp:crypto_test_support',
2172 '../net/net.gyp:net', 2173 '../net/net.gyp:net',
2173 '../net/net.gyp:net_test_support', 2174 '../net/net.gyp:net_test_support',
2174 '../sync/sync.gyp:test_support_sync_api', 2175 '../sync/sync.gyp:test_support_sync_api',
2175 '../sync/sync.gyp:test_support_sync_core', 2176 '../sync/sync.gyp:test_support_sync_core',
2176 '../sync/sync.gyp:test_support_sync_internal_api', 2177 '../sync/sync.gyp:test_support_sync_internal_api',
2177 '../testing/gmock.gyp:gmock', 2178 '../testing/gmock.gyp:gmock',
2178 '../testing/gtest.gyp:gtest', 2179 '../testing/gtest.gyp:gtest',
(...skipping 711 matching lines...) Expand 10 before | Expand all | Expand 10 after
2890 'dependencies': [ 2891 'dependencies': [
2891 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2892 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2892 ], 2893 ],
2893 }], 2894 }],
2894 ], 2895 ],
2895 }, 2896 },
2896 ], 2897 ],
2897 }], 2898 }],
2898 ], # 'conditions' 2899 ], # 'conditions'
2899 } 2900 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698