Index: chrome/chrome_shell.gypi |
diff --git a/chrome/chrome_shell.gypi b/chrome/chrome_shell.gypi |
index 247ae5eaa06f35b5cfd9f77931c1425326c04ddc..e688b2a441f7bddeff5d80351051f2f0d1f11117 100644 |
--- a/chrome/chrome_shell.gypi |
+++ b/chrome/chrome_shell.gypi |
@@ -48,9 +48,6 @@ |
'target_name': 'libchromeshell', |
'type': 'shared_library', |
'sources': [ |
- # This file must always be included in the shared_library step to ensure |
- # JNI_OnLoad is exported. |
- 'app/android/chrome_jni_onload.cc', |
'android/shell/chrome_main_delegate_chrome_shell_android.cc', |
'android/shell/chrome_main_delegate_chrome_shell_android.h', |
], |
@@ -68,9 +65,6 @@ |
'target_name': 'libchromesyncshell', |
'type': 'shared_library', |
'sources': [ |
- # This file must always be included in the shared_library step to ensure |
- # JNI_OnLoad is exported. |
- 'app/android/chrome_jni_onload.cc', |
'android/sync_shell/chrome_main_delegate_chrome_sync_shell_android.cc', |
'android/sync_shell/chrome_main_delegate_chrome_sync_shell_android.h', |
], |