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

Unified Diff: content/content_app.gypi

Issue 10444121: Added android_browser_process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 years, 6 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/browser/android/android_browser_process.cc ('k') | content/content_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_app.gypi
diff --git a/content/content_app.gypi b/content/content_app.gypi
index 07f7b5a56750c73b971544169941067ef139ebba..ec457ff5a962e03f34c64fe304eb250d8fdad772 100644
--- a/content/content_app.gypi
+++ b/content/content_app.gypi
@@ -15,6 +15,8 @@
'sources': [
'app/android/content_jni_registrar.cc',
'app/android/content_jni_registrar.h',
+ 'app/android/content_main.cc',
+ 'app/android/content_main.h',
'app/android/library_loader_hooks.cc',
'app/content_main.cc',
'app/content_main_runner.cc',
@@ -32,5 +34,16 @@
'../sandbox/sandbox.gyp:sandbox',
],
}],
+ ['OS=="android"', {
+ 'source!': [
+ 'app/content_main.cc',
+ ],
+ 'include_dirs': [
+ '<(SHARED_INTERMEDIATE_DIR)/content',
+ ],
+ 'dependencies': [
+ 'content.gyp:content_jni_headers',
+ ],
+ }],
],
}
« no previous file with comments | « content/browser/android/android_browser_process.cc ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698