| Index: ppapi/BUILD.gn
|
| diff --git a/ppapi/BUILD.gn b/ppapi/BUILD.gn
|
| index 2cb57c693eae7f8bd632cbca978c19ab012bc244..0433407f6607dac50e2087dbbf1af50cde1ecec6 100644
|
| --- a/ppapi/BUILD.gn
|
| +++ b/ppapi/BUILD.gn
|
| @@ -773,4 +773,27 @@ component("ppapi_host") {
|
| ]
|
| }
|
|
|
| +static_library("ppapi_unittest_shared") {
|
| + sources = [
|
| + "proxy/ppapi_proxy_test.cc",
|
| + "proxy/ppapi_proxy_test.h",
|
| + "proxy/resource_message_test_sink.cc",
|
| + "proxy/resource_message_test_sink.h",
|
| + "shared_impl/test_globals.cc",
|
| + "shared_impl/test_globals.h",
|
| + "shared_impl/unittest_utils.cc",
|
| + "shared_impl/unittest_utils.h",
|
| + ]
|
| +
|
| + deps = [
|
| + ":ppapi_proxy",
|
| + ":ppapi_shared",
|
| + "//base/test:test_support",
|
| + "//ipc",
|
| + "//ipc:test_support",
|
| + "//testing/gmock",
|
| + "//testing/gtest",
|
| + ]
|
| +}
|
| +
|
| # TODO(GYP) other targets from ppapi_tests.gyp
|
|
|