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

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: Don't exclude vector_canvas 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
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',
+ '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') | ui/ui.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698