Chromium Code Reviews| Index: content/public/plugin/BUILD.gn |
| diff --git a/content/public/plugin/BUILD.gn b/content/public/plugin/BUILD.gn |
| index 059aea60ebde90b69dc745b093d184dd8a793019..9147cb89bd9ff9302a30449203d6a90e6d9e5b28 100644 |
| --- a/content/public/plugin/BUILD.gn |
| +++ b/content/public/plugin/BUILD.gn |
| @@ -6,4 +6,8 @@ source_set("plugin") { |
| sources = [ |
| "content_plugin_client.h", |
| ] |
| + |
| + deps = [ |
| + "//content/plugin", |
| + ] |
| } |