| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index d427a10006a13c69c57d9b405040647680190203..b2dad99854aae92cf0e1475d0120e2c1ea59884c 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -251,7 +251,6 @@
|
| '../jingle/jingle.gyp:jingle_unittests',
|
| '../media/media.gyp:media_unittests',
|
| '../ppapi/ppapi_internal.gyp:ppapi_unittests',
|
| - '../printing/printing.gyp:printing_unittests',
|
| '../remoting/remoting.gyp:remoting_unittests',
|
| '../sync/sync.gyp:sync_unit_tests',
|
| '../third_party/WebKit/public/all.gyp:all_blink',
|
| @@ -350,6 +349,11 @@
|
| '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
|
| ],
|
| }],
|
| + ['enable_printing!=0', {
|
| + 'dependencies': [
|
| + '../printing/printing.gyp:printing_unittests',
|
| + ],
|
| + }],
|
| ],
|
| }, # target_name: chromium_builder_tests
|
| {
|
|
|