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

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

Issue 2327433002: Stop using CertStore which is not compatible with PlzNavigate. (Closed)
Patch Set: remove certstore on non-ios and update plznavigate test filter 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
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 2541 matching lines...) Expand 10 before | Expand all | Expand 10 after
2552 "accessibility/invert_bubble_prefs.cc", 2552 "accessibility/invert_bubble_prefs.cc",
2553 "accessibility/invert_bubble_prefs.h", 2553 "accessibility/invert_bubble_prefs.h",
2554 "background/background_contents.cc", 2554 "background/background_contents.cc",
2555 "background/background_contents.h", 2555 "background/background_contents.h",
2556 "banners/app_banner_infobar_delegate_desktop.cc", 2556 "banners/app_banner_infobar_delegate_desktop.cc",
2557 "banners/app_banner_infobar_delegate_desktop.h", 2557 "banners/app_banner_infobar_delegate_desktop.h",
2558 "banners/app_banner_manager_desktop.cc", 2558 "banners/app_banner_manager_desktop.cc",
2559 "banners/app_banner_manager_desktop.h", 2559 "banners/app_banner_manager_desktop.h",
2560 "bookmarks/bookmark_html_writer.cc", 2560 "bookmarks/bookmark_html_writer.cc",
2561 "bookmarks/bookmark_html_writer.h", 2561 "bookmarks/bookmark_html_writer.h",
2562 "certificate_viewer.cc",
2563 "certificate_viewer.h", 2562 "certificate_viewer.h",
2564 "chooser_controller/chooser_controller.cc", 2563 "chooser_controller/chooser_controller.cc",
2565 "chooser_controller/chooser_controller.h", 2564 "chooser_controller/chooser_controller.h",
2566 "chrome_browser_field_trials_desktop.cc", 2565 "chrome_browser_field_trials_desktop.cc",
2567 "chrome_browser_field_trials_desktop.h", 2566 "chrome_browser_field_trials_desktop.h",
2568 "chrome_browser_main_posix.cc", 2567 "chrome_browser_main_posix.cc",
2569 "chrome_browser_main_posix.h", 2568 "chrome_browser_main_posix.h",
2570 "chrome_process_singleton.cc", 2569 "chrome_process_singleton.cc",
2571 "chrome_process_singleton.h", 2570 "chrome_process_singleton.h",
2572 "component_updater/widevine_cdm_component_installer.cc", 2571 "component_updater/widevine_cdm_component_installer.cc",
(...skipping 1679 matching lines...) Expand 10 before | Expand all | Expand 10 after
4252 # linking all of the test support. 4251 # linking all of the test support.
4253 static_library("pepper_cdm_test_constants") { 4252 static_library("pepper_cdm_test_constants") {
4254 testonly = true 4253 testonly = true
4255 visibility = [ "//chrome/*" ] 4254 visibility = [ "//chrome/*" ]
4256 sources = [ 4255 sources = [
4257 "media/pepper_cdm_test_constants.cc", 4256 "media/pepper_cdm_test_constants.cc",
4258 "media/pepper_cdm_test_constants.h", 4257 "media/pepper_cdm_test_constants.h",
4259 ] 4258 ]
4260 } 4259 }
4261 } 4260 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698