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

Unified Diff: net/net.gyp

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/BUILD.gn ('k') | net/net_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 5fc0f3720f44a5faa6e390cc75d6981d70baebec..acd2a8543b746b3202449af63a23088500cd871a 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -277,6 +277,9 @@
'sources': [
'<@(net_websockets_test_sources)',
],
+ 'defines': [
+ 'ENABLE_WEBSOCKETS',
+ ],
'dependencies': [
'http_server',
],
« no previous file with comments | « net/BUILD.gn ('k') | net/net_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698