Chromium Code Reviews| Index: public/BUILD.gn |
| diff --git a/public/BUILD.gn b/public/BUILD.gn |
| index fb92488439eeb6c39cb7c008f5b0b2a703b33e6c..7525f281a828de456522c693643621da7563ba8b 100644 |
| --- a/public/BUILD.gn |
| +++ b/public/BUILD.gn |
| @@ -7,7 +7,9 @@ if (!is_android) { |
| group("all_blink") { |
| deps = [ |
| "//third_party/WebKit/Source/core", |
| + "//third_party/WebKit/Source/modules", |
| "//third_party/WebKit/Source/platform", |
| + "//third_party/WebKit/Source/web", |
| "//third_party/WebKit/Source/wtf:wtf_unittests", |
| ] |
| } |