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

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

Issue 2690413002: Refactor safe browsing service tests. (Closed)
Patch Set: addressed comments Created 3 years, 9 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/safe_browsing_service_browsertest.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 2031 matching lines...) Expand 10 before | Expand all | Expand 10 after
2042 "safe_browsing/test_safe_browsing_service.cc", 2042 "safe_browsing/test_safe_browsing_service.cc",
2043 "safe_browsing/test_safe_browsing_service.h", 2043 "safe_browsing/test_safe_browsing_service.h",
2044 "safe_browsing/threat_details.cc", 2044 "safe_browsing/threat_details.cc",
2045 "safe_browsing/threat_details.h", 2045 "safe_browsing/threat_details.h",
2046 "safe_browsing/threat_details_cache.cc", 2046 "safe_browsing/threat_details_cache.cc",
2047 "safe_browsing/threat_details_cache.h", 2047 "safe_browsing/threat_details_cache.h",
2048 "safe_browsing/threat_details_history.cc", 2048 "safe_browsing/threat_details_history.cc",
2049 "safe_browsing/threat_details_history.h", 2049 "safe_browsing/threat_details_history.h",
2050 "safe_browsing/ui_manager.cc", 2050 "safe_browsing/ui_manager.cc",
2051 "safe_browsing/ui_manager.h", 2051 "safe_browsing/ui_manager.h",
2052 "safe_browsing/v4_test_utils.cc",
2053 "safe_browsing/v4_test_utils.h",
2052 ] 2054 ]
2053 deps += [ 2055 deps += [
2054 "//chrome/browser/safe_browsing:chunk_proto", 2056 "//chrome/browser/safe_browsing:chunk_proto",
2055 "//chrome/common/safe_browsing:proto", 2057 "//chrome/common/safe_browsing:proto",
2056 "//components/safe_browsing:safe_browsing", 2058 "//components/safe_browsing:safe_browsing",
2057 "//components/safe_browsing/common:common", 2059 "//components/safe_browsing/common:common",
2058 "//components/safe_browsing_db:metadata_proto", 2060 "//components/safe_browsing_db:metadata_proto",
2059 ] 2061 ]
2060 if (safe_browsing_mode == 1) { 2062 if (safe_browsing_mode == 1) {
2061 # "Safe Browsing Full" files in addition to the "basic" ones to use for 2063 # "Safe Browsing Full" files in addition to the "basic" ones to use for
(...skipping 2475 matching lines...) Expand 10 before | Expand all | Expand 10 after
4537 "media/pepper_cdm_test_constants.cc", 4539 "media/pepper_cdm_test_constants.cc",
4538 "media/pepper_cdm_test_constants.h", 4540 "media/pepper_cdm_test_constants.h",
4539 ] 4541 ]
4540 } 4542 }
4541 } 4543 }
4542 4544
4543 service_manifest("preferences_manifest") { 4545 service_manifest("preferences_manifest") {
4544 name = "preferences" 4546 name = "preferences"
4545 source = "prefs/preferences_manifest.json" 4547 source = "prefs/preferences_manifest.json"
4546 } 4548 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698