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

Unified Diff: chrome/android/BUILD.gn

Issue 1127233005: Don't include tested apks resources in test apk (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: chrome/android/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index a429b7c06d94f4ab3df2ed0d3ab0b1cba93a6f8a..f66c4bbc10b4a9058db4cc0d1da2f669af8101db 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -106,6 +106,7 @@ android_library("chrome_java") {
"//third_party/cacheinvalidation:cacheinvalidation_proto_java",
"//third_party/jsr-305:jsr_305_javalib",
"//media/base/android:media_java",
+ "//media/midi:midi_java",
"//ui/android:ui_java",
"//ui/android:ui_java_resources",
google_play_services_library,
@@ -405,6 +406,7 @@ android_library("chrome_javatests") {
"//components/bookmarks/common/android:bookmarks_java",
"//components/dom_distiller/android:dom_distiller_core_java",
"//components/invalidation:java",
+ "//components/invalidation:javatests",
"//components/navigation_interception/android:navigation_interception_java",
"//components/precache/android:precache_java",
"//components/precache/android:precache_javatests",

Powered by Google App Engine
This is Rietveld 408576698