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

Unified Diff: content/content_common.gypi

Issue 23978005: Fix build breakage on chrome-for-tv (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 3 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_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 8cecf7429826e067cdb500c3b1f03b6190f31dae..412cff504ae54bc51a6cbf665750f8cab7e2d01b 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -172,6 +172,7 @@
'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',
@@ -434,10 +435,6 @@
},
}],
['OS=="android"',{
- 'sources!': [
- 'common/font_list.cc',
- 'common/sandbox_util.cc',
- ],
'link_settings': {
'libraries': [
'-landroid', # ANativeWindow
@@ -484,6 +481,8 @@
],
}, { # enable_plugins == 0
'sources!': [
+ 'common/font_list.cc',
+ 'common/sandbox_util.cc',
jam 2013/09/10 15:36:35 nit: order
kjyoun 2013/09/10 22:49:35 Done.
'common/pepper_plugin_list.cc',
'common/pepper_plugin_list.h',
],
« no previous file with comments | « content/common/font_list_android.cc ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698