summaryrefslogtreecommitdiffstats
path: root/components/components.gyp
diff options
context:
space:
mode:
authordgn <dgn@chromium.org>2015-01-13 10:13:07 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-13 18:14:48 +0000
commit445b5974445aa9a0f8afc87214f9dff090d5255c (patch)
tree318fead70b2289c088af7e16b144ea14472967b5 /components/components.gyp
parent8d4511585ca0bba6364a53dcf6c2e2b5c4015d49 (diff)
downloadchromium_src-445b5974445aa9a0f8afc87214f9dff090d5255c.zip
chromium_src-445b5974445aa9a0f8afc87214f9dff090d5255c.tar.gz
chromium_src-445b5974445aa9a0f8afc87214f9dff090d5255c.tar.bz2
Moving files from //chrome to //components/printing
Other changes: - Modifying #includes and .gypi to target the new paths - Modifying DEPS files to allow the new paths - New gn, gypi, DEPS and OWNERS files for the new //components/printing BUG=444883 Review URL: https://codereview.chromium.org/811563008 Cr-Commit-Position: refs/heads/master@{#311293}
Diffstat (limited to 'components/components.gyp')
-rw-r--r--components/components.gyp7
1 files changed, 7 insertions, 0 deletions
diff --git a/components/components.gyp b/components/components.gyp
index 6d3fb3e..0972d45 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -140,6 +140,13 @@
'webdata_services.gypi',
],
}],
+ ['android_webview_build == 0 and OS != "ios"', {
+ 'includes': [
+ # TODO(dgn) move it to a condition based on whether print is enabled
+ # once the duplicates have been removed from webview.
+ 'printing.gypi',
+ ],
+ }],
['enable_plugins==1', {
'includes': [
'pdf.gypi',