| Index: ppapi/ppapi_sources.gypi
|
| diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
|
| index 155da5ad00c11f1c7385f51b1bccc60cf691a5ac..b54c8e3a2c887a8ca0ef83c4399ca280cac0ad05 100644
|
| --- a/ppapi/ppapi_sources.gypi
|
| +++ b/ppapi/ppapi_sources.gypi
|
| @@ -40,6 +40,7 @@
|
| 'c/ppb_mouse_cursor.h',
|
| 'c/ppb_mouse_lock.h',
|
| 'c/ppb_opengles2.h',
|
| + 'c/pp_touch_point.h',
|
| 'c/ppb_url_loader.h',
|
| 'c/ppb_url_request_info.h',
|
| 'c/ppb_url_response_info.h',
|
| @@ -177,6 +178,7 @@
|
| 'cpp/resource.cc',
|
| 'cpp/resource.h',
|
| 'cpp/size.h',
|
| + 'cpp/touch_point.h',
|
| 'cpp/url_loader.cc',
|
| 'cpp/url_loader.h',
|
| 'cpp/url_request_info.cc',
|
|
|