Index: ppapi/BUILD.gn |
diff --git a/ppapi/BUILD.gn b/ppapi/BUILD.gn |
index dc765157d12c40f8bde83ad68c2d784527ab2465..818736e1b0265e982e56176f92c74aaebe52be37 100644 |
--- a/ppapi/BUILD.gn |
+++ b/ppapi/BUILD.gn |
@@ -70,6 +70,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", |