| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 93791e195085b5bb5544832f736df988097b104c..10007c4d718136e3b9447dcdbb1f634441515428 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',
|
| @@ -831,6 +833,7 @@
|
| 'conditions': [
|
| ['enable_plugins==0', {
|
| 'sources!': [
|
| + 'public/test/ppapi_test_utils.cc',
|
| 'test/ppapi_unittest.cc',
|
| ],
|
| }],
|
|
|