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

Unified Diff: content/content_shell.gypi

Issue 10800019: Refactor ContentShell to remove ContentViewClient dependency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | « no previous file | content/shell/android/java/src/org/chromium/content_shell/ContentShellActivity.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_shell.gypi
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index f7ca9cbf0cbae222c4a5ec25d0379678cc04de40..1cde306c2190e33fbf8d3f8cfb8f5449d326eae1 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -138,7 +138,14 @@
# this combination is not yet supported on Android.
'../webkit/support/webkit_support.gyp:webkit_support',
],
- }], # OS!="android"
+ }, { # else: OS=="android"
+ 'dependencies': [
+ 'content_shell_jni_headers',
+ ],
+ 'include_dirs': [
+ '<(SHARED_INTERMEDIATE_DIR)/content/shell',
+ ],
+ }], # OS=="android"
['use_aura==1', {
'sources/': [
['exclude', 'shell/shell_gtk.cc'],
@@ -499,11 +506,11 @@
'variables': {
'java_sources': [
'shell/android/java/src/org/chromium/content_shell/ShellManager.java',
- 'shell/android/java/src/org/chromium/content_shell/ShellView.java',
+ 'shell/android/java/src/org/chromium/content_shell/Shell.java',
],
'jni_headers': [
'<(SHARED_INTERMEDIATE_DIR)/content/shell/jni/shell_manager_jni.h',
- '<(SHARED_INTERMEDIATE_DIR)/content/shell/jni/shell_view_jni.h',
+ '<(SHARED_INTERMEDIATE_DIR)/content/shell/jni/shell_jni.h',
],
},
'includes': [ '../build/jni_generator.gypi' ],
@@ -528,8 +535,6 @@
'shell/android/shell_library_loader.h',
'shell/android/shell_manager.cc',
'shell/android/shell_manager.h',
- 'shell/android/shell_view.cc',
- 'shell/android/shell_view.h',
],
'sources!': [
'shell/shell_main.cc',
« no previous file with comments | « no previous file | content/shell/android/java/src/org/chromium/content_shell/ContentShellActivity.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698