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

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

Issue 2581903002: Add SSL error assistant component to dynamically update captive portal list (Closed)
Patch Set: Rebase Created 3 years, 10 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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 "component_updater/ev_whitelist_component_installer.cc", 239 "component_updater/ev_whitelist_component_installer.cc",
240 "component_updater/ev_whitelist_component_installer.h", 240 "component_updater/ev_whitelist_component_installer.h",
241 "component_updater/file_type_policies_component_installer.cc", 241 "component_updater/file_type_policies_component_installer.cc",
242 "component_updater/file_type_policies_component_installer.h", 242 "component_updater/file_type_policies_component_installer.h",
243 "component_updater/origin_trials_component_installer.cc", 243 "component_updater/origin_trials_component_installer.cc",
244 "component_updater/origin_trials_component_installer.h", 244 "component_updater/origin_trials_component_installer.h",
245 "component_updater/pnacl_component_installer.cc", 245 "component_updater/pnacl_component_installer.cc",
246 "component_updater/pnacl_component_installer.h", 246 "component_updater/pnacl_component_installer.h",
247 "component_updater/recovery_component_installer.cc", 247 "component_updater/recovery_component_installer.cc",
248 "component_updater/recovery_component_installer.h", 248 "component_updater/recovery_component_installer.h",
249 "component_updater/ssl_error_assistant_component_installer.cc",
250 "component_updater/ssl_error_assistant_component_installer.h",
249 "component_updater/sth_set_component_installer.cc", 251 "component_updater/sth_set_component_installer.cc",
250 "component_updater/sth_set_component_installer.h", 252 "component_updater/sth_set_component_installer.h",
251 "component_updater/subresource_filter_component_installer.cc", 253 "component_updater/subresource_filter_component_installer.cc",
252 "component_updater/subresource_filter_component_installer.h", 254 "component_updater/subresource_filter_component_installer.h",
253 "component_updater/supervised_user_whitelist_installer.cc", 255 "component_updater/supervised_user_whitelist_installer.cc",
254 "component_updater/supervised_user_whitelist_installer.h", 256 "component_updater/supervised_user_whitelist_installer.h",
255 "component_updater/sw_reporter_installer_win.cc", 257 "component_updater/sw_reporter_installer_win.cc",
256 "component_updater/sw_reporter_installer_win.h", 258 "component_updater/sw_reporter_installer_win.h",
257 "component_updater/swiftshader_component_installer.cc", 259 "component_updater/swiftshader_component_installer.cc",
258 "component_updater/swiftshader_component_installer.h", 260 "component_updater/swiftshader_component_installer.h",
(...skipping 4249 matching lines...) Expand 10 before | Expand all | Expand 10 after
4508 "media/pepper_cdm_test_constants.cc", 4510 "media/pepper_cdm_test_constants.cc",
4509 "media/pepper_cdm_test_constants.h", 4511 "media/pepper_cdm_test_constants.h",
4510 ] 4512 ]
4511 } 4513 }
4512 } 4514 }
4513 4515
4514 service_manifest("preferences_manifest") { 4516 service_manifest("preferences_manifest") {
4515 name = "preferences" 4517 name = "preferences"
4516 source = "prefs/preferences_manifest.json" 4518 source = "prefs/preferences_manifest.json"
4517 } 4519 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_main.cc » ('j') | chrome/browser/ssl/ssl_browser_tests.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698