| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 29efc23b4e42cc4238822b64d337ed506c33b319..23ccc63b6fd707e972febcce4ab92aa9a57b8d9c 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -63,6 +63,8 @@
|
| 'public/test/mock_special_storage_policy.h',
|
| 'public/test/mock_storage_client.cc',
|
| 'public/test/mock_storage_client.h',
|
| + 'public/test/ppapi_test_utils.cc',
|
| + 'public/test/ppapi_test_utils.h',
|
| 'public/test/render_view_test.cc',
|
| 'public/test/render_view_test.h',
|
| 'public/test/render_widget_test.cc',
|
| @@ -828,6 +830,7 @@
|
| 'conditions': [
|
| ['enable_plugins==0', {
|
| 'sources!': [
|
| + 'public/test/ppapi_test_utils.cc',
|
| 'test/ppapi_unittest.cc',
|
| ],
|
| }],
|
|
|