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

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

Issue 2743563006: Componentize safe_browsing [+1]: move protos to component
Patch Set: fix ipc_protobuf issue in test 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
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",
2081 "//components/safe_browsing:safe_browsing", 2080 "//components/safe_browsing:safe_browsing",
2082 "//components/safe_browsing/common:common", 2081 "//components/safe_browsing/common:common",
2082 "//components/safe_browsing/common:proto",
2083 "//components/safe_browsing/password_protection", 2083 "//components/safe_browsing/password_protection",
2084 "//components/safe_browsing_db:metadata_proto", 2084 "//components/safe_browsing_db:metadata_proto",
2085 ] 2085 ]
2086 if (safe_browsing_mode == 1) { 2086 if (safe_browsing_mode == 1) {
2087 # "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
2088 # full safe browsing. This has some in common with "mobile." 2088 # full safe browsing. This has some in common with "mobile."
2089 sources += [ 2089 sources += [
2090 "download/download_completion_blocker.cc", 2090 "download/download_completion_blocker.cc",
2091 "download/download_completion_blocker.h", 2091 "download/download_completion_blocker.h",
2092 "loader/safe_browsing_resource_throttle.cc", 2092 "loader/safe_browsing_resource_throttle.cc",
(...skipping 2238 matching lines...) Expand 10 before | Expand all | Expand 10 after
4331 "//chrome/app/theme:theme_resources", 4331 "//chrome/app/theme:theme_resources",
4332 "//chrome/browser", 4332 "//chrome/browser",
4333 "//chrome/common", 4333 "//chrome/common",
4334 "//chrome/common/safe_browsing:proto", 4334 "//chrome/common/safe_browsing:proto",
4335 "//components/browser_sync:test_support", 4335 "//components/browser_sync:test_support",
4336 "//components/invalidation/impl", 4336 "//components/invalidation/impl",
4337 "//components/invalidation/impl:test_support", 4337 "//components/invalidation/impl:test_support",
4338 "//components/password_manager/core/browser:test_support", 4338 "//components/password_manager/core/browser:test_support",
4339 "//components/policy/core/browser:test_support", 4339 "//components/policy/core/browser:test_support",
4340 "//components/prefs:test_support", 4340 "//components/prefs:test_support",
4341 "//components/safe_browsing:csd_proto", 4341 "//components/safe_browsing/common:proto",
4342 "//components/search_engines:test_support", 4342 "//components/search_engines:test_support",
4343 "//components/sessions:test_support", 4343 "//components/sessions:test_support",
4344 "//components/subresource_filter/core/browser:test_support", 4344 "//components/subresource_filter/core/browser:test_support",
4345 "//components/subresource_filter/core/common:test_support", 4345 "//components/subresource_filter/core/common:test_support",
4346 "//components/sync_preferences:test_support", 4346 "//components/sync_preferences:test_support",
4347 "//components/ukm:test_support", 4347 "//components/ukm:test_support",
4348 "//components/user_prefs/tracked:user_prefs_tracked_test_support", 4348 "//components/user_prefs/tracked:user_prefs_tracked_test_support",
4349 "//content/test:test_support", 4349 "//content/test:test_support",
4350 "//google_apis:test_support", 4350 "//google_apis:test_support",
4351 "//net:test_support", 4351 "//net:test_support",
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
4561 "media/pepper_cdm_test_constants.cc", 4561 "media/pepper_cdm_test_constants.cc",
4562 "media/pepper_cdm_test_constants.h", 4562 "media/pepper_cdm_test_constants.h",
4563 ] 4563 ]
4564 } 4564 }
4565 } 4565 }
4566 4566
4567 service_manifest("preferences_manifest") { 4567 service_manifest("preferences_manifest") {
4568 name = "preferences" 4568 name = "preferences"
4569 source = "prefs/preferences_manifest.json" 4569 source = "prefs/preferences_manifest.json"
4570 } 4570 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/BUILD.gn » ('j') | chrome/browser/safe_browsing/client_side_detection_host_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698