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

Unified Diff: components/resources/BUILD.gn

Issue 2458833005: Move printing defines to buildflag system. (Closed)
Patch Set: Merge Created 4 years, 1 month 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
« no previous file with comments | « components/renderer_context_menu/context_menu_content_type.cc ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/resources/BUILD.gn
diff --git a/components/resources/BUILD.gn b/components/resources/BUILD.gn
index 93d9f9ae0f584943603b60a04d74b2c6a92a44c8..4384ea21b7306cdd910c8d835e4224313eb51760 100644
--- a/components/resources/BUILD.gn
+++ b/components/resources/BUILD.gn
@@ -2,6 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//printing/features/features.gni")
import("//tools/grit/grit_rule.gni")
import("//third_party/brotli/brotli.gni")
@@ -30,6 +31,7 @@ grit("components_resources") {
"-E",
"about_credits_file=" + rebase_path(about_credits_file_bro, root_build_dir),
]
+ defines = [ "enable_print_preview=$enable_print_preview" ]
deps = [
":compressed_about_credits",
« no previous file with comments | « components/renderer_context_menu/context_menu_content_type.cc ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698