Index: ppapi/ppapi_tests.gypi |
diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi |
index 37b6440a73cb150c718c2a53d99cbf3df9e0aa2e..41e51c102378d02aa0df4bb551c73e944000bb57 100644 |
--- a/ppapi/ppapi_tests.gypi |
+++ b/ppapi/ppapi_tests.gypi |
@@ -312,6 +312,16 @@ |
], |
}, |
{ |
+ 'target_name': 'ppapi_example_ime', |
+ 'dependencies': [ |
+ 'ppapi_example_skeleton', |
+ 'ppapi.gyp:ppapi_cpp', |
+ ], |
+ 'sources': [ |
+ 'examples/ime/ime.cc', |
+ ], |
+ }, |
+ { |
'target_name': 'ppapi_example_paint_manager', |
'dependencies': [ |
'ppapi_example_skeleton', |