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

Unified Diff: components/printing/test/BUILD.gn

Issue 1295233003: Sync GN tests with GYP build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@test_fix
Patch Set: Created 5 years, 4 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
« no previous file with comments | « components/printing/renderer/BUILD.gn ('k') | crypto/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/printing/test/BUILD.gn
diff --git a/components/printing/test/BUILD.gn b/components/printing/test/BUILD.gn
index 963e5e4a8398d4fd43f02c03f339d5026722e75f..53ac366a8d96e29dc5a683b3e03ae6073100f7c3 100644
--- a/components/printing/test/BUILD.gn
+++ b/components/printing/test/BUILD.gn
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-static_library("printing_test_support") {
+source_set("test_support") {
testonly = true
sources = [
@@ -15,7 +15,8 @@ static_library("printing_test_support") {
]
deps = [
- "//components/printing/renderer:printing_renderer",
+ "//components/printing/renderer",
+ "//skia",
"//testing/gtest",
]
}
« no previous file with comments | « components/printing/renderer/BUILD.gn ('k') | crypto/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698