Index: ppapi/BUILD.gn |
diff --git a/ppapi/BUILD.gn b/ppapi/BUILD.gn |
index e41fa3553e63b52b00d43cabdc08053fc8985fd8..790a8091550b34d17b792d02b1655fc24717ff6a 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", |