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

Unified Diff: content/content.gyp

Issue 19502003: Cut some more dependencies from browser to child for multiple_dll mode (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
Index: content/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index f938e36f3ce16505468280ee1869aad2aa77699a..4234a0326988fbede4d852ad44524bdeaa980e93 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -112,7 +112,7 @@
'content_resources.gyp:content_resources',
],
'conditions': [
- ['OS != "ios"', {
+ ['OS != "ios" and chrome_multiple_dll != 1', {
'dependencies': [
'content_gpu',
'content_utility',
@@ -172,6 +172,7 @@
'content_gpu.gypi',
],
'dependencies': [
+ 'content_child',
'content_common',
],
},
@@ -225,6 +226,7 @@
'content_utility.gypi',
],
'dependencies': [
+ 'content_child',
'content_common',
],
},

Powered by Google App Engine
This is Rietveld 408576698