| Index: blimp/net/BUILD.gn
|
| diff --git a/blimp/net/BUILD.gn b/blimp/net/BUILD.gn
|
| index 16017b0c3483eb6f43119327084ee76053fe3fb6..57c01e5359dcf57ce7dc337f0262d24361267384 100644
|
| --- a/blimp/net/BUILD.gn
|
| +++ b/blimp/net/BUILD.gn
|
| @@ -69,6 +69,7 @@ component("blimp_net") {
|
| "//blimp/common:blimp_common",
|
| "//blimp/common/proto",
|
| "//net",
|
| + "//third_party/WebKit/public:blink_headers",
|
| "//third_party/zlib",
|
| "//ui/base/ime:text_input_types",
|
| ]
|
| @@ -125,5 +126,6 @@ source_set("unit_tests") {
|
| "//net:test_support",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
| + "//third_party/WebKit/public:blink_headers",
|
| ]
|
| }
|
|
|