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

Side by Side Diff: webkit/support/webkit_support.gypi

Issue 2749020: Adding a way to mock WebURLLoader in webkit_support.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' 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
« no previous file with comments | « webkit/support/webkit_support.cc ('k') | webkit/support/weburl_loader_mock.h » ('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) 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 13 matching lines...) Expand all
24 'platform_support.h', 24 'platform_support.h',
25 'platform_support_gtk.cc', 25 'platform_support_gtk.cc',
26 'platform_support_mac.mm', 26 'platform_support_mac.mm',
27 'platform_support_win.cc', 27 'platform_support_win.cc',
28 'test_webkit_client.cc', 28 'test_webkit_client.cc',
29 'test_webkit_client.h', 29 'test_webkit_client.h',
30 'test_webplugin_page_delegate.h', 30 'test_webplugin_page_delegate.h',
31 'webkit_support.cc', 31 'webkit_support.cc',
32 'webkit_support.h', 32 'webkit_support.h',
33 'webkit_support_glue.cc', 33 'webkit_support_glue.cc',
34 'weburl_loader_mock.cc',
35 'weburl_loader_mock.h',
36 'weburl_loader_mock_factory.cc',
37 'weburl_loader_mock_factory.h',
34 # TODO(tkent): Move the following files to here. 38 # TODO(tkent): Move the following files to here.
35 '<(DEPTH)/webkit/tools/test_shell/mac/DumpRenderTreePasteboard.h', 39 '<(DEPTH)/webkit/tools/test_shell/mac/DumpRenderTreePasteboard.h',
36 '<(DEPTH)/webkit/tools/test_shell/mac/DumpRenderTreePasteboard.m', 40 '<(DEPTH)/webkit/tools/test_shell/mac/DumpRenderTreePasteboard.m',
37 '<(DEPTH)/webkit/tools/test_shell/mock_webclipboard_impl.cc', 41 '<(DEPTH)/webkit/tools/test_shell/mock_webclipboard_impl.cc',
38 '<(DEPTH)/webkit/tools/test_shell/mock_webclipboard_impl.h', 42 '<(DEPTH)/webkit/tools/test_shell/mock_webclipboard_impl.h',
39 '<(DEPTH)/webkit/tools/test_shell/simple_appcache_system.cc', 43 '<(DEPTH)/webkit/tools/test_shell/simple_appcache_system.cc',
40 '<(DEPTH)/webkit/tools/test_shell/simple_appcache_system.h', 44 '<(DEPTH)/webkit/tools/test_shell/simple_appcache_system.h',
41 '<(DEPTH)/webkit/tools/test_shell/simple_clipboard_impl.cc', 45 '<(DEPTH)/webkit/tools/test_shell/simple_clipboard_impl.cc',
42 '<(DEPTH)/webkit/tools/test_shell/simple_database_system.cc', 46 '<(DEPTH)/webkit/tools/test_shell/simple_database_system.cc',
43 '<(DEPTH)/webkit/tools/test_shell/simple_database_system.h', 47 '<(DEPTH)/webkit/tools/test_shell/simple_database_system.h',
(...skipping 25 matching lines...) Expand all
69 }], 73 }],
70 ], 74 ],
71 }, 75 },
72 ], 76 ],
73 } 77 }
74 # Local Variables: 78 # Local Variables:
75 # tab-width:2 79 # tab-width:2
76 # indent-tabs-mode:nil 80 # indent-tabs-mode:nil
77 # End: 81 # End:
78 # vim: set expandtab tabstop=2 shiftwidth=2: 82 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « webkit/support/webkit_support.cc ('k') | webkit/support/weburl_loader_mock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698