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

Unified Diff: content/content_browser.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 | « components/sessions.gypi ('k') | content/content_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « components/sessions.gypi ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698