Chromium Code Reviews| Index: ppapi/ppapi_sources.gypi |
| diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi |
| index 63df74678ff14a1cee7f3848c8c470c80298d507..f958a19dc659c94313b6f1dc8665c6092e500790 100644 |
| --- a/ppapi/ppapi_sources.gypi |
| +++ b/ppapi/ppapi_sources.gypi |
| @@ -97,6 +97,7 @@ |
| 'c/private/ppb_flash_net_connector.h', |
| 'c/private/ppb_flash_tcp_socket.h', |
| 'c/private/ppb_flash_udp_socket.h', |
| + 'c/private/ppb_flash_x509_certificate.h', |
| 'c/private/ppb_gpu_blacklist_private.h', |
| 'c/private/ppb_instance_private.h', |
| 'c/private/ppb_nacl_private.h', |
| @@ -256,6 +257,8 @@ |
| 'cpp/private/flash_message_loop.h', |
| 'cpp/private/flash_net_connector.cc', |
| 'cpp/private/flash_net_connector.h', |
| + 'cpp/private/flash_x509_certificate.h', |
|
yzshen1
2012/03/22 23:32:40
sort, please. (same for 403 and 404)
raymes
2012/03/26 16:05:57
Done.
|
| + 'cpp/private/flash_x509_certificate.cc', |
| 'cpp/private/host_resolver_private.cc', |
| 'cpp/private/host_resolver_private.h', |
| 'cpp/private/instance_private.cc', |
| @@ -397,6 +400,8 @@ |
| 'tests/test_flash_fullscreen.h', |
| 'tests/test_flash_message_loop.cc', |
| 'tests/test_flash_message_loop.h', |
| + 'tests/test_flash_x509_certificate.h', |
| + 'tests/test_flash_x509_certificate.cc', |
| 'tests/test_fullscreen.cc', |
| 'tests/test_fullscreen.h', |
| 'tests/test_graphics_2d.cc', |