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

Unified Diff: components/safe_browsing/common/BUILD.gn

Issue 2743563006: Componentize safe_browsing [+1]: move protos to component
Patch Set: fix remaining proto references 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/safe_browsing/BUILD.gn ('k') | components/safe_browsing/common/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/safe_browsing/common/BUILD.gn
diff --git a/components/safe_browsing/common/BUILD.gn b/components/safe_browsing/common/BUILD.gn
index 4e32332c949f9b96b9857b307f5db77498a46b09..74f16b4445c34fa0da64036b48fbfbec6b8d4a36 100644
--- a/components/safe_browsing/common/BUILD.gn
+++ b/components/safe_browsing/common/BUILD.gn
@@ -2,6 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//third_party/protobuf/proto_library.gni")
+
source_set("common") {
sources = [
"safebrowsing_constants.cc",
@@ -20,3 +22,14 @@ source_set("common") {
"//url/ipc:url_ipc",
]
}
+
+proto_library("proto") {
+ sources = [
+ "client_model.proto",
+ "crx_info.proto",
+ "csd.proto",
+
+ # "download_file_types.proto",
+ "permission_report.proto",
+ ]
+}
« no previous file with comments | « components/safe_browsing/BUILD.gn ('k') | components/safe_browsing/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698