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

Unified Diff: public/BUILD.gn

Issue 910973002: Make Blink test targets generally visible. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: blink_tests target Created 5 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/BUILD.gn
diff --git a/public/BUILD.gn b/public/BUILD.gn
index b5621ba3b124cd11e786188aa0332c430ae438e3..0e56d86042a8873b4653ffe9e537f6aa85b07649 100644
--- a/public/BUILD.gn
+++ b/public/BUILD.gn
@@ -68,6 +68,24 @@ group("all_blink") {
]
}
+group("blink_tests") {
+ testonly = true
+
+ deps = [
+ "//third_party/WebKit/Source/platform:heap_unittests",
+ "//third_party/WebKit/Source/platform:platform_unittests",
+ "//third_party/WebKit/Source/wtf:wtf_unittests",
+ ]
+
+ if (is_mac) {
+ # TODO(GYP): Re-enable this as soon as we can link Blink binaries on mac.
+ deps -= [
+ "//third_party/WebKit/Source/platform:heap_unittests",
+ "//third_party/WebKit/Source/platform:platform_unittests",
+ ]
+ }
+}
+
config("blink_headers_config") {
include_dirs = [ ".." ]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698