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

Unified Diff: content/content_browser.gypi

Issue 6598053: P2P Sockets host implementation. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: - Created 9 years, 10 months 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
« no previous file with comments | « content/common/p2p_sockets.h ('k') | content/content_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 2650e104adb1fb46ec9e79254e5828118287c8f7..6bc18b5b5da63db5a4dabd362d89c205c0460301 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -8,8 +8,7 @@
'target_name': 'content_browser',
'type': '<(library)',
'dependencies': [
- # Don't include now since it's empty and so will cause a linker error.
- #'content_common',
+ 'content_common',
'../app/app.gyp:app_resources',
'../ppapi/ppapi.gyp:ppapi_proxy',
'../skia/skia.gyp:skia',
@@ -205,6 +204,14 @@
'browser/renderer_host/pepper_file_message_filter.h',
'browser/renderer_host/pepper_message_filter.cc',
'browser/renderer_host/pepper_message_filter.h',
+ 'browser/renderer_host/p2p_socket_host.cc',
+ 'browser/renderer_host/p2p_socket_host.h',
+ 'browser/renderer_host/p2p_socket_host_posix.cc',
+ 'browser/renderer_host/p2p_socket_host_posix.h',
+ 'browser/renderer_host/p2p_socket_host_win.cc',
+ 'browser/renderer_host/p2p_socket_host_win.h',
+ 'browser/renderer_host/p2p_sockets_host.cc',
+ 'browser/renderer_host/p2p_sockets_host.h',
'browser/renderer_host/redirect_to_file_resource_handler.cc',
'browser/renderer_host/redirect_to_file_resource_handler.h',
'browser/renderer_host/render_message_filter.cc',
« no previous file with comments | « content/common/p2p_sockets.h ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698