Index: ppapi/ppapi_shared_proxy.gypi |
=================================================================== |
--- ppapi/ppapi_shared_proxy.gypi (revision 78289) |
+++ ppapi/ppapi_shared_proxy.gypi (working copy) |
@@ -22,6 +22,8 @@ |
'shared_impl/char_set_impl.h', |
'shared_impl/image_data_impl.cc', |
'shared_impl/image_data_impl.h', |
+ 'shared_impl/url_util_impl.cc', |
+ 'shared_impl/url_util_impl.h', |
], |
'conditions': [ |
['OS=="win"', { |
@@ -131,6 +133,8 @@ |
'proxy/ppb_url_request_info_proxy.h', |
'proxy/ppb_url_response_info_proxy.cc', |
'proxy/ppb_url_response_info_proxy.h', |
+ 'proxy/ppb_url_util_proxy.cc', |
+ 'proxy/ppb_url_util_proxy.h', |
'proxy/ppb_var_deprecated_proxy.cc', |
'proxy/ppb_var_deprecated_proxy.h', |
'proxy/ppp_class_proxy.cc', |