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

Unified Diff: content/content_browser.gypi

Issue 10035034: Implement the skeleton of an android content shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed drawable png as it was checked in separately. Created 8 years, 8 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
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 87e3d477f33f8e8d21255a4a55bda1b0c15e194a..e43b8cf88270e31c0584ce64364f237bd5b33fa3 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -29,6 +29,7 @@
'sources': [
'port/browser/render_widget_host_view_port.h',
'public/browser/access_token_store.h',
+ 'public/browser/android_library_loader_hooks.h',
'public/browser/browser_accessibility_state.h',
'public/browser/browser_child_process_host.h',
'public/browser/browser_child_process_host_delegate.cc',
@@ -171,6 +172,7 @@
'browser/accessibility/browser_accessibility_state_impl.h',
'browser/accessibility/browser_accessibility_win.cc',
'browser/accessibility/browser_accessibility_win.h',
+ 'browser/android/library_loader_hooks.cc',
'browser/appcache/appcache_dispatcher_host.cc',
'browser/appcache/appcache_dispatcher_host.h',
'browser/appcache/appcache_frontend_proxy.cc',
@@ -792,14 +794,13 @@
],
}],
['OS=="android"', {
- 'sources!': [
- # A main loop would be handled in Java.
- 'browser/browser_main_loop.cc',
- 'browser/browser_main_loop.h',
- ],
'dependencies!': [
'../third_party/flac/flac.gyp:libflac',
- ]}],
+ ],
+ 'dependencies': [
+ '../media/media.gyp:media',
+ ],
+ }],
['OS=="mac"', {
'sources': [
# Build necessary Mozilla sources

Powered by Google App Engine
This is Rietveld 408576698