diff options
author | vitalybuka <vitalybuka@chromium.org> | 2014-11-05 15:47:15 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-11-05 23:47:41 +0000 |
commit | 93eea40972717ac4e0a649bd289fc9e946512c33 (patch) | |
tree | a96aa1380d6bdcccf227868b0d2c40e78b245241 /cloud_print/service | |
parent | 571a81f6650601f428cc25c4ec42a92cf031915a (diff) | |
download | chromium_src-93eea40972717ac4e0a649bd289fc9e946512c33.zip chromium_src-93eea40972717ac4e0a649bd289fc9e946512c33.tar.gz chromium_src-93eea40972717ac4e0a649bd289fc9e946512c33.tar.bz2 |
Renamed enable_printing and printing_mode in *.gyp* and .*gn* files.
enable_printing and printing_mode replaced with
enable_basic_printing and enable_print_preview.
BUG=430281
Review URL: https://codereview.chromium.org/702023002
Cr-Commit-Position: refs/heads/master@{#302905}
Diffstat (limited to 'cloud_print/service')
-rw-r--r-- | cloud_print/service/service.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloud_print/service/service.gyp b/cloud_print/service/service.gyp index 6fd20b8..fc680a8 100644 --- a/cloud_print/service/service.gyp +++ b/cloud_print/service/service.gyp @@ -88,7 +88,7 @@ }, }, }], - ['enable_printing!=0', { + ['enable_basic_printing==1 or enable_print_preview==1', { 'dependencies': [ '<(DEPTH)/printing/printing.gyp:printing', ], |