| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index b1b9adbd759b86cd748f998bd2fc119ca6ab2664..985a846f79162879819cb7c6322e82f31719971f 100644
|
| --- a/content/browser/BUILD.gn
|
| +++ b/content/browser/BUILD.gn
|
| @@ -254,8 +254,6 @@ source_set("browser") {
|
| "android/browser_jni_registrar.h",
|
| "android/browser_startup_controller.cc",
|
| "android/browser_startup_controller.h",
|
| - "android/child_process_launcher_android.cc",
|
| - "android/child_process_launcher_android.h",
|
| "android/content_feature_list.cc",
|
| "android/content_feature_list.h",
|
| "android/content_protocol_handler_impl.cc",
|
| @@ -442,6 +440,7 @@ source_set("browser") {
|
| "child_process_launcher_helper.cc",
|
| "child_process_launcher_helper.h",
|
| "child_process_launcher_helper_android.cc",
|
| + "child_process_launcher_helper_android.h",
|
| "child_process_launcher_helper_linux.cc",
|
| "child_process_launcher_helper_mac.cc",
|
| "child_process_launcher_helper_posix.cc",
|
|
|