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

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

Issue 2733343002: Move chrome/common/safe_browsing/csd.proto to components/safe_browsing (Closed)
Patch Set: rebase again 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/chromeos/BUILD.gn » ('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 2059 matching lines...) Expand 10 before | Expand all | Expand 10 after
2070 "safe_browsing/threat_details_history.cc", 2070 "safe_browsing/threat_details_history.cc",
2071 "safe_browsing/threat_details_history.h", 2071 "safe_browsing/threat_details_history.h",
2072 "safe_browsing/ui_manager.cc", 2072 "safe_browsing/ui_manager.cc",
2073 "safe_browsing/ui_manager.h", 2073 "safe_browsing/ui_manager.h",
2074 "safe_browsing/v4_test_utils.cc", 2074 "safe_browsing/v4_test_utils.cc",
2075 "safe_browsing/v4_test_utils.h", 2075 "safe_browsing/v4_test_utils.h",
2076 ] 2076 ]
2077 deps += [ 2077 deps += [
2078 "//chrome/browser/safe_browsing:chunk_proto", 2078 "//chrome/browser/safe_browsing:chunk_proto",
2079 "//chrome/common/safe_browsing:proto", 2079 "//chrome/common/safe_browsing:proto",
2080 "//components/safe_browsing:csd_proto",
2080 "//components/safe_browsing:safe_browsing", 2081 "//components/safe_browsing:safe_browsing",
2081 "//components/safe_browsing/common:common", 2082 "//components/safe_browsing/common:common",
2082 "//components/safe_browsing/password_protection", 2083 "//components/safe_browsing/password_protection",
2083 "//components/safe_browsing_db:metadata_proto", 2084 "//components/safe_browsing_db:metadata_proto",
2084 ] 2085 ]
2085 if (safe_browsing_mode == 1) { 2086 if (safe_browsing_mode == 1) {
2086 # "Safe Browsing Full" files in addition to the "basic" ones to use for 2087 # "Safe Browsing Full" files in addition to the "basic" ones to use for
2087 # full safe browsing. This has some in common with "mobile." 2088 # full safe browsing. This has some in common with "mobile."
2088 sources += [ 2089 sources += [
2089 "download/download_completion_blocker.cc", 2090 "download/download_completion_blocker.cc",
(...skipping 2241 matching lines...) Expand 10 before | Expand all | Expand 10 after
4331 "//chrome/app/theme:theme_resources", 4332 "//chrome/app/theme:theme_resources",
4332 "//chrome/browser", 4333 "//chrome/browser",
4333 "//chrome/common", 4334 "//chrome/common",
4334 "//chrome/common/safe_browsing:proto", 4335 "//chrome/common/safe_browsing:proto",
4335 "//components/browser_sync:test_support", 4336 "//components/browser_sync:test_support",
4336 "//components/invalidation/impl", 4337 "//components/invalidation/impl",
4337 "//components/invalidation/impl:test_support", 4338 "//components/invalidation/impl:test_support",
4338 "//components/password_manager/core/browser:test_support", 4339 "//components/password_manager/core/browser:test_support",
4339 "//components/policy/core/browser:test_support", 4340 "//components/policy/core/browser:test_support",
4340 "//components/prefs:test_support", 4341 "//components/prefs:test_support",
4342 "//components/safe_browsing:csd_proto",
4341 "//components/search_engines:test_support", 4343 "//components/search_engines:test_support",
4342 "//components/sessions:test_support", 4344 "//components/sessions:test_support",
4343 "//components/subresource_filter/core/browser:test_support", 4345 "//components/subresource_filter/core/browser:test_support",
4344 "//components/subresource_filter/core/common:test_support", 4346 "//components/subresource_filter/core/common:test_support",
4345 "//components/sync_preferences:test_support", 4347 "//components/sync_preferences:test_support",
4346 "//components/ukm:test_support", 4348 "//components/ukm:test_support",
4347 "//components/user_prefs/tracked:user_prefs_tracked_test_support", 4349 "//components/user_prefs/tracked:user_prefs_tracked_test_support",
4348 "//content/test:test_support", 4350 "//content/test:test_support",
4349 "//google_apis:test_support", 4351 "//google_apis:test_support",
4350 "//net:test_support", 4352 "//net:test_support",
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
4560 "media/pepper_cdm_test_constants.cc", 4562 "media/pepper_cdm_test_constants.cc",
4561 "media/pepper_cdm_test_constants.h", 4563 "media/pepper_cdm_test_constants.h",
4562 ] 4564 ]
4563 } 4565 }
4564 } 4566 }
4565 4567
4566 service_manifest("preferences_manifest") { 4568 service_manifest("preferences_manifest") {
4567 name = "preferences" 4569 name = "preferences"
4568 source = "prefs/preferences_manifest.json" 4570 source = "prefs/preferences_manifest.json"
4569 } 4571 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698