Index: public/BUILD.gn |
diff --git a/public/BUILD.gn b/public/BUILD.gn |
index 5165ce6addbb1f1291f6423f7b20077b4f709959..bd439b2fece4932ffcf85064c87a5407da68d996 100644 |
--- a/public/BUILD.gn |
+++ b/public/BUILD.gn |
@@ -38,6 +38,8 @@ group("all_blink") { |
deps = [ |
"//third_party/WebKit/Source/core", |
"//third_party/WebKit/Source/modules", |
+ "//third_party/WebKit/Source/platform:heap_unittests", |
+ "//third_party/WebKit/Source/platform:platform_unittests", |
"//third_party/WebKit/Source/web", |
"//third_party/WebKit/Source/wtf:wtf_unittests", |
] |