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.gypi

Issue 2249005: AppCache: Use a dedicated thread for the disk cache. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Bound to IO thread Created 10 years, 6 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'test_shell_windows_resource_files': [ 7 'test_shell_windows_resource_files': [
8 'resources/test_shell.rc', 8 'resources/test_shell.rc',
9 'resources/pan_east.cur', 9 'resources/pan_east.cur',
10 'resources/pan_middle.cur', 10 'resources/pan_middle.cur',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 'test_shell_gtk.cc', 87 'test_shell_gtk.cc',
88 'test_shell_x11.cc', 88 'test_shell_x11.cc',
89 'test_shell_mac.mm', 89 'test_shell_mac.mm',
90 'test_shell_platform_delegate.h', 90 'test_shell_platform_delegate.h',
91 'test_shell_platform_delegate_gtk.cc', 91 'test_shell_platform_delegate_gtk.cc',
92 'test_shell_platform_delegate_mac.mm', 92 'test_shell_platform_delegate_mac.mm',
93 'test_shell_platform_delegate_win.cc', 93 'test_shell_platform_delegate_win.cc',
94 'test_shell_switches.cc', 94 'test_shell_switches.cc',
95 'test_shell_switches.h', 95 'test_shell_switches.h',
96 'test_shell_win.cc', 96 'test_shell_win.cc',
97 'test_shell_webkit_init.cc',
97 'test_shell_webkit_init.h', 98 'test_shell_webkit_init.h',
98 'test_shell_webthemecontrol.h', 99 'test_shell_webthemecontrol.h',
99 'test_shell_webthemecontrol.cc', 100 'test_shell_webthemecontrol.cc',
100 'test_shell_webthemeengine.h', 101 'test_shell_webthemeengine.h',
101 'test_shell_webthemeengine.cc', 102 'test_shell_webthemeengine.cc',
102 'test_web_worker.h', 103 'test_web_worker.h',
103 'test_webview_delegate.cc', 104 'test_webview_delegate.cc',
104 'test_webview_delegate.h', 105 'test_webview_delegate.h',
105 'test_webview_delegate_gtk.cc', 106 'test_webview_delegate_gtk.cc',
106 'test_webview_delegate_win.cc', 107 'test_webview_delegate_win.cc',
(...skipping 682 matching lines...) Expand 10 before | Expand all | Expand 10 after
789 ], 790 ],
790 }], 791 }],
791 ], 792 ],
792 } 793 }
793 794
794 # Local Variables: 795 # Local Variables:
795 # tab-width:2 796 # tab-width:2
796 # indent-tabs-mode:nil 797 # indent-tabs-mode:nil
797 # End: 798 # End:
798 # vim: set expandtab tabstop=2 shiftwidth=2: 799 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « webkit/tools/test_shell/simple_resource_loader_bridge.cc ('k') | webkit/tools/test_shell/test_shell_request_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698