| Index: ppapi/ppapi_sources.gypi
|
| diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
|
| index f47d3f970c495fabac9c364131cf4a7b8f5d307f..4bbcbf0e9d76f0855ca707022e38099974419d91 100644
|
| --- a/ppapi/ppapi_sources.gypi
|
| +++ b/ppapi/ppapi_sources.gypi
|
| @@ -129,6 +129,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',
|
| @@ -359,6 +360,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',
|
| @@ -492,6 +495,8 @@
|
| 'tests/test_udp_socket.h',
|
| 'tests/test_udp_socket_private.cc',
|
| 'tests/test_udp_socket_private.h',
|
| + 'tests/test_uma.cc',
|
| + 'tests/test_uma.h',
|
| 'tests/test_url_loader.cc',
|
| 'tests/test_url_loader.h',
|
| 'tests/test_url_request.cc',
|
| @@ -566,8 +571,6 @@
|
| 'tests/test_talk_private.h',
|
| 'tests/test_tcp_socket_private_trusted.cc',
|
| 'tests/test_tcp_socket_private_trusted.h',
|
| - 'tests/test_uma.cc',
|
| - 'tests/test_uma.h',
|
| 'tests/test_url_util.cc',
|
| 'tests/test_url_util.h',
|
| 'tests/test_utils.cc',
|
|
|