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

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

Issue 2744503002: Revert of Move chrome/common/safe_browsing/csd.proto to components/safe_browsing (Closed)
Patch Set: 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 2053 matching lines...) Expand 10 before | Expand all | Expand 10 after
2064 "safe_browsing/threat_details_history.cc", 2064 "safe_browsing/threat_details_history.cc",
2065 "safe_browsing/threat_details_history.h", 2065 "safe_browsing/threat_details_history.h",
2066 "safe_browsing/ui_manager.cc", 2066 "safe_browsing/ui_manager.cc",
2067 "safe_browsing/ui_manager.h", 2067 "safe_browsing/ui_manager.h",
2068 "safe_browsing/v4_test_utils.cc", 2068 "safe_browsing/v4_test_utils.cc",
2069 "safe_browsing/v4_test_utils.h", 2069 "safe_browsing/v4_test_utils.h",
2070 ] 2070 ]
2071 deps += [ 2071 deps += [
2072 "//chrome/browser/safe_browsing:chunk_proto", 2072 "//chrome/browser/safe_browsing:chunk_proto",
2073 "//chrome/common/safe_browsing:proto", 2073 "//chrome/common/safe_browsing:proto",
2074 "//components/safe_browsing:csd_proto",
2075 "//components/safe_browsing:safe_browsing", 2074 "//components/safe_browsing:safe_browsing",
2076 "//components/safe_browsing/common:common", 2075 "//components/safe_browsing/common:common",
2077 "//components/safe_browsing/password_protection", 2076 "//components/safe_browsing/password_protection",
2078 "//components/safe_browsing_db:metadata_proto", 2077 "//components/safe_browsing_db:metadata_proto",
2079 ] 2078 ]
2080 if (safe_browsing_mode == 1) { 2079 if (safe_browsing_mode == 1) {
2081 # "Safe Browsing Full" files in addition to the "basic" ones to use for 2080 # "Safe Browsing Full" files in addition to the "basic" ones to use for
2082 # full safe browsing. This has some in common with "mobile." 2081 # full safe browsing. This has some in common with "mobile."
2083 sources += [ 2082 sources += [
2084 "download/download_completion_blocker.cc", 2083 "download/download_completion_blocker.cc",
(...skipping 2241 matching lines...) Expand 10 before | Expand all | Expand 10 after
4326 "//chrome/app/theme:theme_resources", 4325 "//chrome/app/theme:theme_resources",
4327 "//chrome/browser", 4326 "//chrome/browser",
4328 "//chrome/common", 4327 "//chrome/common",
4329 "//chrome/common/safe_browsing:proto", 4328 "//chrome/common/safe_browsing:proto",
4330 "//components/browser_sync:test_support", 4329 "//components/browser_sync:test_support",
4331 "//components/invalidation/impl", 4330 "//components/invalidation/impl",
4332 "//components/invalidation/impl:test_support", 4331 "//components/invalidation/impl:test_support",
4333 "//components/password_manager/core/browser:test_support", 4332 "//components/password_manager/core/browser:test_support",
4334 "//components/policy/core/browser:test_support", 4333 "//components/policy/core/browser:test_support",
4335 "//components/prefs:test_support", 4334 "//components/prefs:test_support",
4336 "//components/safe_browsing:csd_proto",
4337 "//components/search_engines:test_support", 4335 "//components/search_engines:test_support",
4338 "//components/sessions:test_support", 4336 "//components/sessions:test_support",
4339 "//components/subresource_filter/core/browser:test_support", 4337 "//components/subresource_filter/core/browser:test_support",
4340 "//components/subresource_filter/core/common:test_support", 4338 "//components/subresource_filter/core/common:test_support",
4341 "//components/sync_preferences:test_support", 4339 "//components/sync_preferences:test_support",
4342 "//components/ukm:test_support", 4340 "//components/ukm:test_support",
4343 "//components/user_prefs/tracked:user_prefs_tracked_test_support", 4341 "//components/user_prefs/tracked:user_prefs_tracked_test_support",
4344 "//content/test:test_support", 4342 "//content/test:test_support",
4345 "//google_apis:test_support", 4343 "//google_apis:test_support",
4346 "//net:test_support", 4344 "//net:test_support",
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
4556 "media/pepper_cdm_test_constants.cc", 4554 "media/pepper_cdm_test_constants.cc",
4557 "media/pepper_cdm_test_constants.h", 4555 "media/pepper_cdm_test_constants.h",
4558 ] 4556 ]
4559 } 4557 }
4560 } 4558 }
4561 4559
4562 service_manifest("preferences_manifest") { 4560 service_manifest("preferences_manifest") {
4563 name = "preferences" 4561 name = "preferences"
4564 source = "prefs/preferences_manifest.json" 4562 source = "prefs/preferences_manifest.json"
4565 } 4563 }
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