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

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

Issue 2937563002: Remove the EV Certs Whitelist (Closed)
Patch Set: Update comment Created 3 years, 6 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 | « WATCHLISTS ('k') | chrome/browser/chrome_browser_main.cc » ('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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 "component_updater/component_patcher_operation_out_of_process.cc", 238 "component_updater/component_patcher_operation_out_of_process.cc",
239 "component_updater/component_patcher_operation_out_of_process.h", 239 "component_updater/component_patcher_operation_out_of_process.h",
240 "component_updater/component_updater_prefs.cc", 240 "component_updater/component_updater_prefs.cc",
241 "component_updater/component_updater_prefs.h", 241 "component_updater/component_updater_prefs.h",
242 "component_updater/component_updater_resource_throttle.cc", 242 "component_updater/component_updater_resource_throttle.cc",
243 "component_updater/component_updater_resource_throttle.h", 243 "component_updater/component_updater_resource_throttle.h",
244 "component_updater/component_updater_utils.cc", 244 "component_updater/component_updater_utils.cc",
245 "component_updater/component_updater_utils.h", 245 "component_updater/component_updater_utils.h",
246 "component_updater/cros_component_installer.cc", 246 "component_updater/cros_component_installer.cc",
247 "component_updater/cros_component_installer.h", 247 "component_updater/cros_component_installer.h",
248 "component_updater/ev_whitelist_component_installer.cc",
249 "component_updater/ev_whitelist_component_installer.h",
250 "component_updater/file_type_policies_component_installer.cc", 248 "component_updater/file_type_policies_component_installer.cc",
251 "component_updater/file_type_policies_component_installer.h", 249 "component_updater/file_type_policies_component_installer.h",
252 "component_updater/origin_trials_component_installer.cc", 250 "component_updater/origin_trials_component_installer.cc",
253 "component_updater/origin_trials_component_installer.h", 251 "component_updater/origin_trials_component_installer.h",
254 "component_updater/pnacl_component_installer.cc", 252 "component_updater/pnacl_component_installer.cc",
255 "component_updater/pnacl_component_installer.h", 253 "component_updater/pnacl_component_installer.h",
256 "component_updater/recovery_component_installer.cc", 254 "component_updater/recovery_component_installer.cc",
257 "component_updater/recovery_component_installer.h", 255 "component_updater/recovery_component_installer.h",
258 "component_updater/recovery_improved_component_installer.cc", 256 "component_updater/recovery_improved_component_installer.cc",
259 "component_updater/recovery_improved_component_installer.h", 257 "component_updater/recovery_improved_component_installer.h",
(...skipping 1296 matching lines...) Expand 10 before | Expand all | Expand 10 after
1556 "//components/net_log", 1554 "//components/net_log",
1557 "//components/network_hints/common", 1555 "//components/network_hints/common",
1558 "//components/network_session_configurator", 1556 "//components/network_session_configurator",
1559 "//components/network_time", 1557 "//components/network_time",
1560 "//components/ntp_snippets", 1558 "//components/ntp_snippets",
1561 "//components/ntp_tiles", 1559 "//components/ntp_tiles",
1562 "//components/offline_items_collection/core", 1560 "//components/offline_items_collection/core",
1563 "//components/offline_pages/features:features", 1561 "//components/offline_pages/features:features",
1564 "//components/omnibox/browser", 1562 "//components/omnibox/browser",
1565 "//components/os_crypt", 1563 "//components/os_crypt",
1566 "//components/packed_ct_ev_whitelist",
1567 "//components/password_manager/content/browser", 1564 "//components/password_manager/content/browser",
1568 "//components/password_manager/core/browser", 1565 "//components/password_manager/core/browser",
1569 "//components/password_manager/core/common", 1566 "//components/password_manager/core/common",
1570 "//components/password_manager/sync/browser", 1567 "//components/password_manager/sync/browser",
1571 "//components/payments/mojom", 1568 "//components/payments/mojom",
1572 "//components/payments/mojom:mojom_payment_app", 1569 "//components/payments/mojom:mojom_payment_app",
1573 "//components/physical_web/eddystone", 1570 "//components/physical_web/eddystone",
1574 "//components/policy:generated", 1571 "//components/policy:generated",
1575 "//components/policy/core/browser", 1572 "//components/policy/core/browser",
1576 "//components/policy/proto", 1573 "//components/policy/proto",
(...skipping 3206 matching lines...) Expand 10 before | Expand all | Expand 10 after
4783 "//components/search_engines", 4780 "//components/search_engines",
4784 "//rlz:rlz_lib", 4781 "//rlz:rlz_lib",
4785 ] 4782 ]
4786 } 4783 }
4787 } 4784 }
4788 4785
4789 service_manifest("preferences_forwarder_manifest") { 4786 service_manifest("preferences_forwarder_manifest") {
4790 name = "preferences_forwarder" 4787 name = "preferences_forwarder"
4791 source = "prefs/forwarder_manifest.json" 4788 source = "prefs/forwarder_manifest.json"
4792 } 4789 }
OLDNEW
« no previous file with comments | « WATCHLISTS ('k') | chrome/browser/chrome_browser_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698