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

Unified Diff: content/content_child.gypi

Issue 20214004: move BrowserFontResource_Trusted to content/child (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 5 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/child/browser_font_resource_trusted.cc ('k') | content/ppapi_plugin/ppapi_thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
+ 'child/browser_font_resource_trusted.h',
+ ],
+ }],
['OS=="ios"', {
'sources/': [
# iOS only needs a small portion of content; exclude all the
« no previous file with comments | « content/child/browser_font_resource_trusted.cc ('k') | content/ppapi_plugin/ppapi_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698