From 445b5974445aa9a0f8afc87214f9dff090d5255c Mon Sep 17 00:00:00 2001 From: dgn Date: Tue, 13 Jan 2015 10:13:07 -0800 Subject: 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} --- components/components.gyp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'components/components.gyp') 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', -- cgit v1.1