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

Unified Diff: net/net_common.gypi

Issue 2082603002: Introduce an 'ENABLE_WEBSOCKETS' define in //net. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@hsts
Patch Set: URLRequestJobManager Created 4 years, 6 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 | « net/net.gyp ('k') | net/url_request/url_request_http_job_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net_common.gypi
diff --git a/net/net_common.gypi b/net/net_common.gypi
index 47c86fc09e705b7dd2be56aadcecff69c9cd1c7b..9f9124455c671f434171719a2a5768fddb49523e 100644
--- a/net/net_common.gypi
+++ b/net/net_common.gypi
@@ -212,6 +212,7 @@
],
}],
[ 'enable_websockets == 1', {
+ 'defines': ['ENABLE_WEBSOCKETS'],
'sources': ['<@(net_websockets_sources)']
}],
[ 'enable_mdns != 1', {
« no previous file with comments | « net/net.gyp ('k') | net/url_request/url_request_http_job_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698