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

Unified Diff: chrome/android/BUILD.gn

Issue 1981473002: Upstream: DexOptimizer and DexLoader classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 cb1fbbace1503dec480c456869499b9fe0d104bf..e554f95d06991e24f3156813178459d00f3108d4 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -550,8 +550,10 @@ instrumentation_test_apk("chrome_public_test_apk") {
deps = [
":chrome_public_test_apk_manifest",
":chrome_test_java",
+ "//chrome/android/webapk/shell_apk:shell_apk_javatests",
Yaron 2016/05/16 20:39:58 This is sufficient for the tests to get picked up
jbudorick 2016/05/16 20:57:41 yep
]
additional_apks = [
+ "//chrome/android/webapk/shell_apk/javatests/dex_optimizer:dex_optimizer_apk",
Yaron 2016/05/16 20:39:58 I think this is fine and I think we discussed with
jbudorick 2016/05/16 20:57:41 Yeah, I think it's fine for us to use chrome_publi
"//chrome/test/android/chrome_public_test_support:chrome_public_test_support_apk",
"//net/android:net_test_support_apk",
]

Powered by Google App Engine
This is Rietveld 408576698