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

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: Fix ordering in ui.gyp 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 18ecdeaa036c638bb63b5721eb7cf92ef479fd9c..7c4f4d1ef49fc9ac0e03aa10fd3a518e80a10b64 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -419,6 +419,13 @@
},
}],
['OS=="android"',{
+ 'sources!': [
+ 'common/find_match_rect_android.cc',
+ 'common/font_list_android.cc',
+ 'common/font_list.cc',
Charlie Reis 2013/08/28 23:33:24 nit: Swap lines 424 and 425. Also, are we really
Charlie Reis 2013/08/28 23:34:11 Same question for find_match_rect_android.cc, of c
+ '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