Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12320)

Unified Diff: components/printing/common/BUILD.gn

Issue 857053002: Generate the print messages in components/printing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved the traits macro to components/printing Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/printing/common/BUILD.gn
diff --git a/components/printing/common/BUILD.gn b/components/printing/common/BUILD.gn
index 311007288bcb2d02f073e2f7133bea29ce0744bc..d56e4e2b80f6bae0e5abbbb945b134cf98c8173e 100644
--- a/components/printing/common/BUILD.gn
+++ b/components/printing/common/BUILD.gn
@@ -6,6 +6,7 @@ static_library("printing_common") {
sources = [
"print_messages.cc",
"print_messages.h",
+ "printing_param_traits_macros.h",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698