Index: net/net.gyp |
diff --git a/net/net.gyp b/net/net.gyp |
index 6fa0f62c32244182412a8d5354ea448d08e02c1f..b251890e021fb3e184b02e2f8dc9b4b3a58e6e45 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,12 @@ |
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
'msvs_disabled_warnings': [4267, ], |
}], |
+ [ 'enable_websockets != 1', { |
+ # The websockets/ directory is not compiled in on iOS. |
rvargas (doing something else)
2014/08/28 17:59:30
nit: the comment seems unrelated to what the condi
Adam Rice
2014/08/29 17:24:19
I removed the comment. I'm confused about what the
rvargas (doing something else)
2014/08/29 18:27:16
Interesting. I think it should be 2 spaces and som
|
+ 'sources!': [ |
+ 'websockets/websocket_frame_perftest.cc', |
+ ], |
+ }], |
], |
}, |
{ |