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

Unified Diff: content/shell/android/BUILD.gn

Issue 1149893018: Fixes for GN Android build inputs/outputs (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
« no previous file with comments | « components/resource_provider/BUILD.gn ('k') | mandoline/app/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/android/BUILD.gn
diff --git a/content/shell/android/BUILD.gn b/content/shell/android/BUILD.gn
index c52b46c8f3449cc4935b0369b46d97ce4d738f8f..8af8c29d44e29ca5c47b78a4eb3da5bb1c262cae 100644
--- a/content/shell/android/BUILD.gn
+++ b/content/shell/android/BUILD.gn
@@ -109,7 +109,7 @@ copy_ex("copy_content_shell_assets") {
android_apk("content_shell_apk") {
use_chromium_linker = true
testonly = true
- datadeps = [
+ data_deps = [
# "//tools/android/forwarder",
]
deps = [
@@ -157,7 +157,7 @@ android_apk("content_shell_test_apk") {
"//net/android:net_javatests",
"//testing/android/broker:broker_java",
]
- datadeps = [
+ data_deps = [
":content_shell_apk",
"//testing/android/driver:driver_apk",
]
« no previous file with comments | « components/resource_provider/BUILD.gn ('k') | mandoline/app/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698