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

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: Fixing up most of the review comments. 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 1ef5f79ee793a376f092c8a757ed0551cf0bc4d8..77327b7a2916eb1e141b6883bc94031593021c6d 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -174,6 +174,10 @@
'browser/accessibility/browser_accessibility_state_impl.h',
'browser/accessibility/browser_accessibility_win.cc',
'browser/accessibility/browser_accessibility_win.h',
+ 'browser/android/jni_helper.cc',
+ 'browser/android/jni_helper.h',
+ 'browser/android/library_loader_hooks.cc',
+ 'browser/android/library_loader_hooks.h',
'browser/appcache/appcache_dispatcher_host.cc',
'browser/appcache/appcache_dispatcher_host.h',
'browser/appcache/appcache_frontend_proxy.cc',
@@ -797,11 +801,6 @@
],
}],
['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',
]}],

Powered by Google App Engine
This is Rietveld 408576698