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

Unified Diff: chrome/chrome_common.gypi

Issue 19784010: cut a bunch of dependencies from browser->blink when in chrome_multiple_dll (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | components/sessions.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'],
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | components/sessions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698