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

Unified Diff: chrome/test/BUILD.gn

Issue 2743563006: Componentize safe_browsing [+1]: move protos to component
Patch Set: fix ipc_protobuf issue in test 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/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index d7d644f2d0ae864dc362d1c48a0230892fc72029..3672803c64f8602b65f13b7733ca7db041dc327c 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",
]
}

Powered by Google App Engine
This is Rietveld 408576698