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

Unified Diff: components/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 | « chrome/utility/printing_handler.cc ('k') | components/printing/common/print_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index debccc773ab08d19fc6c236f9e93a6c986e9e9ea..a5914eb515868c34f42cab04a0bd768039930b22 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -4,6 +4,7 @@
import("//build/config/features.gni")
import("//build/config/ui.gni")
+import("//printing/features/features.gni")
import("//testing/test.gni")
import("//tools/grit/repack.gni")
@@ -412,6 +413,7 @@ if (!is_ios) {
"//device/geolocation",
"//ipc:test_support",
"//net:test_support",
+ "//printing/features",
"//services/service_manager/public/cpp",
"//testing/gmock",
"//testing/gtest",
« no previous file with comments | « chrome/utility/printing_handler.cc ('k') | components/printing/common/print_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698