| Index: content/shell/android/BUILD.gn
|
| diff --git a/content/shell/android/BUILD.gn b/content/shell/android/BUILD.gn
|
| index 0fe040164727f27ce00b7396bffe72c0f9ad1543..f9b3acaa8f385233e5656da5c8e898a935b7935a 100644
|
| --- a/content/shell/android/BUILD.gn
|
| +++ b/content/shell/android/BUILD.gn
|
| @@ -96,6 +96,7 @@ android_library("content_shell_apk_java") {
|
|
|
| java_files = [
|
| "shell_apk/src/org/chromium/content_shell_apk/ChildProcessLauncherTestHelperService.java",
|
| + "shell_apk/src/org/chromium/content_shell_apk/ChildProcessLauncherTestUtils.java",
|
| "shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java",
|
| "shell_apk/src/org/chromium/content_shell_apk/ContentShellApplication.java",
|
| ]
|
|
|