| Index: chrome/chrome_dll.gypi
|
| diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi
|
| index 6226c32ab59d9ae1f02bbb07fcaabdfd9d51745b..84a22fd6e747694e99f2a82c3896f34b95cd4246 100644
|
| --- a/chrome/chrome_dll.gypi
|
| +++ b/chrome/chrome_dll.gypi
|
| @@ -110,7 +110,6 @@
|
| 'chrome_version_resources',
|
| '../chrome/chrome_resources.gyp:chrome_unscaled_resources',
|
| '../crypto/crypto.gyp:crypto',
|
| - '../printing/printing.gyp:printing',
|
| '../net/net.gyp:net_resources',
|
| '../ui/views/views.gyp:views',
|
| '../webkit/webkit_resources.gyp:webkit_resources',
|
| @@ -214,6 +213,11 @@
|
| '<(allocator_target)',
|
| ],
|
| }],
|
| + ['enable_printing!=0', {
|
| + 'dependencies': [
|
| + '../printing/printing.gyp:printing',
|
| + ],
|
| + }],
|
| ]
|
| }],
|
| ['chrome_multiple_dll==1', {
|
|
|