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

Unified Diff: chrome/test/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/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 4b3d579fb92b74bdc38a69e1827b6eda145b11fd..0975189b39304112a1a0ca115ee1238c908abbf0 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -123,6 +123,7 @@ static_library("test_support") {
"//content/test:test_support",
"//net",
"//net:test_support",
+ "//printing/features",
"//skia",
"//sql",
"//sql:test_support",
@@ -1230,6 +1231,7 @@ test("browser_tests") {
":test_support",
"//base",
"//components/sync:test_support_model",
+ "//printing/features",
]
data_deps = []

Powered by Google App Engine
This is Rietveld 408576698