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

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

Issue 1549039: Enable support for notifications layout tests in test shell.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 10 years, 8 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_shell_webkit_init.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 '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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 'drag_delegate.h', 63 'drag_delegate.h',
64 'drop_delegate.cc', 64 'drop_delegate.cc',
65 'drop_delegate.h', 65 'drop_delegate.h',
66 'event_sending_controller.cc', 66 'event_sending_controller.cc',
67 'event_sending_controller.h', 67 'event_sending_controller.h',
68 'foreground_helper.h', 68 'foreground_helper.h',
69 'layout_test_controller.cc', 69 'layout_test_controller.cc',
70 'layout_test_controller.h', 70 'layout_test_controller.h',
71 'mock_spellcheck.cc', 71 'mock_spellcheck.cc',
72 'mock_spellcheck.h', 72 'mock_spellcheck.h',
73 'notification_presenter.cc',
74 'notification_presenter.h',
73 'plain_text_controller.cc', 75 'plain_text_controller.cc',
74 'plain_text_controller.h', 76 'plain_text_controller.h',
75 'resource.h', 77 'resource.h',
76 'test_navigation_controller.cc', 78 'test_navigation_controller.cc',
77 'test_navigation_controller.h', 79 'test_navigation_controller.h',
78 'test_shell.cc', 80 'test_shell.cc',
79 'test_shell.h', 81 'test_shell.h',
80 'test_shell_devtools_agent.cc', 82 'test_shell_devtools_agent.cc',
81 'test_shell_devtools_agent.h', 83 'test_shell_devtools_agent.h',
82 'test_shell_devtools_callargs.cc', 84 'test_shell_devtools_callargs.cc',
(...skipping 705 matching lines...) Expand 10 before | Expand all | Expand 10 after
788 ], 790 ],
789 }], 791 }],
790 ], 792 ],
791 } 793 }
792 794
793 # Local Variables: 795 # Local Variables:
794 # tab-width:2 796 # tab-width:2
795 # indent-tabs-mode:nil 797 # indent-tabs-mode:nil
796 # End: 798 # End:
797 # 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/test_shell.cc ('k') | webkit/tools/test_shell/test_shell_webkit_init.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698