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}
diff --git a/components/resources/printing_resources.grdp b/components/resources/printing_resources.grdp
new file mode 100644
index 0000000..72137464
--- /dev/null
+++ b/components/resources/printing_resources.grdp
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<grit-part>
+ <if expr="enable_print_preview">
+ <include name="IDR_PRINT_PREVIEW_PAGE" file="../printing/resources/print_preview_page.html" flattenhtml="true" allowexternalscript="false" type="BINDATA" />
+ </if>
+</grit-part>