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

Unified Diff: components/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: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 1f68ae95ed7a2f6d31ee674ca29ed20f49f70352..7c444ba4ee302971f95aa21aee2d260d4a99bcec 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")
@@ -410,6 +411,7 @@ if (!is_ios) {
"//device/geolocation",
"//ipc:test_support",
"//net:test_support",
+ "//printing/features",
"//services/service_manager/public/cpp",
"//testing/gmock",
"//testing/gtest",

Powered by Google App Engine
This is Rietveld 408576698