Index: content/content_browser.gypi |
diff --git a/content/content_browser.gypi b/content/content_browser.gypi |
index a985d0be7fbda5ef5a4f5b5e52a23783b0f51ef1..32fe8e982b425b54d6979f497242d05222cb9490 100644 |
--- a/content/content_browser.gypi |
+++ b/content/content_browser.gypi |
@@ -1195,7 +1195,6 @@ |
'../net/net.gyp:http_server', |
'../printing/printing.gyp:printing', |
'../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
- '../third_party/WebKit/public/blink.gyp:blink', |
'../ui/surface/surface.gyp:surface', |
'../webkit/common/webkit_common.gyp:webkit_common', |
'../webkit/storage_browser.gyp:webkit_storage_browser', |
@@ -1204,6 +1203,11 @@ |
'../webkit/webkit_resources.gyp:webkit_strings', |
], |
}], |
+ ['OS!="ios" and chrome_multiple_dll!=1', { |
+ 'dependencies': [ |
+ '../third_party/WebKit/public/blink.gyp:blink', |
+ ], |
+ }], |
['OS!="mac" and OS!="ios"', { |
'dependencies': [ |
'../sandbox/sandbox.gyp:sandbox', |