| Index: ppapi/ppapi_tests.gypi
|
| diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi
|
| index 1f889b44eb33f98d66ae8ee04656704ed200b2f0..08bcf5c3060ffcbb3e89b44cc4e927d5540fa408 100644
|
| --- a/ppapi/ppapi_tests.gypi
|
| +++ b/ppapi/ppapi_tests.gypi
|
| @@ -297,6 +297,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',
|
|
|