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

Side by Side Diff: chrome/browser/chromeos/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 | « chrome/browser/BUILD.gn ('k') | chrome/browser/download/DEPS » ('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",
72 "//components/safe_browsing_db:metadata_proto", 73 "//components/safe_browsing_db:metadata_proto",
73 "//components/session_manager/core", 74 "//components/session_manager/core",
74 "//components/sync_wifi", 75 "//components/sync_wifi",
75 "//components/user_manager", 76 "//components/user_manager",
76 77
77 # This depends directly on the variations target, rather than just 78 # This depends directly on the variations target, rather than just
78 # transitively via the common target because the proto sources need to 79 # transitively via the common target because the proto sources need to
79 # be generated before code in this target can start building. 80 # be generated before code in this target can start building.
80 "//components/resources", 81 "//components/resources",
81 "//components/strings", 82 "//components/strings",
(...skipping 1715 matching lines...) Expand 10 before | Expand all | Expand 10 after
1797 "policy/proto/chrome_device_policy.proto", 1798 "policy/proto/chrome_device_policy.proto",
1798 "policy/proto/install_attributes.proto", 1799 "policy/proto/install_attributes.proto",
1799 ] 1800 ]
1800 } 1801 }
1801 1802
1802 proto_library("attestation_proto") { 1803 proto_library("attestation_proto") {
1803 sources = [ 1804 sources = [
1804 "attestation/attestation_key_payload.proto", 1805 "attestation/attestation_key_payload.proto",
1805 ] 1806 ]
1806 } 1807 }
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/download/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698