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

Unified Diff: chrome/browser/resources/safe_browsing/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
Index: chrome/browser/resources/safe_browsing/BUILD.gn
diff --git a/chrome/browser/resources/safe_browsing/BUILD.gn b/chrome/browser/resources/safe_browsing/BUILD.gn
index 89a3efdbfbae8ce2326acc44bb9e17223f65be02..9d64aab0d05c1717c399b99731a06c03e7a74768 100644
--- a/chrome/browser/resources/safe_browsing/BUILD.gn
+++ b/chrome/browser/resources/safe_browsing/BUILD.gn
@@ -40,6 +40,7 @@ action("make_file_types_protobuf") {
deps = [
"//chrome/common/safe_browsing:proto",
+ "//components/safe_browsing/common:proto",
"//third_party/protobuf:py_proto",
]
@@ -80,7 +81,7 @@ action("make_all_file_types_protobuf") {
]
deps = [
- "//chrome/common/safe_browsing:proto",
+ "//components/safe_browsing/common:proto",
"//third_party/protobuf:py_proto",
]
« no previous file with comments | « chrome/browser/extensions/test_blacklist_state_fetcher.h ('k') | chrome/browser/safe_browsing/browser_feature_extractor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698