Chromium Code Reviews| Index: content/shell/BUILD.gn |
| diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn |
| index 9178ec825e0b2745b44adb43f42937385088ae51..e72cc8f1880c2a98243ed109135ef1afd7fed1d6 100644 |
| --- a/content/shell/BUILD.gn |
| +++ b/content/shell/BUILD.gn |
| @@ -237,7 +237,10 @@ static_library("content_shell_lib") { |
| #'copy_test_netscape_plugin', TODO(GYP) |
| ] |
| if (enable_plugins) { |
| - deps += [ "//content/ppapi_plugin" ] |
| + deps += [ |
| + "//content/ppapi_plugin", |
| + "//ppapi:blink_test_plugin", |
| + ] |
| } |
| if (is_win) { |