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

Unified Diff: content/content_common.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/content_browser.gypi ('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_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 409a9d87b27f131a78d75a1cc5bc09668686c276..631bd74e7958b7a8392fa1c00e46310e1e68d1bf 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -167,15 +167,12 @@
'common/file_utilities_messages.h',
'common/fileapi/file_system_messages.h',
'common/fileapi/webblob_messages.h',
- 'common/find_match_rect_android.cc',
- 'common/find_match_rect_android.h',
'common/font_cache_dispatcher_win.cc',
'common/font_cache_dispatcher_win.h',
'common/font_config_ipc_linux.cc',
'common/font_config_ipc_linux.h',
'common/font_list.cc',
'common/font_list.h',
- 'common/font_list_android.cc',
'common/font_list_mac.mm',
'common/font_list_pango.cc',
'common/font_list_win.cc',
@@ -426,6 +423,11 @@
},
}],
['OS=="android"',{
+ 'sources!': [
+ 'common/font_list.cc',
+ 'common/sandbox_util.cc',
+ 'public/common/child_process_host_delegate.cc',
+ ],
'link_settings': {
'libraries': [
'-landroid', # ANativeWindow
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698