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

Unified Diff: content/content.gyp

Issue 14794004: Add chrome_split_dll gyp variable, and duplicate chrome_main_dll target (reland) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: browser in condition Created 7 years, 7 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 f7902796b29e3a0f3ae0477f60b289d28e7308ce..ef4a0873fabaff5d728368cb9220f9c6a9d0d080 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -64,7 +64,7 @@
'content_common',
],
'conditions': [
- ['OS != "ios"', {
+ ['OS != "ios" and chrome_split_dll != 1', {
'dependencies': [
'content_gpu',
'content_plugin',
@@ -99,12 +99,17 @@
'content_resources.gyp:content_resources',
],
'conditions': [
- ['OS != "ios"', {
+ ['OS != "ios" and chrome_split_dll != 1', {
'dependencies': [
'content_gpu',
'content_renderer',
],
}],
+ ['chrome_split_dll', {
+ 'dependencies': [
+ 'content_gpu',
+ ],
+ }],
],
},
{
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/public/app/content_main_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698