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

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

Issue 243032: First implementation of PlainTextController. (Closed)
Patch Set: '' Created 11 years, 1 month 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') | no next file » | 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 'drag_delegate.h', 60 'drag_delegate.h',
61 'drop_delegate.cc', 61 'drop_delegate.cc',
62 'drop_delegate.h', 62 'drop_delegate.h',
63 'event_sending_controller.cc', 63 'event_sending_controller.cc',
64 'event_sending_controller.h', 64 'event_sending_controller.h',
65 'foreground_helper.h', 65 'foreground_helper.h',
66 'layout_test_controller.cc', 66 'layout_test_controller.cc',
67 'layout_test_controller.h', 67 'layout_test_controller.h',
68 'mock_webclipboard_impl.cc', 68 'mock_webclipboard_impl.cc',
69 'mock_webclipboard_impl.h', 69 'mock_webclipboard_impl.h',
70 'plain_text_controller.cc',
71 'plain_text_controller.h',
70 'resource.h', 72 'resource.h',
71 'simple_appcache_system.cc', 73 'simple_appcache_system.cc',
72 'simple_appcache_system.h', 74 'simple_appcache_system.h',
73 'simple_clipboard_impl.cc', 75 'simple_clipboard_impl.cc',
74 'simple_database_system.cc', 76 'simple_database_system.cc',
75 'simple_database_system.h', 77 'simple_database_system.h',
76 'simple_resource_loader_bridge.cc', 78 'simple_resource_loader_bridge.cc',
77 'simple_resource_loader_bridge.h', 79 'simple_resource_loader_bridge.h',
78 'simple_socket_stream_bridge.cc', 80 'simple_socket_stream_bridge.cc',
79 'simple_socket_stream_bridge.h', 81 'simple_socket_stream_bridge.h',
(...skipping 620 matching lines...) Expand 10 before | Expand all | Expand 10 after
700 ], 702 ],
701 }], 703 }],
702 ], 704 ],
703 } 705 }
704 706
705 # Local Variables: 707 # Local Variables:
706 # tab-width:2 708 # tab-width:2
707 # indent-tabs-mode:nil 709 # indent-tabs-mode:nil
708 # End: 710 # End:
709 # vim: set expandtab tabstop=2 shiftwidth=2: 711 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « webkit/tools/test_shell/test_shell.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698