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

Unified Diff: base/BUILD.gn

Issue 1418653002: Synchronize GN build configuration with Chrome (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Use public_deps instead of deps Created 5 years, 2 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: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 38d5e0de5b89b1fd4f2e3dacbc7b1ca58d18f588..089610fb3f19e791092ecf72fc39497e3320826c 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1426,7 +1426,7 @@ if (is_android) {
"android/java/src/org/chromium/base/metrics/RecordUserAction.java",
]
- deps = [
+ public_deps = [
":android_runtime_jni_headers",
]

Powered by Google App Engine
This is Rietveld 408576698