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

Unified Diff: content/content_browser.gypi

Issue 9271028: android build: progress on content and libjingle. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: simplify conditional to make work on non-Android Created 8 years, 11 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/common/np_channel_base.h ('k') | content/content_renderer.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 c7d65befa1538c4b81029fc0ce3339d9924aa658..ab5dc870e75e97b17d5b5de453ca660cd67ad626 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -743,6 +743,12 @@
'../dbus/dbus.gyp:dbus',
],
}],
+ ['OS=="android"', {
+ 'sources!': [
+ # A main loop would be handled in Java.
+ 'browser/browser_main_loop.cc',
+ 'browser/browser_main_loop.h',
+ ]}],
['OS=="mac"', {
'sources': [
# Build necessary Mozilla sources
« no previous file with comments | « content/common/np_channel_base.h ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698