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

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

Issue 2894243002: Add quiet safe browsing interstitials to chrome://interstitials for in browser testing (Closed)
Patch Set: Merge and fix display_options Created 3 years, 7 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 | « no previous file | chrome/browser/safe_browsing/test_safe_browsing_blocking_page_quiet.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 2214 matching lines...) Expand 10 before | Expand all | Expand 10 after
2225 "safe_browsing/ping_manager.h", 2225 "safe_browsing/ping_manager.h",
2226 "safe_browsing/safe_browsing_blocking_page.cc", 2226 "safe_browsing/safe_browsing_blocking_page.cc",
2227 "safe_browsing/safe_browsing_blocking_page.h", 2227 "safe_browsing/safe_browsing_blocking_page.h",
2228 "safe_browsing/safe_browsing_navigation_observer.cc", 2228 "safe_browsing/safe_browsing_navigation_observer.cc",
2229 "safe_browsing/safe_browsing_navigation_observer.h", 2229 "safe_browsing/safe_browsing_navigation_observer.h",
2230 "safe_browsing/safe_browsing_navigation_observer_manager.cc", 2230 "safe_browsing/safe_browsing_navigation_observer_manager.cc",
2231 "safe_browsing/safe_browsing_navigation_observer_manager.h", 2231 "safe_browsing/safe_browsing_navigation_observer_manager.h",
2232 "safe_browsing/safe_browsing_service.cc", 2232 "safe_browsing/safe_browsing_service.cc",
2233 "safe_browsing/safe_browsing_service.h", 2233 "safe_browsing/safe_browsing_service.h",
2234 "safe_browsing/services_delegate.h", 2234 "safe_browsing/services_delegate.h",
2235 "safe_browsing/test_safe_browsing_blocking_page_quiet.cc",
2236 "safe_browsing/test_safe_browsing_blocking_page_quiet.h",
2235 "safe_browsing/test_safe_browsing_service.cc", 2237 "safe_browsing/test_safe_browsing_service.cc",
2236 "safe_browsing/test_safe_browsing_service.h", 2238 "safe_browsing/test_safe_browsing_service.h",
2237 "safe_browsing/ui_manager.cc", 2239 "safe_browsing/ui_manager.cc",
2238 "safe_browsing/ui_manager.h", 2240 "safe_browsing/ui_manager.h",
2239 "safe_browsing/v4_test_utils.cc", 2241 "safe_browsing/v4_test_utils.cc",
2240 "safe_browsing/v4_test_utils.h", 2242 "safe_browsing/v4_test_utils.h",
2241 ] 2243 ]
2242 deps += [ 2244 deps += [
2243 "//chrome/browser/safe_browsing:chunk_proto", 2245 "//chrome/browser/safe_browsing:chunk_proto",
2244 "//chrome/common/safe_browsing:proto", 2246 "//chrome/common/safe_browsing:proto",
(...skipping 2515 matching lines...) Expand 10 before | Expand all | Expand 10 after
4760 "media/pepper_cdm_test_constants.cc", 4762 "media/pepper_cdm_test_constants.cc",
4761 "media/pepper_cdm_test_constants.h", 4763 "media/pepper_cdm_test_constants.h",
4762 ] 4764 ]
4763 } 4765 }
4764 } 4766 }
4765 4767
4766 service_manifest("preferences_forwarder_manifest") { 4768 service_manifest("preferences_forwarder_manifest") {
4767 name = "preferences_forwarder" 4769 name = "preferences_forwarder"
4768 source = "prefs/forwarder_manifest.json" 4770 source = "prefs/forwarder_manifest.json"
4769 } 4771 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/test_safe_browsing_blocking_page_quiet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698