| Index: ppapi/ppapi_shared.gypi
|
| diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi
|
| index 2e8ca9f840a55803f40bff68d7ecc6baebc4f45a..aa4a11e556801ca6a769a4ef87c23969c4e9f30a 100644
|
| --- a/ppapi/ppapi_shared.gypi
|
| +++ b/ppapi/ppapi_shared.gypi
|
| @@ -72,8 +72,6 @@
|
| 'shared_impl/ppb_opengles2_shared.h',
|
| 'shared_impl/ppb_resource_array_shared.cc',
|
| 'shared_impl/ppb_resource_array_shared.h',
|
| - 'shared_impl/ppb_url_request_info_shared.cc',
|
| - 'shared_impl/ppb_url_request_info_shared.h',
|
| 'shared_impl/ppb_url_util_shared.cc',
|
| 'shared_impl/ppb_url_util_shared.h',
|
| 'shared_impl/ppb_var_shared.cc',
|
| @@ -101,6 +99,8 @@
|
| 'shared_impl/time_conversion.h',
|
| 'shared_impl/tracked_callback.cc',
|
| 'shared_impl/tracked_callback.h',
|
| + 'shared_impl/url_request_info_data.cc',
|
| + 'shared_impl/url_request_info_data.h',
|
| 'shared_impl/var.cc',
|
| 'shared_impl/var.h',
|
| 'shared_impl/var_tracker.cc',
|
|
|