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

Side by Side Diff: chrome/test/BUILD.gn

Issue 2852133002: Remove PAC-fetching URLRequestContext. (Closed)
Patch Set: More upstream merge conflicts! Fun! Created 3 years, 7 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/browser/ui/webui/net_internals/net_internals_ui.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 1438 matching lines...) Expand 10 before | Expand all | Expand 10 after
1449 "../browser/importer/edge_importer_browsertest_win.cc", 1449 "../browser/importer/edge_importer_browsertest_win.cc",
1450 "../browser/importer/firefox_importer_browsertest.cc", 1450 "../browser/importer/firefox_importer_browsertest.cc",
1451 "../browser/importer/ie_importer_browsertest_win.cc", 1451 "../browser/importer/ie_importer_browsertest_win.cc",
1452 "../browser/importer/importer_unittest_utils.cc", 1452 "../browser/importer/importer_unittest_utils.cc",
1453 "../browser/importer/importer_unittest_utils.h", 1453 "../browser/importer/importer_unittest_utils.h",
1454 "../browser/infobars/infobars_browsertest.cc", 1454 "../browser/infobars/infobars_browsertest.cc",
1455 "../browser/installable/installable_manager_browsertest.cc", 1455 "../browser/installable/installable_manager_browsertest.cc",
1456 "../browser/interstitials/security_interstitial_page_test_utils.cc", 1456 "../browser/interstitials/security_interstitial_page_test_utils.cc",
1457 "../browser/interstitials/security_interstitial_page_test_utils.h", 1457 "../browser/interstitials/security_interstitial_page_test_utils.h",
1458 "../browser/invalidation/profile_invalidation_provider_factory_browsertest .cc", 1458 "../browser/invalidation/profile_invalidation_provider_factory_browsertest .cc",
1459 "../browser/io_thread_browsertest.cc",
1459 "../browser/lifetime/browser_close_manager_browsertest.cc", 1460 "../browser/lifetime/browser_close_manager_browsertest.cc",
1460 "../browser/loader/chrome_resource_dispatcher_host_delegate_browsertest.cc ", 1461 "../browser/loader/chrome_resource_dispatcher_host_delegate_browsertest.cc ",
1461 "../browser/loadtimes_extension_bindings_browsertest.cc", 1462 "../browser/loadtimes_extension_bindings_browsertest.cc",
1462 "../browser/locale_tests_browsertest.cc", 1463 "../browser/locale_tests_browsertest.cc",
1463 "../browser/media/defer_background_media_browsertest.cc", 1464 "../browser/media/defer_background_media_browsertest.cc",
1464 "../browser/media/encrypted_media_browsertest.cc", 1465 "../browser/media/encrypted_media_browsertest.cc",
1465 "../browser/media/encrypted_media_supported_types_browsertest.cc", 1466 "../browser/media/encrypted_media_supported_types_browsertest.cc",
1466 "../browser/media/media_browsertest.cc", 1467 "../browser/media/media_browsertest.cc",
1467 "../browser/media/media_browsertest.h", 1468 "../browser/media/media_browsertest.h",
1468 "../browser/media/test_license_server.cc", 1469 "../browser/media/test_license_server.cc",
(...skipping 3666 matching lines...) Expand 10 before | Expand all | Expand 10 after
5135 } 5136 }
5136 5137
5137 if (is_win) { 5138 if (is_win) {
5138 loadable_module("conflicts_dll") { 5139 loadable_module("conflicts_dll") {
5139 testonly = true 5140 testonly = true
5140 sources = [ 5141 sources = [
5141 "conflicts/conflicts_dll.cc", 5142 "conflicts/conflicts_dll.cc",
5142 ] 5143 ]
5143 } 5144 }
5144 } 5145 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/net_internals/net_internals_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698