Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1651)

Unified Diff: chrome/android/BUILD.gn

Issue 970243003: Refactoring chrome JNI registration. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/BUILD.gn ('k') | chrome/android/shell/chrome_shell_entry_point.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
« no previous file with comments | « chrome/BUILD.gn ('k') | chrome/android/shell/chrome_shell_entry_point.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698