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

Unified Diff: chrome/test/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 | « chrome/renderer/safe_browsing/scorer_unittest.cc ('k') | chrome/tools/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 753b752074243c248196b3a5bf8c69a6c2003327..3c60200f4bc057674a7a8a11d61e73d1d5e270ca 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -341,7 +341,7 @@ if (!is_android) {
proto_library("test_proto") {
sources = [
- "../common/safe_browsing/ipc_protobuf_message_test.proto",
+ "//components/safe_browsing/common/ipc_protobuf_message_test.proto",
]
}
« no previous file with comments | « chrome/renderer/safe_browsing/scorer_unittest.cc ('k') | chrome/tools/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698