summaryrefslogtreecommitdiffstats
path: root/components/components.gyp
diff options
context:
space:
mode:
authordgn <dgn@chromium.org>2015-02-03 02:38:44 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-03 10:39:36 +0000
commit2fa98a5958ad5ecb86484acbeed3a05326647d4a (patch)
tree7aa7146cd6d895f6eb3d8d677f14cef995ec16fe /components/components.gyp
parent1069b7c12046e5e4bd6b607b4543db3c5cfab036 (diff)
downloadchromium_src-2fa98a5958ad5ecb86484acbeed3a05326647d4a.zip
chromium_src-2fa98a5958ad5ecb86484acbeed3a05326647d4a.tar.gz
chromium_src-2fa98a5958ad5ecb86484acbeed3a05326647d4a.tar.bz2
Refactor webview to use //components/printing
Some printing related //android_webview were copied over from //chrome. Now that the ones in //chrome can move to a component, webview should also use these files. Depends on https://codereview.chromium.org/811563008/ BUG=444883, 311308 Review URL: https://codereview.chromium.org/822133003 Cr-Commit-Position: refs/heads/master@{#314307}
Diffstat (limited to 'components/components.gyp')
-rw-r--r--components/components.gyp4
1 files changed, 1 insertions, 3 deletions
diff --git a/components/components.gyp b/components/components.gyp
index 1eb533c..e5714dd 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -140,10 +140,8 @@
'webdata_services.gypi',
],
}],
- ['android_webview_build == 0 and OS != "ios"', {
+ ['enable_basic_printing==1 or enable_print_preview==1', {
'includes': [
- # TODO(dgn) move it to a condition based on whether print is enabled
- # once the duplicates have been removed from webview.
'printing.gypi',
],
}],