| Index: chrome/android/BUILD.gn
|
| diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
|
| index 53a6cd4c419a905d8ca34c27a06774f54f93fff2..416a3aa40b8d538da3a283a5f0fd074cdd00d629 100644
|
| --- a/chrome/android/BUILD.gn
|
| +++ b/chrome/android/BUILD.gn
|
| @@ -179,6 +179,7 @@ shared_library("chrome_shell") {
|
| sources = [
|
| "shell/chrome_main_delegate_chrome_shell_android.cc",
|
| "shell/chrome_main_delegate_chrome_shell_android.h",
|
| + "shell/chrome_shell_entry_point.cc",
|
| ]
|
| deps = [
|
| ":chrome_shell_base",
|
| @@ -197,6 +198,7 @@ shared_library("chrome_shell") {
|
| shared_library("chrome_sync_shell") {
|
| testonly = true
|
| sources = [
|
| + #"shell/chrome_shell_entry_point.cc",
|
| #"sync_shell/chrome_main_delegate_chrome_sync_shell_android.cc",
|
| #"sync_shell/chrome_main_delegate_chrome_sync_shell_android.h",
|
| ]
|
|
|