Index: ppapi/ppapi_tests.gypi |
diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi |
index 4f439bafa42d0636c6b525cb0ba5becb68e812d5..bb7c54d797a1d36b7a8fdfe220a6a3cc53921246 100644 |
--- a/ppapi/ppapi_tests.gypi |
+++ b/ppapi/ppapi_tests.gypi |
@@ -520,5 +520,15 @@ |
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
'msvs_disabled_warnings': [ 4267, ], |
}, |
+ { |
+ 'target_name': 'ppapi_example_extensions', |
+ 'dependencies': [ |
+ 'ppapi_example_skeleton', |
+ 'ppapi.gyp:ppapi_cpp', |
+ ], |
+ 'sources': [ |
+ 'examples/extensions/extensions.cc', |
+ ], |
+ }, |
], |
} |