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

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

Issue 202058: WebSocket implementation in Chromium. (Closed)
Patch Set: update 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
« no previous file with comments | « webkit/tools/test_shell/test_shell.cc ('k') | webkit/webkit.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 'mock_webclipboard_impl.cc', 63 'mock_webclipboard_impl.cc',
64 'mock_webclipboard_impl.h', 64 'mock_webclipboard_impl.h',
65 'resource.h', 65 'resource.h',
66 'simple_appcache_system.cc', 66 'simple_appcache_system.cc',
67 'simple_appcache_system.h', 67 'simple_appcache_system.h',
68 'simple_clipboard_impl.cc', 68 'simple_clipboard_impl.cc',
69 'simple_database_system.cc', 69 'simple_database_system.cc',
70 'simple_database_system.h', 70 'simple_database_system.h',
71 'simple_resource_loader_bridge.cc', 71 'simple_resource_loader_bridge.cc',
72 'simple_resource_loader_bridge.h', 72 'simple_resource_loader_bridge.h',
73 'simple_socket_stream_bridge.cc',
74 'simple_socket_stream_bridge.h',
73 'test_navigation_controller.cc', 75 'test_navigation_controller.cc',
74 'test_navigation_controller.h', 76 'test_navigation_controller.h',
75 'test_shell.cc', 77 'test_shell.cc',
76 'test_shell.h', 78 'test_shell.h',
77 'test_shell_gtk.cc', 79 'test_shell_gtk.cc',
78 'test_shell_x11.cc', 80 'test_shell_x11.cc',
79 'test_shell_mac.mm', 81 'test_shell_mac.mm',
80 'test_shell_platform_delegate.h', 82 'test_shell_platform_delegate.h',
81 'test_shell_platform_delegate_gtk.cc', 83 'test_shell_platform_delegate_gtk.cc',
82 'test_shell_platform_delegate_mac.mm', 84 'test_shell_platform_delegate_mac.mm',
(...skipping 601 matching lines...) Expand 10 before | Expand all | Expand 10 after
684 ], 686 ],
685 }], 687 }],
686 ], 688 ],
687 } 689 }
688 690
689 # Local Variables: 691 # Local Variables:
690 # tab-width:2 692 # tab-width:2
691 # indent-tabs-mode:nil 693 # indent-tabs-mode:nil
692 # End: 694 # End:
693 # vim: set expandtab tabstop=2 shiftwidth=2: 695 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « webkit/tools/test_shell/test_shell.cc ('k') | webkit/webkit.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698