| Index: ppapi/BUILD.gn
|
| diff --git a/ppapi/BUILD.gn b/ppapi/BUILD.gn
|
| index 726577e09daf1650a4ecef607a629fd1cb729e1a..07b5877bf3130eb7260a5f05e8545bf786ec8d37 100644
|
| --- a/ppapi/BUILD.gn
|
| +++ b/ppapi/BUILD.gn
|
| @@ -44,6 +44,18 @@ shared_library("ppapi_tests") {
|
| ]
|
| }
|
|
|
| +shared_library("power_saver_test_plugin") {
|
| + sources = [
|
| + "tests/power_saver_test_plugin.cc",
|
| + "tests/test_utils.cc",
|
| + ]
|
| +
|
| + deps = [
|
| + "//ppapi/cpp",
|
| + "//ppapi/shared_impl",
|
| + ]
|
| +}
|
| +
|
| test("ppapi_unittests") {
|
| sources = [
|
| "host/resource_message_filter_unittest.cc",
|
|
|