Chromium Code Reviews| Index: content/content_child.gypi |
| diff --git a/content/content_child.gypi b/content/content_child.gypi |
| index ffca557f39bebfd94970137d2e7c59952ef4a6a8..72d48b1d4f0ac6afb08c40f507ced7e550cbf661 100644 |
| --- a/content/content_child.gypi |
| +++ b/content/content_child.gypi |
| @@ -6,6 +6,7 @@ |
| 'dependencies': [ |
| '../base/base.gyp:base', |
| '../components/tracing.gyp:tracing', |
| + '../skia/skia.gyp:skia', |
| '../ui/ui.gyp:ui', |
| '../url/url.gyp:url_lib', |
| ], |
| @@ -130,6 +131,12 @@ |
| '../build/android/cpufeatures.gypi', |
| ], |
| }], |
| + ['enable_plugins==1', { |
| + 'sources': [ |
| + 'child/browser_font_resource_trusted.cc', |
|
yzshen1
2013/07/25 17:21:08
[nit] now that we have child/npapi, does it make
jam
2013/07/25 17:23:23
let's wait until we have a bunch of pepper files f
scottmg
2013/07/25 17:39:49
ok, i'll leave it here for now then.
|
| + 'child/browser_font_resource_trusted.h', |
| + ], |
| + }], |
| ['OS=="ios"', { |
| 'sources/': [ |
| # iOS only needs a small portion of content; exclude all the |