Commit 8d9e70bd authored by dmichael@chromium.org's avatar dmichael@chromium.org

PPAPI/NaCl: Fix IPC ppapi proxy build

Take files out of ppapi_proxy_untrusted.gyp that have been removed. Roll googleurl DEPS.

BUG=116317
TEST=

Review URL: https://chromiumcodereview.appspot.com/10382138

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137158 0039d316-1c4b-4281-b951-d872f2087c98
parent ef7d912e
......@@ -71,7 +71,7 @@ deps = {
"/trunk/deps/support@20411",
"src/googleurl":
(Var("googlecode_url") % "google-url") + "/trunk@174",
(Var("googlecode_url") % "google-url") + "/trunk@175",
"src/seccompsandbox":
(Var("googlecode_url") % "seccompsandbox") + "/trunk@178",
......
......@@ -243,7 +243,6 @@
'sources': [
'shared_impl/callback_tracker.cc',
'shared_impl/file_type_conversion.cc',
'shared_impl/function_group_base.cc',
'shared_impl/id_assignment.cc',
'shared_impl/platform_file.cc',
'shared_impl/ppapi_globals.cc',
......@@ -374,7 +373,6 @@
# 'proxy/ppb_tcp_server_socket_private_proxy.cc',
# 'proxy/ppb_tcp_socket_private_proxy.cc',
# 'proxy/ppb_testing_proxy.cc',
'proxy/ppb_text_input_proxy.cc',
# 'proxy/ppb_udp_socket_private_proxy.cc',
'proxy/ppb_url_loader_proxy.cc',
'proxy/ppb_url_response_info_proxy.cc',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment