| Index: chrome/chrome_shell.gypi
|
| diff --git a/chrome/chrome_shell.gypi b/chrome/chrome_shell.gypi
|
| index e7b9e4e42c4f8f2e7c5b2c9a3b3421807eb26faf..514e076b1e262919b50b217d1952d65e83d6cceb 100644
|
| --- a/chrome/chrome_shell.gypi
|
| +++ b/chrome/chrome_shell.gypi
|
| @@ -48,6 +48,7 @@
|
| 'target_name': 'libchromeshell',
|
| 'type': 'shared_library',
|
| 'sources': [
|
| + 'android/shell/chrome_shell_entry_point.cc',
|
| 'android/shell/chrome_main_delegate_chrome_shell_android.cc',
|
| 'android/shell/chrome_main_delegate_chrome_shell_android.h',
|
| ],
|
| @@ -65,6 +66,7 @@
|
| 'target_name': 'libchromesyncshell',
|
| 'type': 'shared_library',
|
| 'sources': [
|
| + 'android/shell/chrome_shell_entry_point.cc',
|
| 'android/sync_shell/chrome_main_delegate_chrome_sync_shell_android.cc',
|
| 'android/sync_shell/chrome_main_delegate_chrome_sync_shell_android.h',
|
| ],
|
|
|