Chromium Code Reviews| Index: ppapi/BUILD.gn |
| diff --git a/ppapi/BUILD.gn b/ppapi/BUILD.gn |
| index 80285f244045dec7be1cf7e11ade122fc03541b9..d3ed9aa40aefe630fad8d8a0749ea7e2a1aa44d8 100644 |
| --- a/ppapi/BUILD.gn |
| +++ b/ppapi/BUILD.gn |
| @@ -67,6 +67,18 @@ shared_library("power_saver_test_plugin") { |
| ] |
| } |
| +shared_library("blink_test_plugin") { |
| + sources = [ |
| + "tests/blink_test_plugin.cc", |
| + ] |
| + |
| + deps = [ |
| + "//build/config/sanitizers:deps", |
| + "//ppapi/cpp", |
| + "//ppapi/shared_impl", |
| + ] |
| +} |
| + |
| test("ppapi_unittests") { |
| sources = [ |
| "host/resource_message_filter_unittest.cc", |