summaryrefslogtreecommitdiffstats
path: root/ppapi/ppapi_shared.gypi
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-10 17:23:57 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-10 17:23:57 +0000
commit0346023c3a4180f8cf67d4e825beb87bdbd98f73 (patch)
tree333733068c017be1aa53e0af945c0a0cecc6318d /ppapi/ppapi_shared.gypi
parentcf58c966ebdca1fcf2adbbe4a2f5bad875a8382a (diff)
downloadchromium_src-0346023c3a4180f8cf67d4e825beb87bdbd98f73.zip
chromium_src-0346023c3a4180f8cf67d4e825beb87bdbd98f73.tar.gz
chromium_src-0346023c3a4180f8cf67d4e825beb87bdbd98f73.tar.bz2
Convert URLUtil to the thunk system.
This removes some duplicate code between the proxy and the impl. Review URL: http://codereview.chromium.org/8159012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104741 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/ppapi_shared.gypi')
-rw-r--r--ppapi/ppapi_shared.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi
index a072284..b7bc00c 100644
--- a/ppapi/ppapi_shared.gypi
+++ b/ppapi/ppapi_shared.gypi
@@ -163,6 +163,7 @@
'thunk/ppb_url_request_info_thunk.cc',
'thunk/ppb_url_response_info_api.h',
'thunk/ppb_url_response_info_thunk.cc',
+ 'thunk/ppb_url_util_thunk.cc',
'thunk/ppb_video_capture_api.h',
'thunk/ppb_video_capture_thunk.cc',
'thunk/ppb_video_decoder_api.h',