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

Unified Diff: chrome/common/BUILD.gn

Issue 2458833005: Move printing defines to buildflag system. (Closed)
Patch Set: Missing file Created 4 years, 2 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: chrome/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index 345c5c54a35a9c352f054097d5bf0d478e9644b1..6907952ccc229cfe490f3035c5fef231547b03f6 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -219,6 +219,7 @@ static_library("common") {
"//mojo/public/cpp/bindings",
"//net",
"//ppapi/features",
+ "//printing/features",
"//skia",
"//third_party/icu",
"//third_party/kasko:kasko_features",
@@ -576,6 +577,7 @@ static_library("constants") {
public_deps = [
":features",
"//content/public/common:result_codes",
+ "//printing/features",
]
deps = [
":version_header",

Powered by Google App Engine
This is Rietveld 408576698