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

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

Issue 2327433002: Stop using CertStore which is not compatible with PlzNavigate. (Closed)
Patch Set: remove cert_store on ios Created 4 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
« no previous file with comments | « android_webview/native/aw_contents.cc ('k') | chrome/browser/certificate_viewer.h » ('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 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 2544 matching lines...) Expand 10 before | Expand all | Expand 10 after
2555 "accessibility/invert_bubble_prefs.cc", 2555 "accessibility/invert_bubble_prefs.cc",
2556 "accessibility/invert_bubble_prefs.h", 2556 "accessibility/invert_bubble_prefs.h",
2557 "background/background_contents.cc", 2557 "background/background_contents.cc",
2558 "background/background_contents.h", 2558 "background/background_contents.h",
2559 "banners/app_banner_infobar_delegate_desktop.cc", 2559 "banners/app_banner_infobar_delegate_desktop.cc",
2560 "banners/app_banner_infobar_delegate_desktop.h", 2560 "banners/app_banner_infobar_delegate_desktop.h",
2561 "banners/app_banner_manager_desktop.cc", 2561 "banners/app_banner_manager_desktop.cc",
2562 "banners/app_banner_manager_desktop.h", 2562 "banners/app_banner_manager_desktop.h",
2563 "bookmarks/bookmark_html_writer.cc", 2563 "bookmarks/bookmark_html_writer.cc",
2564 "bookmarks/bookmark_html_writer.h", 2564 "bookmarks/bookmark_html_writer.h",
2565 "certificate_viewer.cc",
2566 "certificate_viewer.h", 2565 "certificate_viewer.h",
2567 "chooser_controller/chooser_controller.cc", 2566 "chooser_controller/chooser_controller.cc",
2568 "chooser_controller/chooser_controller.h", 2567 "chooser_controller/chooser_controller.h",
2569 "chrome_browser_field_trials_desktop.cc", 2568 "chrome_browser_field_trials_desktop.cc",
2570 "chrome_browser_field_trials_desktop.h", 2569 "chrome_browser_field_trials_desktop.h",
2571 "chrome_browser_main_posix.cc", 2570 "chrome_browser_main_posix.cc",
2572 "chrome_browser_main_posix.h", 2571 "chrome_browser_main_posix.h",
2573 "chrome_process_singleton.cc", 2572 "chrome_process_singleton.cc",
2574 "chrome_process_singleton.h", 2573 "chrome_process_singleton.h",
2575 "component_updater/widevine_cdm_component_installer.cc", 2574 "component_updater/widevine_cdm_component_installer.cc",
(...skipping 1680 matching lines...) Expand 10 before | Expand all | Expand 10 after
4256 # linking all of the test support. 4255 # linking all of the test support.
4257 static_library("pepper_cdm_test_constants") { 4256 static_library("pepper_cdm_test_constants") {
4258 testonly = true 4257 testonly = true
4259 visibility = [ "//chrome/*" ] 4258 visibility = [ "//chrome/*" ]
4260 sources = [ 4259 sources = [
4261 "media/pepper_cdm_test_constants.cc", 4260 "media/pepper_cdm_test_constants.cc",
4262 "media/pepper_cdm_test_constants.h", 4261 "media/pepper_cdm_test_constants.h",
4263 ] 4262 ]
4264 } 4263 }
4265 } 4264 }
OLDNEW
« no previous file with comments | « android_webview/native/aw_contents.cc ('k') | chrome/browser/certificate_viewer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698