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", |