Index: ppapi/ppapi_tests.gypi |
diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi |
index d5dcd9545ec2e441334c9ab0c6ab72f290546cc5..989188aabb073e5829135528b3f63095efb19c93 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', |