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

Unified Diff: Source/web/BUILD.gn

Issue 1285413007: Unify geometry test printers in a test support target. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: PrintTo instead of operator<< 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 | « Source/platform/testing/GeometryPrinters.cpp ('k') | Source/web/tests/FloatPointTestHelpers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/BUILD.gn
diff --git a/Source/web/BUILD.gn b/Source/web/BUILD.gn
index 0dd917297b0d97c6446770fbeca812738bb4141a..3442625c3ad1c9f9e74496fe4759ef84c36acc88 100644
--- a/Source/web/BUILD.gn
+++ b/Source/web/BUILD.gn
@@ -54,6 +54,7 @@ component("web") {
"//testing/gtest",
"//third_party/WebKit/Source/core:testing",
"//third_party/WebKit/Source/modules:modules_testing",
+ "//third_party/WebKit/Source/platform:test_support",
"//third_party/WebKit/Source/wtf:test_support",
]
@@ -118,6 +119,7 @@ if (!is_mac) {
"//content/test:test_support",
"//testing/gmock",
"//testing/gtest",
+ "//third_party/WebKit/Source/platform:test_support",
"//third_party/WebKit/Source/wtf:test_support",
"//third_party/libwebp",
"//third_party/zlib",
« no previous file with comments | « Source/platform/testing/GeometryPrinters.cpp ('k') | Source/web/tests/FloatPointTestHelpers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698