| Index: shell/BUILD.gn
|
| diff --git a/shell/BUILD.gn b/shell/BUILD.gn
|
| index 43a1bb6dcf7b410d571f0eef0f69b7b0354e5ab6..fbf9166839bf590fbcb90c1f84c5bee1dde2afcf 100644
|
| --- a/shell/BUILD.gn
|
| +++ b/shell/BUILD.gn
|
| @@ -331,6 +331,7 @@ if (is_android) {
|
| android_library("java") {
|
| java_files = [
|
| "android/apk/src/org/chromium/mojo/shell/AndroidHandler.java",
|
| + "android/apk/src/org/chromium/mojo/shell/BaseActivity.java",
|
| "android/apk/src/org/chromium/mojo/shell/FileHelper.java",
|
| "android/apk/src/org/chromium/mojo/shell/IntentReceiverActivity.java",
|
| "android/apk/src/org/chromium/mojo/shell/IntentReceiverRegistry.java",
|
| @@ -368,6 +369,7 @@ if (is_android) {
|
| "//mojo/services/nfc/interfaces:interfaces_java",
|
| "//services/keyboard",
|
| "//services/native_viewport:native_viewport_java",
|
| + "//third_party/android_tools:android_support_v13_java",
|
| ]
|
| }
|
|
|
| @@ -648,7 +650,9 @@ mojo_native_application("apptests") {
|
| ":embed_pingable",
|
| ]
|
|
|
| - data_deps = [ "//services/http_server:http_server($default_toolchain)" ]
|
| + data_deps = [
|
| + "//services/http_server:http_server($default_toolchain)",
|
| + ]
|
| }
|
|
|
| mojo_native_application("shell_nfc_apptests") {
|
|
|