| Index: ppapi/ppapi_sources.gypi
|
| diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
|
| index f68c7f98d717a33ed1f448512e5831f3001b2bb1..84b354dbdbb9d9df4675d05747493759e3ca7fb3 100644
|
| --- a/ppapi/ppapi_sources.gypi
|
| +++ b/ppapi/ppapi_sources.gypi
|
| @@ -41,6 +41,7 @@
|
| 'c/ppb_url_request_info.h',
|
| 'c/ppb_url_response_info.h',
|
| 'c/ppb_var.h',
|
| + 'c/ppb_view.h',
|
| 'c/ppp.h',
|
| 'c/ppp_graphics_3d.h',
|
| 'c/ppp_input_event.h',
|
| @@ -169,6 +170,8 @@
|
| 'cpp/url_response_info.h',
|
| 'cpp/var.cc',
|
| 'cpp/var.h',
|
| + 'cpp/view.cc',
|
| + 'cpp/view.h',
|
|
|
| # Dev interfaces.
|
| 'cpp/dev/audio_input_dev.cc',
|
|
|