| Index: ppapi/ppapi_sources.gypi
|
| diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
|
| index 78450d15fe38fe817bfa922e0d4e928e022f76a1..2a9461daf346e4cc274ae4ab81600f30e8a8fc42 100644
|
| --- a/ppapi/ppapi_sources.gypi
|
| +++ b/ppapi/ppapi_sources.gypi
|
| @@ -125,6 +125,7 @@
|
| 'c/private/ppb_tcp_server_socket_private.h',
|
| 'c/private/ppb_tcp_socket_private.h',
|
| 'c/private/ppb_udp_socket_private.h',
|
| + 'c/private/ppb_uma_private.h',
|
| 'c/private/ppb_video_destination_private.h',
|
| 'c/private/ppb_video_source_private.h',
|
| 'c/private/ppb_x509_certificate_private.h',
|
| @@ -341,6 +342,8 @@
|
| 'cpp/private/tcp_socket_private.h',
|
| 'cpp/private/udp_socket_private.cc',
|
| 'cpp/private/udp_socket_private.h',
|
| + 'cpp/private/uma_private.cc',
|
| + 'cpp/private/uma_private.h',
|
| 'cpp/private/var_private.cc',
|
| 'cpp/private/var_private.h',
|
| 'cpp/private/video_destination_private.cc',
|
|
|