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 |