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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1384463002: Componentize proxy_policy_handler from chrome/browser/net (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase and updated Created 5 years, 2 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/components_tests.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 907 matching lines...) Expand 10 before | Expand all | Expand 10 after
918 'browser/local_discovery/cloud_print_printer_list_unittest.cc', 918 'browser/local_discovery/cloud_print_printer_list_unittest.cc',
919 'browser/local_discovery/gcd_api_flow_unittest.cc', 919 'browser/local_discovery/gcd_api_flow_unittest.cc',
920 'browser/local_discovery/gcd_registration_ticket_request_unittest.cc', 920 'browser/local_discovery/gcd_registration_ticket_request_unittest.cc',
921 'browser/local_discovery/privet_confirm_api_flow_unittest.cc', 921 'browser/local_discovery/privet_confirm_api_flow_unittest.cc',
922 'browser/local_discovery/privet_http_unittest.cc', 922 'browser/local_discovery/privet_http_unittest.cc',
923 'browser/local_discovery/privet_url_fetcher_unittest.cc', 923 'browser/local_discovery/privet_url_fetcher_unittest.cc',
924 'browser/local_discovery/privetv3_session_unittest.cc', 924 'browser/local_discovery/privetv3_session_unittest.cc',
925 'browser/local_discovery/service_discovery_client_mac_unittest.mm', 925 'browser/local_discovery/service_discovery_client_mac_unittest.mm',
926 ], 926 ],
927 'chrome_unit_tests_configuration_policy_sources': [ 927 'chrome_unit_tests_configuration_policy_sources': [
928 'browser/net/proxy_policy_handler_unittest.cc',
929 'browser/policy/cloud/cloud_policy_invalidator_unittest.cc', 928 'browser/policy/cloud/cloud_policy_invalidator_unittest.cc',
930 'browser/policy/cloud/remote_commands_invalidator_unittest.cc', 929 'browser/policy/cloud/remote_commands_invalidator_unittest.cc',
931 'browser/policy/cloud/user_policy_signin_service_unittest.cc', 930 'browser/policy/cloud/user_policy_signin_service_unittest.cc',
932 'browser/policy/file_selection_dialogs_policy_handler_unittest.cc', 931 'browser/policy/file_selection_dialogs_policy_handler_unittest.cc',
933 'browser/policy/javascript_policy_handler_unittest.cc', 932 'browser/policy/javascript_policy_handler_unittest.cc',
934 'browser/policy/managed_bookmarks_policy_handler_unittest.cc', 933 'browser/policy/managed_bookmarks_policy_handler_unittest.cc',
935 'browser/policy/policy_path_parser_unittest.cc', 934 'browser/policy/policy_path_parser_unittest.cc',
936 'browser/policy/profile_policy_connector_unittest.cc', 935 'browser/policy/profile_policy_connector_unittest.cc',
937 'browser/prefs/proxy_policy_unittest.cc', 936 'browser/prefs/proxy_policy_unittest.cc',
938 'browser/profiles/incognito_mode_policy_handler_unittest.cc', 937 'browser/profiles/incognito_mode_policy_handler_unittest.cc',
(...skipping 2032 matching lines...) Expand 10 before | Expand all | Expand 10 after
2971 'dependencies': [ 2970 'dependencies': [
2972 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2971 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2973 ], 2972 ],
2974 }], 2973 }],
2975 ], 2974 ],
2976 }, 2975 },
2977 ], 2976 ],
2978 }], 2977 }],
2979 ], # 'conditions' 2978 ], # 'conditions'
2980 } 2979 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698