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

Unified Diff: trunk/src/content/content.gyp

Issue 14882004: Revert 198834 "Add chrome_split_dll gyp variable, and duplicate ..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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: trunk/src/content/content.gyp
===================================================================
--- trunk/src/content/content.gyp (revision 198835)
+++ trunk/src/content/content.gyp (working copy)
@@ -64,7 +64,7 @@
'content_common',
],
'conditions': [
- ['OS != "ios" and chrome_split_dll != 1', {
+ ['OS != "ios"', {
'dependencies': [
'content_gpu',
'content_plugin',
@@ -99,17 +99,12 @@
'content_resources.gyp:content_resources',
],
'conditions': [
- ['OS != "ios" and chrome_split_dll != 1', {
+ ['OS != "ios"', {
'dependencies': [
'content_gpu',
'content_renderer',
],
}],
- ['chrome_split_dll', {
- 'dependencies': [
- 'content_gpu',
- ],
- }],
],
},
{

Powered by Google App Engine
This is Rietveld 408576698