| Index: chrome/chrome_browser_ui.gypi
|
| diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
|
| index 63a744a1ee46e4fc505f910a9af4723750d3cbde..6330269a60d709eaa1d4af70f3b1717b9beb78c1 100644
|
| --- a/chrome/chrome_browser_ui.gypi
|
| +++ b/chrome/chrome_browser_ui.gypi
|
| @@ -2551,7 +2551,6 @@
|
| '../device/bluetooth/bluetooth.gyp:device_bluetooth',
|
| '../media/media.gyp:media',
|
| '../net/net.gyp:net_with_v8',
|
| - '../printing/printing.gyp:printing',
|
| '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
|
| '../third_party/expat/expat.gyp:expat',
|
| '../third_party/hunspell/hunspell.gyp:hunspell',
|
| @@ -2589,6 +2588,11 @@
|
| ['include', '^browser/ui/profile_error_dialog\\.cc$'],
|
| ],
|
| }],
|
| + ['enable_printing!=0', {
|
| + 'dependencies': [
|
| + '../printing/printing.gyp:printing',
|
| + ],
|
| + }],
|
| ['OS!="ios" and chrome_multiple_dll!=1', {
|
| 'dependencies': [
|
| '../webkit/glue/webkit_glue.gyp:glue',
|
|
|