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

Unified Diff: net/net.gyp

Issue 502353002: Move WebSocket masking benchmarks to net_perftests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix indentation in net.gyp. Created 6 years, 4 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 | « no previous file | net/websockets/README » ('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 6fa0f62c32244182412a8d5354ea448d08e02c1f..741872a2af8fd54b4ceb0d117963d2a57f5d37ab 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -851,6 +851,7 @@
'cookies/cookie_monster_perftest.cc',
'disk_cache/blockfile/disk_cache_perftest.cc',
'proxy/proxy_resolver_perftest.cc',
+ 'websockets/websocket_frame_perftest.cc',
],
'conditions': [
[ 'use_v8_in_net==1', {
@@ -876,6 +877,11 @@
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
'msvs_disabled_warnings': [4267, ],
}],
+ [ 'enable_websockets != 1', {
+ 'sources!': [
+ 'websockets/websocket_frame_perftest.cc',
+ ],
+ }],
],
},
{
« no previous file with comments | « no previous file | net/websockets/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698