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

Unified Diff: chrome/browser/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/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index d9e0de941c90f540b672d67de9322d0689ab4bbc..f93e07faeb17b9c1dcebd0a4c972d9521303f8b4 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -11,6 +11,7 @@ import("//chrome/common/features.gni")
import("//components/os_crypt/features.gni")
import("//media/media_options.gni")
import("//ppapi/features/features.gni")
+import("//printing/features/features.gni")
import("//third_party/protobuf/proto_library.gni")
# //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which
@@ -1435,6 +1436,7 @@ split_static_library("browser") {
"//mojo/public/js",
"//net:extras",
"//net:net_with_v8",
+ "//printing/features",
"//services/service_manager/public/cpp",
"//skia",
"//sql",

Powered by Google App Engine
This is Rietveld 408576698