| Index: ppapi/ppapi_cpp.gypi
|
| diff --git a/ppapi/ppapi_cpp.gypi b/ppapi/ppapi_cpp.gypi
|
| index 6b04efc5d1dc41ab34f3dee12e9e46620d36bc05..74dc1f6a7ce25be944f95340040f0ec031b67719 100644
|
| --- a/ppapi/ppapi_cpp.gypi
|
| +++ b/ppapi/ppapi_cpp.gypi
|
| @@ -102,8 +102,9 @@
|
|
|
| # Trusted interfaces.
|
| 'c/trusted/ppb_audio_trusted.h',
|
| - 'c/trusted/ppb_image_data_trusted.h',
|
| 'c/trusted/ppb_broker_trusted.h',
|
| + 'c/trusted/ppb_buffer_trusted.h',
|
| + 'c/trusted/ppb_image_data_trusted.h',
|
| 'c/trusted/ppb_url_loader_trusted.h',
|
| 'c/trusted/ppp_broker.h',
|
| ],
|
|
|