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

Unified Diff: content/content_browser.gypi

Issue 10377059: Android content shell bringup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix deps so builds on clean machine Created 8 years, 7 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 | « content/content.gyp ('k') | content/content_jni.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index bc44c69f520dcf070ad76ff6a125c566bd364f99..a6df2679eec69f0e9fff4a167b8203f81f8858e0 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -182,7 +182,15 @@
'browser/accessibility/browser_accessibility_state_impl.h',
'browser/accessibility/browser_accessibility_win.cc',
'browser/accessibility/browser_accessibility_win.h',
+ 'browser/android/command_line.cc',
+ 'browser/android/command_line.h',
+ 'browser/android/content_jni_registrar.cc',
+ 'browser/android/content_jni_registrar.h',
+ 'browser/android/jni_helper.cc',
+ 'browser/android/jni_helper.h',
'browser/android/library_loader_hooks.cc',
+ 'browser/android/trace_event_binding.cc',
+ 'browser/android/trace_event_binding.h',
'browser/appcache/appcache_dispatcher_host.cc',
'browser/appcache/appcache_dispatcher_host.h',
'browser/appcache/appcache_frontend_proxy.cc',
@@ -821,15 +829,15 @@
'content.gyp:content_jni_headers',
'content.gyp:content_java',
],
+ 'include_dirs': [
+ '<(SHARED_INTERMEDIATE_DIR)/content',
+ ],
'sources!': [
'browser/geolocation/network_location_provider.cc',
'browser/geolocation/network_location_provider.h',
'browser/geolocation/network_location_request.cc',
'browser/geolocation/network_location_request.h',
],
- 'include_dirs': [
- '<(SHARED_INTERMEDIATE_DIR)/content',
- ],
}],
['OS=="mac"', {
'sources': [
« no previous file with comments | « content/content.gyp ('k') | content/content_jni.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698