| Index: ppapi/ppapi_tests.gypi
|
| diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi
|
| index 9edc419385688c7c3b88d82c7d16b9fbcc315c26..c1ae50b7d77b958e3ccaa300b667d10ba69c7296 100644
|
| --- a/ppapi/ppapi_tests.gypi
|
| +++ b/ppapi/ppapi_tests.gypi
|
| @@ -365,6 +365,16 @@
|
| ],
|
| },
|
| {
|
| + 'target_name': 'ppapi_example_url_loader_file',
|
| + 'dependencies': [
|
| + 'ppapi_example_skeleton',
|
| + 'ppapi.gyp:ppapi_cpp',
|
| + ],
|
| + 'sources': [
|
| + 'examples/url_loader/stream_to_file.cc',
|
| + ],
|
| + },
|
| + {
|
| 'target_name': 'ppapi_example_gles2',
|
| 'dependencies': [
|
| 'ppapi_example_skeleton',
|
|
|