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

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

Issue 2743483002: 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 | « chrome/browser/BUILD.gn ('k') | chrome/browser/safe_browsing/browser_feature_extractor.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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//extensions/features/features.gni") 7 import("//extensions/features/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/protobuf/proto_library.gni") 10 import("//third_party/protobuf/proto_library.gni")
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 "//components/drive:drive_chromeos", 62 "//components/drive:drive_chromeos",
63 "//components/feedback", 63 "//components/feedback",
64 "//components/flags_ui", 64 "//components/flags_ui",
65 "//components/login", 65 "//components/login",
66 "//components/metrics/leak_detector", 66 "//components/metrics/leak_detector",
67 "//components/onc", 67 "//components/onc",
68 "//components/ownership", 68 "//components/ownership",
69 "//components/pairing", 69 "//components/pairing",
70 "//components/policy:generated", 70 "//components/policy:generated",
71 "//components/proxy_config", 71 "//components/proxy_config",
72 "//components/safe_browsing:csd_proto",
73 "//components/safe_browsing_db:metadata_proto", 72 "//components/safe_browsing_db:metadata_proto",
74 "//components/session_manager/core", 73 "//components/session_manager/core",
75 "//components/sync_wifi", 74 "//components/sync_wifi",
76 "//components/user_manager", 75 "//components/user_manager",
77 76
78 # This depends directly on the variations target, rather than just 77 # This depends directly on the variations target, rather than just
79 # transitively via the common target because the proto sources need to 78 # transitively via the common target because the proto sources need to
80 # be generated before code in this target can start building. 79 # be generated before code in this target can start building.
81 "//components/resources", 80 "//components/resources",
82 "//components/strings", 81 "//components/strings",
(...skipping 1715 matching lines...) Expand 10 before | Expand all | Expand 10 after
1798 "policy/proto/chrome_device_policy.proto", 1797 "policy/proto/chrome_device_policy.proto",
1799 "policy/proto/install_attributes.proto", 1798 "policy/proto/install_attributes.proto",
1800 ] 1799 ]
1801 } 1800 }
1802 1801
1803 proto_library("attestation_proto") { 1802 proto_library("attestation_proto") {
1804 sources = [ 1803 sources = [
1805 "attestation/attestation_key_payload.proto", 1804 "attestation/attestation_key_payload.proto",
1806 ] 1805 ]
1807 } 1806 }
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/safe_browsing/browser_feature_extractor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698