| Index: ppapi/ppapi_tests.gypi
|
| diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi
|
| index df51b73c85aa6ac7a4523db4d67df1454047d6b6..d7bf04766a0178b6970b85908e42b20975f0f9e6 100644
|
| --- a/ppapi/ppapi_tests.gypi
|
| +++ b/ppapi/ppapi_tests.gypi
|
| @@ -83,6 +83,7 @@
|
| # ],
|
| },
|
| {
|
| + # GN version: //ppapi:ppapi_unittest_shared
|
| 'target_name': 'ppapi_unittest_shared',
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| @@ -95,6 +96,7 @@
|
| '../testing/gtest.gyp:gtest',
|
| ],
|
| 'sources': [
|
| + # Note: sources list duplicated in GN build.
|
| 'proxy/ppapi_proxy_test.cc',
|
| 'proxy/ppapi_proxy_test.h',
|
| 'proxy/resource_message_test_sink.cc',
|
|
|