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

Unified Diff: components/rappor/BUILD.gn

Issue 1482653002: Add more components to "gn check" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: chromeos Created 5 years, 1 month 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/password_manager/sync/browser/BUILD.gn ('k') | sql/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/rappor/BUILD.gn
diff --git a/components/rappor/BUILD.gn b/components/rappor/BUILD.gn
index 2a98041abe9b76ac93c538a89526f1f7607880ac..7bcc262dc212c460b122f15f9734ed16e1f38e99 100644
--- a/components/rappor/BUILD.gn
+++ b/components/rappor/BUILD.gn
@@ -54,8 +54,10 @@ static_library("test_support") {
"test_rappor_service.h",
]
- deps = [
+ public_deps = [
":rappor",
+ ]
+ deps = [
"//components/rappor/proto",
]
}
« no previous file with comments | « components/password_manager/sync/browser/BUILD.gn ('k') | sql/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698