Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(784)

Unified Diff: ppapi/ppapi_shared.gypi

Issue 8506016: Remove 'Flash' from TCP/UDP Pepper interfaces. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ppapi/ppapi_shared.gypi
diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi
index f74c88692847d4e8d727585b03883b8accf4c1db..5fbc021599bdb6d7d19ac671a48edfe12cd854f3 100644
--- a/ppapi/ppapi_shared.gypi
+++ b/ppapi/ppapi_shared.gypi
@@ -64,7 +64,7 @@
'shared_impl/ppp_instance_combined.cc',
'shared_impl/ppp_instance_combined.h',
# TODO(viettrungluu): Split this out; it won't be used in NaCl.
- 'shared_impl/private/flash_net_address_impl.cc',
+ 'shared_impl/private/net_address_impl.cc',
'shared_impl/proxy_lock.cc',
'shared_impl/proxy_lock.h',
'shared_impl/resource.cc',
@@ -131,10 +131,10 @@
'thunk/ppb_flash_menu_thunk.cc',
'thunk/ppb_flash_net_connector_api.h',
'thunk/ppb_flash_net_connector_thunk.cc',
- 'thunk/ppb_flash_tcp_socket_api.h',
- 'thunk/ppb_flash_tcp_socket_thunk.cc',
- 'thunk/ppb_flash_udp_socket_api.h',
- 'thunk/ppb_flash_udp_socket_thunk.cc',
+ 'thunk/ppb_tcp_socket_api.h',
yzshen1 2011/11/09 23:53:55 Sort, please.
Dmitry Polukhin 2011/11/10 15:10:11 Done.
+ 'thunk/ppb_tcp_socket_thunk.cc',
+ 'thunk/ppb_udp_socket_api.h',
+ 'thunk/ppb_udp_socket_thunk.cc',
'thunk/ppb_font_api.h',
'thunk/ppb_font_thunk.cc',
'thunk/ppb_fullscreen_thunk.cc',

Powered by Google App Engine
This is Rietveld 408576698