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

Side by Side Diff: webkit/tools/test_shell/test_shell.gyp

Issue 243108: Enable WebSocket in test_shell (Closed)
Patch Set: add +net/socket_stream in webkit/DEPS Created 11 years, 2 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 unified diff | Download patch
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'test_shell_windows_resource_files': [ 8 'test_shell_windows_resource_files': [
9 'resources/test_shell.rc', 9 'resources/test_shell.rc',
10 'resources/pan_east.cur', 10 'resources/pan_east.cur',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 'mock_webclipboard_impl.cc', 67 'mock_webclipboard_impl.cc',
68 'mock_webclipboard_impl.h', 68 'mock_webclipboard_impl.h',
69 'resource.h', 69 'resource.h',
70 'simple_appcache_system.cc', 70 'simple_appcache_system.cc',
71 'simple_appcache_system.h', 71 'simple_appcache_system.h',
72 'simple_clipboard_impl.cc', 72 'simple_clipboard_impl.cc',
73 'simple_database_system.cc', 73 'simple_database_system.cc',
74 'simple_database_system.h', 74 'simple_database_system.h',
75 'simple_resource_loader_bridge.cc', 75 'simple_resource_loader_bridge.cc',
76 'simple_resource_loader_bridge.h', 76 'simple_resource_loader_bridge.h',
77 'simple_socket_stream_bridge.cc',
78 'simple_socket_stream_bridge.h',
77 'test_navigation_controller.cc', 79 'test_navigation_controller.cc',
78 'test_navigation_controller.h', 80 'test_navigation_controller.h',
79 'test_shell.cc', 81 'test_shell.cc',
80 'test_shell.h', 82 'test_shell.h',
81 'test_shell_gtk.cc', 83 'test_shell_gtk.cc',
82 'test_shell_x11.cc', 84 'test_shell_x11.cc',
83 'test_shell_mac.mm', 85 'test_shell_mac.mm',
84 'test_shell_platform_delegate.h', 86 'test_shell_platform_delegate.h',
85 'test_shell_platform_delegate_gtk.cc', 87 'test_shell_platform_delegate_gtk.cc',
86 'test_shell_platform_delegate_mac.mm', 88 'test_shell_platform_delegate_mac.mm',
(...skipping 601 matching lines...) Expand 10 before | Expand all | Expand 10 after
688 ], 690 ],
689 }], 691 }],
690 ], 692 ],
691 } 693 }
692 694
693 # Local Variables: 695 # Local Variables:
694 # tab-width:2 696 # tab-width:2
695 # indent-tabs-mode:nil 697 # indent-tabs-mode:nil
696 # End: 698 # End:
697 # vim: set expandtab tabstop=2 shiftwidth=2: 699 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « webkit/tools/test_shell/simple_socket_stream_bridge.cc ('k') | webkit/tools/test_shell/test_shell_webkit_init.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698