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', |
], |