| 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",
|
| ]
|
|
|