| Index: ppapi/ppapi_shared.gypi
|
| diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi
|
| index 123ef37d31c202ef13781151493e967489598067..25d0228c85ba5e90ae6d286c1f6f174dc2fb0567 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',
|
|
|