summaryrefslogtreecommitdiffstats
path: root/build/all.gyp
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2016-01-14 11:30:03 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-14 19:30:50 +0000
commit9b14c590e296463faefd60cee87b31469d2e3b38 (patch)
tree7dbcc9ef6cfc8bc55dc81a7ddfa043a913c0f7db /build/all.gyp
parentc8059bad0abac7f27ea09225bae2a8c7f4c74f51 (diff)
downloadchromium_src-9b14c590e296463faefd60cee87b31469d2e3b38.zip
chromium_src-9b14c590e296463faefd60cee87b31469d2e3b38.tar.gz
chromium_src-9b14c590e296463faefd60cee87b31469d2e3b38.tar.bz2
Mark printing code as basic printing and/or print preview code.
Review URL: https://codereview.chromium.org/1556463003 Cr-Commit-Position: refs/heads/master@{#369502}
Diffstat (limited to 'build/all.gyp')
-rw-r--r--build/all.gyp17
1 files changed, 10 insertions, 7 deletions
diff --git a/build/all.gyp b/build/all.gyp
index 9d5eb88..441ec34 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -71,6 +71,11 @@
'../ui/base/ui_base_tests.gyp:ui_base_unittests',
'../ui/gfx/gfx_tests.gyp:gfx_unittests',
],
+ }, { # 'OS!="ios"
+ 'dependencies': [
+ '../device/bluetooth/bluetooth.gyp:*',
+ '../device/device_tests.gyp:*',
+ ],
}],
['OS=="android"', {
'dependencies': [
@@ -134,7 +139,6 @@
'../ppapi/ppapi.gyp:*',
'../ppapi/ppapi_internal.gyp:*',
'../ppapi/tools/ppapi_tools.gyp:*',
- '../printing/printing.gyp:*',
'../skia/skia.gyp:*',
'../sync/tools/sync_tools.gyp:*',
'../third_party/WebKit/public/all.gyp:*',
@@ -160,12 +164,6 @@
'<(libjpeg_gyp_path):*',
],
}],
- ['OS!="ios"', {
- 'dependencies': [
- '../device/bluetooth/bluetooth.gyp:*',
- '../device/device_tests.gyp:*',
- ],
- }],
['use_openssl==0 and OS=="ios"', {
'dependencies': [
'../third_party/nss/nss.gyp:*',
@@ -294,6 +292,11 @@
'../third_party/openh264/openh264.gyp:*',
],
}],
+ ['enable_basic_printing==1 or enable_print_preview==1', {
+ 'dependencies': [
+ '../printing/printing.gyp:*',
+ ],
+ }],
],
}, # target_name: All
{