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

Unified Diff: BUILD.gn

Issue 269943005: Add android_library template (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | « no previous file | base/BUILD.gn » ('j') | build/android/gn/javac.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 77c2d617f56ad06eec2a23dfc6a5fa8ec6b6fc97..67c40402f260d5f6183d1e7100976b388c4ed7af 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -77,5 +77,10 @@ group("root") {
"//ui/events",
"//ui/gfx",
]
+
+ deps += [
+ "//third_party/jsr-305:jsr_305_javalib",
+ "//third_party/guava:guava_javalib",
+ ]
}
}
« no previous file with comments | « no previous file | base/BUILD.gn » ('j') | build/android/gn/javac.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698