Index: printing/BUILD.gn |
diff --git a/printing/BUILD.gn b/printing/BUILD.gn |
index d035801419310612bfe216ce94d81632b5cf9998..04d790207824f0f5a0d24edc3ba5c5465ec1cc83 100644 |
--- a/printing/BUILD.gn |
+++ b/printing/BUILD.gn |
@@ -187,6 +187,15 @@ component("printing") { |
} |
} |
+# TODO(GYP): Delete this after we've converted everything to GN. |
+# The _run targets exist only for compatibility w/ GYP. |
+group("printing_unittests_run") { |
+ testonly = true |
+ deps = [ |
+ ":printing_unittests", |
+ ] |
+} |
+ |
test("printing_unittests") { |
sources = [ |
"emf_win_unittest.cc", |