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

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

Issue 1328693003: Build chromium_commands when building any _incremental apk (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | « no previous file | build/config/android/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 66e1010142a45b69ec0f0238100d7d45433d2025..363c2f4442b398ae4c7e97675d1119033628e6c0 100644
--- a/build/android/pylib/device/commands/BUILD.gn
+++ b/build/android/pylib/device/commands/BUILD.gn
@@ -5,9 +5,7 @@
import("//build/config/android/rules.gni")
group("commands") {
- datadeps = [
- ":chromium_commands",
- ]
+ data_deps = [ ":chromium_commands" ]
}
# GYP: //build/android/pylib/device/commands/commands.gyp:chromium_commands
« no previous file with comments | « no previous file | build/config/android/rules.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698