Index: chrome/chrome_common.gypi |
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi |
index eb1c2f9ed38e1830876c6d4c7c705ba52f373d8b..ba3330f5781e717479e65eaf327d423dc8619a1d 100644 |
--- a/chrome/chrome_common.gypi |
+++ b/chrome/chrome_common.gypi |
@@ -532,7 +532,6 @@ |
'<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
'<(DEPTH)/third_party/re2/re2.gyp:re2', |
'<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', |
- '<(DEPTH)/webkit/support/webkit_support.gyp:glue', |
], |
}, { # OS == ios |
'sources/': [ |
@@ -567,6 +566,11 @@ |
'<(DEPTH)/breakpad/src', |
], |
}], |
+ ['OS!="ios" and chrome_multiple_dll!=1', { |
+ 'dependencies': [ |
+ '<(DEPTH)/webkit/support/webkit_support.gyp:glue', |
+ ], |
+ }], |
['OS=="android"', { |
'sources/': [ |
['exclude', '^common/chrome_version_info_posix.cc'], |