diff options
author | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-18 03:47:37 +0000 |
---|---|---|
committer | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-18 03:47:37 +0000 |
commit | 300ac331975c67c2a71c548b1da8bc6623fa8896 (patch) | |
tree | 7fb93562b2e0da353e25f0b40df902446ca39056 /components/autofill.gypi | |
parent | db49d76770c77cd6a4273ef38304b6ea394cb281 (diff) | |
download | chromium_src-300ac331975c67c2a71c548b1da8bc6623fa8896.zip chromium_src-300ac331975c67c2a71c548b1da8bc6623fa8896.tar.gz chromium_src-300ac331975c67c2a71c548b1da8bc6623fa8896.tar.bz2 |
Create top-level separate targets for browser and child dlls
The general idea is that there's top level targets chrome and chrome_child,
and corresponding content_app and content_app_child that depend on only
the subtargets that should be included in the appropriate dll.
Pull bluetooth_utils from bluetooth_device into separate common target
as it's referenced from chrome/common/extensions.
Currently (probably) Windows-only and requires setting chrome_multiple_dll=1
for gyp.
Links, but Blink is still included in browser.
Single-process mode is currently disabled when chrome_multiple_dll is set.
Current graph is at: http://commondatastorage.googleapis.com/chromelinkgraph/deps.html
generated by "python tools\win\split_link\graph_dependencies.py deps.html"
Remove the previous hacky-er attempt at this that was named "split dll".
TBR=jam@chromium.org
BUG=237249,256965
Review URL: https://codereview.chromium.org/17619005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212230 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/autofill.gypi')
-rw-r--r-- | components/autofill.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/autofill.gypi b/components/autofill.gypi index 5f4eac8..c956e33 100644 --- a/components/autofill.gypi +++ b/components/autofill.gypi @@ -33,7 +33,7 @@ '../base/base.gyp:base', '../content/content.gyp:content_common', '../ipc/ipc.gyp:ipc', - '../third_party/WebKit/public/blink.gyp:blink', + '../third_party/WebKit/public/blink.gyp:blink_minimal', '../ui/ui.gyp:ui', '../url/url.gyp:url_lib', ], |