Index: ppapi/ppapi_tests.gypi |
diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi |
index a400e98b016fb8fdef974aaf2ce33c2104934d98..46969bf245f83cded578f6d088091db9579682f8 100644 |
--- a/ppapi/ppapi_tests.gypi |
+++ b/ppapi/ppapi_tests.gypi |
@@ -351,6 +351,16 @@ |
], |
}, |
{ |
+ 'target_name': 'ppapi_example_scaling', |
+ 'dependencies': [ |
+ 'ppapi_example_skeleton', |
+ 'ppapi.gyp:ppapi_cpp', |
+ ], |
+ 'sources': [ |
+ 'examples/scaling/scaling.cc', |
+ ], |
+ }, |
+ { |
'target_name': 'ppapi_example_scroll', |
'dependencies': [ |
'ppapi_example_skeleton', |