| Index: ppapi/ppapi_sources.gypi
|
| diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
|
| index 536f8f3a2a921c8cebe61293c9fe6128ae05f432..153ff6fff172051bfa32b3fd581b4459be228abd 100644
|
| --- a/ppapi/ppapi_sources.gypi
|
| +++ b/ppapi/ppapi_sources.gypi
|
| @@ -110,6 +110,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_x509_certificate_private.h',
|
|
|
| # Deprecated interfaces.
|
| 'c/dev/deprecated_bool.h',
|
| @@ -276,6 +277,8 @@
|
| 'cpp/private/udp_socket_private.h',
|
| 'cpp/private/var_private.cc',
|
| 'cpp/private/var_private.h',
|
| + 'cpp/private/x509_certificate_private.cc',
|
| + 'cpp/private/x509_certificate_private.h',
|
|
|
| # Trusted interfaces.
|
| 'cpp/trusted/browser_font_trusted.cc',
|
| @@ -444,6 +447,8 @@
|
| 'tests/test_video_decoder.h',
|
| 'tests/test_websocket.cc',
|
| 'tests/test_websocket.h',
|
| + 'tests/test_x509_certificate_private.cc',
|
| + 'tests/test_x509_certificate_private.h',
|
|
|
| # Deprecated test cases.
|
| 'tests/test_instance_deprecated.cc',
|
|
|