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

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

Issue 6296015: Remove eventSender, accessibilityController, plainText and (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/webkit/tools/test_shell
Patch Set: Created 9 years, 11 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/tools/test_shell/test_shell.cc ('k') | webkit/tools/test_shell/test_webview_delegate.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources', 48 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources',
49 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_support_common', 49 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_support_common',
50 ], 50 ],
51 'msvs_guid': '77C32787-1B96-CB84-B905-7F170629F0AC', 51 'msvs_guid': '77C32787-1B96-CB84-B905-7F170629F0AC',
52 'sources': [ 52 'sources': [
53 'mac/test_shell_webview.h', 53 'mac/test_shell_webview.h',
54 'mac/test_shell_webview.mm', 54 'mac/test_shell_webview.mm',
55 'mac/test_webview_delegate.mm', 55 'mac/test_webview_delegate.mm',
56 'mac/webview_host.mm', 56 'mac/webview_host.mm',
57 'mac/webwidget_host.mm', 57 'mac/webwidget_host.mm',
58 'accessibility_controller.cc',
59 'accessibility_controller.h',
60 'accessibility_ui_element.cc', 58 'accessibility_ui_element.cc',
61 'accessibility_ui_element.h', 59 'accessibility_ui_element.h',
62 'drag_delegate.cc', 60 'drag_delegate.cc',
63 'drag_delegate.h', 61 'drag_delegate.h',
64 'drop_delegate.cc', 62 'drop_delegate.cc',
65 'drop_delegate.h', 63 'drop_delegate.h',
66 'event_sending_controller.cc',
67 'event_sending_controller.h',
68 'foreground_helper.h', 64 'foreground_helper.h',
69 'layout_test_controller.cc', 65 'layout_test_controller.cc',
70 'layout_test_controller.h', 66 'layout_test_controller.h',
71 'mock_spellcheck.cc', 67 'mock_spellcheck.cc',
72 'mock_spellcheck.h', 68 'mock_spellcheck.h',
73 'notification_presenter.cc', 69 'notification_presenter.cc',
74 'notification_presenter.h', 70 'notification_presenter.h',
75 'plain_text_controller.cc',
76 'plain_text_controller.h',
77 'resource.h', 71 'resource.h',
78 'test_navigation_controller.cc', 72 'test_navigation_controller.cc',
79 'test_navigation_controller.h', 73 'test_navigation_controller.h',
80 'test_shell.cc', 74 'test_shell.cc',
81 'test_shell.h', 75 'test_shell.h',
82 'test_shell_devtools_agent.cc', 76 'test_shell_devtools_agent.cc',
83 'test_shell_devtools_agent.h', 77 'test_shell_devtools_agent.h',
84 'test_shell_devtools_callargs.cc', 78 'test_shell_devtools_callargs.cc',
85 'test_shell_devtools_callargs.h', 79 'test_shell_devtools_callargs.h',
86 'test_shell_devtools_client.cc', 80 'test_shell_devtools_client.cc',
(...skipping 12 matching lines...) Expand all
99 'test_shell_webkit_init.h', 93 'test_shell_webkit_init.h',
100 'test_shell_webthemecontrol.h', 94 'test_shell_webthemecontrol.h',
101 'test_shell_webthemecontrol.cc', 95 'test_shell_webthemecontrol.cc',
102 'test_shell_webthemeengine.h', 96 'test_shell_webthemeengine.h',
103 'test_shell_webthemeengine.cc', 97 'test_shell_webthemeengine.cc',
104 'test_web_worker.h', 98 'test_web_worker.h',
105 'test_webview_delegate.cc', 99 'test_webview_delegate.cc',
106 'test_webview_delegate.h', 100 'test_webview_delegate.h',
107 'test_webview_delegate_gtk.cc', 101 'test_webview_delegate_gtk.cc',
108 'test_webview_delegate_win.cc', 102 'test_webview_delegate_win.cc',
109 'text_input_controller.cc',
110 'text_input_controller.h',
111 'webview_host.h', 103 'webview_host.h',
112 'webview_host_gtk.cc', 104 'webview_host_gtk.cc',
113 'webview_host_win.cc', 105 'webview_host_win.cc',
114 'webwidget_host.h', 106 'webwidget_host.h',
115 'webwidget_host_gtk.cc', 107 'webwidget_host_gtk.cc',
116 'webwidget_host_win.cc', 108 'webwidget_host_win.cc',
117 ], 109 ],
118 'export_dependent_settings': [ 110 'export_dependent_settings': [
119 '<(DEPTH)/base/base.gyp:base', 111 '<(DEPTH)/base/base.gyp:base',
120 '<(DEPTH)/net/net.gyp:net', 112 '<(DEPTH)/net/net.gyp:net',
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 'image_decoder_unittest.h', 419 'image_decoder_unittest.h',
428 'layout_test_controller_unittest.cc', 420 'layout_test_controller_unittest.cc',
429 'listener_leak_test.cc', 421 'listener_leak_test.cc',
430 'media_leak_test.cc', 422 'media_leak_test.cc',
431 'mock_spellcheck_unittest.cc', 423 'mock_spellcheck_unittest.cc',
432 'node_leak_test.cc', 424 'node_leak_test.cc',
433 'plugin_tests.cc', 425 'plugin_tests.cc',
434 'run_all_tests.cc', 426 'run_all_tests.cc',
435 'test_shell_test.cc', 427 'test_shell_test.cc',
436 'test_shell_test.h', 428 'test_shell_test.h',
437 'text_input_controller_unittest.cc',
438 ], 429 ],
439 'conditions': [ 430 'conditions': [
440 ['OS=="win"', { 431 ['OS=="win"', {
441 'resource_include_dirs': [ 432 'resource_include_dirs': [
442 '<(SHARED_INTERMEDIATE_DIR)/webkit', 433 '<(SHARED_INTERMEDIATE_DIR)/webkit',
443 ], 434 ],
444 'sources': [ '<@(test_shell_windows_resource_files)' ], 435 'sources': [ '<@(test_shell_windows_resource_files)' ],
445 'configurations': { 436 'configurations': {
446 'Debug_Base': { 437 'Debug_Base': {
447 'msvs_settings': { 438 'msvs_settings': {
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
735 ], 726 ],
736 }], 727 }],
737 ], 728 ],
738 } 729 }
739 730
740 # Local Variables: 731 # Local Variables:
741 # tab-width:2 732 # tab-width:2
742 # indent-tabs-mode:nil 733 # indent-tabs-mode:nil
743 # End: 734 # End:
744 # vim: set expandtab tabstop=2 shiftwidth=2: 735 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « webkit/tools/test_shell/test_shell.cc ('k') | webkit/tools/test_shell/test_webview_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698