Index: public/BUILD.gn |
diff --git a/public/BUILD.gn b/public/BUILD.gn |
index 0994cb11b3bfe41c995cce1cbf60bf0b50e84101..468d0693a18a0193bddb8cfddabaefea4dac7e83 100644 |
--- a/public/BUILD.gn |
+++ b/public/BUILD.gn |
@@ -43,19 +43,11 @@ group("all_blink") { |
testonly = true |
deps = [ |
- ":blink_tests", |
"//third_party/WebKit/Source/core", |
"//third_party/WebKit/Source/modules", |
- "//third_party/WebKit/Source/web", |
- ] |
-} |
- |
-group("blink_tests") { |
- testonly = true |
- |
- deps = [ |
"//third_party/WebKit/Source/platform:heap_unittests", |
"//third_party/WebKit/Source/platform:platform_unittests", |
+ "//third_party/WebKit/Source/web", |
"//third_party/WebKit/Source/web:webkit_unit_tests", |
"//third_party/WebKit/Source/wtf:wtf_unittests", |
] |