Index: public/BUILD.gn |
diff --git a/public/BUILD.gn b/public/BUILD.gn |
index af17d0d7647006694bf7547dc6157516576f74e4..41d2bac558fed94c40d62420423b2309f2a38a81 100644 |
--- a/public/BUILD.gn |
+++ b/public/BUILD.gn |
@@ -2,6 +2,14 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
+group("all_blink") { |
+ deps = [ |
+ "//third_party/WebKit/Source/core", |
+ "//third_party/WebKit/Source/platform", |
+ "//third_party/WebKit/Source/wtf:wtf_unittests", |
+ ] |
+} |
+ |
config("blink_headers_config") { |
include_dirs = [ ".." ] |
} |