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

Unified Diff: chrome/android/BUILD.gn

Issue 802343003: Upstream DocumentTabModelImpl and related classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved package, added OWNERS Created 6 years 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/android/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index d4aa47e27880a8bdec560acd2d42f7e8a7874e34..c63bf0d35f627857728a10a02a37e0c0be066222 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -89,6 +89,7 @@ android_library("chrome_java") {
"//content/public/android:content_java",
"//printing:printing_java",
"//sync/android:sync_java",
+ "//third_party/android_protobuf:protobuf_nano_javalib",
Nico 2014/12/16 19:52:29 This doesn't look right to me; the gyp version doe
gone 2014/12/16 19:59:00 Tried to do it without this line, but PS2 failed t
cjhopman 2014/12/16 21:34:00 In GN, the classpath for a java/android library on
cjhopman 2014/12/16 21:34:00 Also, GN will probably change to use "all" transit
"//third_party/android_tools:android_support_v13_java",
"//third_party/android_tools:android_support_v7_appcompat_java",
"//third_party/cacheinvalidation:cacheinvalidation_javalib",

Powered by Google App Engine
This is Rietveld 408576698