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

Unified Diff: build/android/pylib/device/commands/BUILD.gn

Issue 2485383006: [android] Tweak data deps to include two chromium tool binaries. (RELAND) (Closed)
Patch Set: fixed? Created 4 years, 1 month 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 | « no previous file | build/config/android/internal_rules.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/device/commands/BUILD.gn
diff --git a/build/android/pylib/device/commands/BUILD.gn b/build/android/pylib/device/commands/BUILD.gn
index 34247ee463ca302e0f9890067dc7b543057c0511..fe17276588ce2089326fc33cbbcd130bbdd47cc3 100644
--- a/build/android/pylib/device/commands/BUILD.gn
+++ b/build/android/pylib/device/commands/BUILD.gn
@@ -6,11 +6,14 @@ import("//build/config/android/rules.gni")
group("commands") {
data_deps = [
- ":chromium_commands",
+ ":chromium_commands_java",
]
}
-android_library("chromium_commands") {
+android_library("chromium_commands_java") {
java_files = [ "java/src/org/chromium/android/commands/unzip/Unzip.java" ]
dex_path = "$root_build_dir/lib.java/chromium_commands.dex.jar"
+ data = [
+ dex_path,
+ ]
}
« no previous file with comments | « no previous file | build/config/android/internal_rules.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698