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

Unified Diff: content/browser/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
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 9a4898e47944b2b453716e145930b9d3c6e634b7..03646fa11c1730a6d6f7ee98c5e79bd9dae208fb 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -5,6 +5,7 @@
import("//build/config/features.gni")
import("//build/config/ui.gni")
import("//media/media_options.gni")
+import("//printing/features/features.gni")
import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
source_set("browser") {
@@ -92,6 +93,7 @@ source_set("browser") {
"//net:extras",
"//net:http_server",
"//ppapi/features",
+ "//printing/features",
"//services/device:lib",
"//services/device/public/cpp",
"//services/file:lib",
« no previous file with comments | « components/resources/BUILD.gn ('k') | content/browser/renderer_host/pepper/pepper_print_settings_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698