| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 19f26731c7809e2f62b502b22fba37b23178b892..1a9f71acf309671ca0002718148d044a27974c06 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -2359,7 +2359,7 @@
|
| '../media/media.gyp:clearkeycdmadapter',
|
| ],
|
| }],
|
| - ['enable_printing!=1', {
|
| + ['printing_mode<2', {
|
| 'sources/': [
|
| ['exclude', '^browser/extensions/api/cloud_print_private/cloud_print_private_apitest.cc'],
|
| ['exclude', '^browser/printing/cloud_print/test/.*'],
|
| @@ -2372,7 +2372,7 @@
|
| ['exclude', '^test/data/webui/print_preview.js'],
|
| ],
|
| }],
|
| - ['enable_printing==0', {
|
| + ['printing_mode==0', {
|
| 'sources/': [
|
| ['exclude', '^renderer/printing/print_web_view_helper_browsertest.cc'],
|
| ],
|
| @@ -2728,7 +2728,7 @@
|
| '../ui/views/views.gyp:views',
|
| ],
|
| }],
|
| - ['enable_printing!=0', {
|
| + ['printing_mode!=0', {
|
| 'dependencies': [
|
| '../printing/printing.gyp:printing',
|
| ],
|
|
|