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

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

Issue 1905033002: PlzNavigate: Move navigation-level mixed content checks to the browser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@console-security-message
Patch Set: Moved methods from ContentBrowserClient to WebContentsDelegate; all caps constant names. Created 3 years, 11 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 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/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 "component_updater/swiftshader_component_installer.cc", 261 "component_updater/swiftshader_component_installer.cc",
262 "component_updater/swiftshader_component_installer.h", 262 "component_updater/swiftshader_component_installer.h",
263 "content_settings/chrome_content_settings_utils.cc", 263 "content_settings/chrome_content_settings_utils.cc",
264 "content_settings/chrome_content_settings_utils.h", 264 "content_settings/chrome_content_settings_utils.h",
265 "content_settings/cookie_settings_factory.cc", 265 "content_settings/cookie_settings_factory.cc",
266 "content_settings/cookie_settings_factory.h", 266 "content_settings/cookie_settings_factory.h",
267 "content_settings/host_content_settings_map_factory.cc", 267 "content_settings/host_content_settings_map_factory.cc",
268 "content_settings/host_content_settings_map_factory.h", 268 "content_settings/host_content_settings_map_factory.h",
269 "content_settings/local_shared_objects_container.cc", 269 "content_settings/local_shared_objects_container.cc",
270 "content_settings/local_shared_objects_container.h", 270 "content_settings/local_shared_objects_container.h",
271 "content_settings/mixed_content_settings.cc",
272 "content_settings/mixed_content_settings.h",
271 "content_settings/tab_specific_content_settings.cc", 273 "content_settings/tab_specific_content_settings.cc",
272 "content_settings/tab_specific_content_settings.h", 274 "content_settings/tab_specific_content_settings.h",
273 "content_settings/web_site_settings_uma_util.cc", 275 "content_settings/web_site_settings_uma_util.cc",
274 "content_settings/web_site_settings_uma_util.h", 276 "content_settings/web_site_settings_uma_util.h",
275 "crash_upload_list/crash_upload_list.cc", 277 "crash_upload_list/crash_upload_list.cc",
276 "crash_upload_list/crash_upload_list.h", 278 "crash_upload_list/crash_upload_list.h",
277 "crash_upload_list/crash_upload_list_android.cc", 279 "crash_upload_list/crash_upload_list_android.cc",
278 "crash_upload_list/crash_upload_list_android.h", 280 "crash_upload_list/crash_upload_list_android.h",
279 "custom_handlers/protocol_handler_registry.cc", 281 "custom_handlers/protocol_handler_registry.cc",
280 "custom_handlers/protocol_handler_registry.h", 282 "custom_handlers/protocol_handler_registry.h",
(...skipping 4209 matching lines...) Expand 10 before | Expand all | Expand 10 after
4490 "media/pepper_cdm_test_constants.cc", 4492 "media/pepper_cdm_test_constants.cc",
4491 "media/pepper_cdm_test_constants.h", 4493 "media/pepper_cdm_test_constants.h",
4492 ] 4494 ]
4493 } 4495 }
4494 } 4496 }
4495 4497
4496 service_manifest("preferences_manifest") { 4498 service_manifest("preferences_manifest") {
4497 name = "preferences" 4499 name = "preferences"
4498 source = "prefs/preferences_manifest.json" 4500 source = "prefs/preferences_manifest.json"
4499 } 4501 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698