| Index: content/shell/android/BUILD.gn
|
| diff --git a/content/shell/android/BUILD.gn b/content/shell/android/BUILD.gn
|
| index ad17f158843412128f41471dcb9708ab196bc814..2068125f8d5507254bafed5c82f38e4d18139fce 100644
|
| --- a/content/shell/android/BUILD.gn
|
| +++ b/content/shell/android/BUILD.gn
|
| @@ -95,6 +95,7 @@ android_library("content_shell_apk_java") {
|
| android_manifest = content_shell_manifest
|
|
|
| java_files = [
|
| + "shell_apk/src/org/chromium/content_shell_apk/ChildProcessLauncherTestHelperService.java",
|
| "shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java",
|
| "shell_apk/src/org/chromium/content_shell_apk/ContentShellApplication.java",
|
| ]
|
|
|