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

Unified Diff: chrome/chrome_browser_ui.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_extensions.gypi ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index ee61deec677403ec91ac557010e74dca09ff556e..70ae5f9325e4cef71a4c08f36337219b3975a3bf 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -2417,7 +2417,6 @@
'../webkit/common/webkit_common.gyp:webkit_common',
'../webkit/storage_browser.gyp:webkit_storage_browser',
'../webkit/storage_common.gyp:webkit_storage_common',
- '../webkit/support/webkit_support.gyp:glue',
'../webkit/webkit_resources.gyp:webkit_resources',
],
'defines': [
@@ -2441,6 +2440,11 @@
['include', '^browser/ui/profile_error_dialog\\.cc$'],
],
}],
+ ['OS!="ios" and chrome_multiple_dll!=1', {
+ 'dependencies': [
+ '../webkit/support/webkit_support.gyp:glue',
+ ],
+ }],
['OS == "android"', {
'dependencies': [
'../third_party/openssl/openssl.gyp:openssl',
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698