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

Unified Diff: content/content_browser.gypi

Issue 23030005: Android: exclude dead code from android build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes for build breakage Created 7 years, 4 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/font_list_android.cc ('k') | content/content_common.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 01b33f1405d73cb443d4f9264e8ba5bd99dc8ad3..fb13b132c5f932eee994a2099360bb96a6e9d8fa 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -1386,6 +1386,15 @@
['include', '^browser/speech/speech_recognizer\\.h$'],
['include', '^browser/speech/speech_recognizer_impl_android\\.(cc|h)$'],
],
+ 'sources!': [
+ 'browser/browser_ipc_logging.cc',
+ 'browser/font_list_async.cc',
+ 'browser/geolocation/device_data_provider.cc',
+ 'browser/geolocation/empty_device_data_provider.cc',
+ 'browser/geolocation/wifi_data_provider_common.cc',
+ 'browser/renderer_host/input/tap_suppression_controller.cc',
+ 'browser/renderer_host/native_web_keyboard_event.cc',
+ ]
}, { # OS!="android"
'sources/': [
['exclude', '^browser/renderer_host/java/'],
« no previous file with comments | « content/common/font_list_android.cc ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698