| Index: ppapi/ppapi_sources.gypi
|
| diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
|
| index 155da5ad00c11f1c7385f51b1bccc60cf691a5ac..8732de985faf454d4923d211b2cbf0fb2eeb5f21 100644
|
| --- a/ppapi/ppapi_sources.gypi
|
| +++ b/ppapi/ppapi_sources.gypi
|
| @@ -74,6 +74,7 @@
|
| 'c/dev/ppb_resource_array_dev.h',
|
| 'c/dev/ppb_scrollbar_dev.h',
|
| 'c/dev/ppb_testing_dev.h',
|
| + 'c/dev/ppb_touch_event_dev.h',
|
| 'c/dev/ppb_text_input_dev.h',
|
| 'c/dev/ppb_url_util_dev.h',
|
| 'c/dev/ppb_video_decoder_dev.h',
|
| @@ -227,6 +228,8 @@
|
| 'cpp/dev/selection_dev.h',
|
| 'cpp/dev/text_input_dev.cc',
|
| 'cpp/dev/text_input_dev.h',
|
| + 'cpp/dev/touch_event_dev.cc',
|
| + 'cpp/dev/touch_event_dev.h',
|
| 'cpp/dev/url_util_dev.cc',
|
| 'cpp/dev/url_util_dev.h',
|
| 'cpp/dev/video_capture_client_dev.cc',
|
|
|