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

Unified Diff: content/content.gyp

Issue 11948003: Add content_renderer and content_gpu to the dependency list of content_browser (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix ios Created 7 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index 52cfdf376ff88f3c0f0519dde7ba64ed4baf40eb..1b9184fbcba86e196c0a680bd2f23472b87cf4fb 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -88,7 +88,16 @@
'content_browser.gypi',
],
'dependencies': [
- 'content_common', 'content_resources.gyp:content_resources',
+ 'content_common',
+ 'content_resources.gyp:content_resources',
+ ],
+ 'conditions': [
+ ['OS != "ios"', {
+ 'dependencies': [
+ 'content_gpu',
+ 'content_renderer',
+ ],
+ }],
],
},
{
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698