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

Unified Diff: chrome/android/webapk/shell_apk/javatests/dex_optimizer/BUILD.gn

Issue 2127673004: Reland: Fix DexLoaderTest#testLoadAfterDeleteCachedDexes() part 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « chrome/android/webapk/shell_apk/javatests/canary_lib/src/org/chromium/webapk/shell_apk/test/canary/Canary2.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/webapk/shell_apk/javatests/dex_optimizer/BUILD.gn
diff --git a/chrome/android/webapk/shell_apk/javatests/dex_optimizer/BUILD.gn b/chrome/android/webapk/shell_apk/javatests/dex_optimizer/BUILD.gn
index 69937a4e3cec29a89f67c3c1874f2628f24113a0..8a7b64232f33917dff82b9e6b5ec774ea1a0319b 100644
--- a/chrome/android/webapk/shell_apk/javatests/dex_optimizer/BUILD.gn
+++ b/chrome/android/webapk/shell_apk/javatests/dex_optimizer/BUILD.gn
@@ -20,6 +20,7 @@ android_apk("dex_optimizer_apk") {
deps = [
"//base:base_java",
"//chrome/android/webapk/libs/client:client_java",
+ "//chrome/android/webapk/shell_apk/javatests/canary_lib:canary_dex2_assets",
"//chrome/android/webapk/shell_apk/javatests/canary_lib:canary_dex_assets",
]
srcjar_deps = [ ":dex_optimizer_service_aidl" ]
« no previous file with comments | « chrome/android/webapk/shell_apk/javatests/canary_lib/src/org/chromium/webapk/shell_apk/test/canary/Canary2.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698