| Index: ppapi/ppapi_tests.gypi
|
| diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi
|
| index c5f2aa805ea5e0d6b7fa215ff56c28519c8fdd46..08e661e06416ef8570a8c9ef6d0a921e48cc16af 100644
|
| --- a/ppapi/ppapi_tests.gypi
|
| +++ b/ppapi/ppapi_tests.gypi
|
| @@ -313,6 +313,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',
|
|
|