| Index: chrome/chrome_browser_chromeos.gypi
|
| diff --git a/chrome/chrome_browser_chromeos.gypi b/chrome/chrome_browser_chromeos.gypi
|
| index e40cc74c37199b63854638678c7bc074cfaeb6bd..09b468e71d5bed5105a6fcf53432ebc9c1b03fb2 100644
|
| --- a/chrome/chrome_browser_chromeos.gypi
|
| +++ b/chrome/chrome_browser_chromeos.gypi
|
| @@ -64,7 +64,6 @@
|
| '../media/media.gyp:media',
|
| '../net/net.gyp:net',
|
| '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin
|
| - '../printing/printing.gyp:printing',
|
| '../skia/skia.gyp:skia',
|
| '../sync/sync.gyp:sync',
|
| '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
|
| @@ -962,6 +961,11 @@
|
| ['include', '^browser/chromeos/status/memory_menu_button.h'],
|
| ],
|
| }],
|
| + ['enable_printing != 0', {
|
| + 'dependencies': [
|
| + '../printing/printing.gyp:printing',
|
| + ],
|
| + }],
|
| ],
|
| },
|
| {
|
|
|