summaryrefslogtreecommitdiffstats
path: root/components/printing.gypi
diff options
context:
space:
mode:
authordgn <dgn@chromium.org>2015-01-28 09:44:16 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-28 17:45:58 +0000
commit7cf873680f76a1f6190f64e3819b51dd64e31574 (patch)
tree5734324e584c92b865aa9a041c6d92ad81b5cc62 /components/printing.gypi
parent155761f5775bf744f1600ce7a518767d24853117 (diff)
downloadchromium_src-7cf873680f76a1f6190f64e3819b51dd64e31574.zip
chromium_src-7cf873680f76a1f6190f64e3819b51dd64e31574.tar.gz
chromium_src-7cf873680f76a1f6190f64e3819b51dd64e31574.tar.bz2
Generate the print messages in components/printing
Adds a new file to //printing to hold the enums to be included during the IPC generation. This allows to use them in more than one generator at the time. BUG=311308 Review URL: https://codereview.chromium.org/857053002 Cr-Commit-Position: refs/heads/master@{#313540}
Diffstat (limited to 'components/printing.gypi')
-rw-r--r--components/printing.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/printing.gypi b/components/printing.gypi
index 442df52..bdc9da4 100644
--- a/components/printing.gypi
+++ b/components/printing.gypi
@@ -16,6 +16,7 @@
'<(DEPTH)/ui/gfx/gfx.gyp:gfx',
],
'sources': [
+ "printing/common/printing_param_traits_macros.h",
"printing/common/print_messages.cc",
"printing/common/print_messages.h",
],