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

Unified Diff: net/net.gyp

Issue 23614009: Rename websockets/*_unittest.cc to *_test.cc (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 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 a189432cdb5e4eb4cf19ccdca7f05f47ee440039..95c24ae354320e44c51415fb37a4f17f416e5638 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1858,14 +1858,14 @@
'url_request/url_request_unittest.cc',
'url_request/view_cache_helper_unittest.cc',
'websockets/websocket_channel_test.cc',
- 'websockets/websocket_errors_unittest.cc',
- 'websockets/websocket_frame_parser_unittest.cc',
- 'websockets/websocket_frame_unittest.cc',
- 'websockets/websocket_handshake_handler_unittest.cc',
- 'websockets/websocket_handshake_handler_spdy_unittest.cc',
- 'websockets/websocket_job_unittest.cc',
- 'websockets/websocket_net_log_params_unittest.cc',
- 'websockets/websocket_throttle_unittest.cc',
+ 'websockets/websocket_errors_test.cc',
+ 'websockets/websocket_frame_parser_test.cc',
+ 'websockets/websocket_frame_test.cc',
+ 'websockets/websocket_handshake_handler_test.cc',
+ 'websockets/websocket_handshake_handler_spdy_test.cc',
+ 'websockets/websocket_job_test.cc',
+ 'websockets/websocket_net_log_params_test.cc',
+ 'websockets/websocket_throttle_test.cc',
],
'conditions': [
['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', {
« 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