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

Unified Diff: chrome/common/extensions/api/api.gyp

Issue 10827390: Implement chrome.socket.bind/listen/accept for TCP server socket. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove need to bind before calling listen. Created 8 years, 3 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
Index: chrome/common/extensions/api/api.gyp
diff --git a/chrome/common/extensions/api/api.gyp b/chrome/common/extensions/api/api.gyp
index 9640a91668949ac4a4abea8cafd2fbd0cec8fc34..71d7859d617d58d538c1e78c267657c8c57e7cef 100644
--- a/chrome/common/extensions/api/api.gyp
+++ b/chrome/common/extensions/api/api.gyp
@@ -51,6 +51,7 @@
'experimental_idltest.idl',
'experimental_media_galleries.idl',
'experimental_push_messaging.idl',
+ 'experimental_socket.idl',
'experimental_system_info_cpu.idl',
'experimental_system_info_storage.idl',
'experimental_usb.idl',

Powered by Google App Engine
This is Rietveld 408576698