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

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

Issue 3539002: Add UI test for click-to-play. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: move message declaration to bottom of file Created 10 years, 2 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
« no previous file with comments | « webkit/glue/plugins/test/plugin_test_factory.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) 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 527 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 '../../glue/plugins/test/plugin_javascript_open_popup.cc', 538 '../../glue/plugins/test/plugin_javascript_open_popup.cc',
539 '../../glue/plugins/test/plugin_javascript_open_popup.h', 539 '../../glue/plugins/test/plugin_javascript_open_popup.h',
540 '../../glue/plugins/test/plugin_new_fails_test.cc', 540 '../../glue/plugins/test/plugin_new_fails_test.cc',
541 '../../glue/plugins/test/plugin_new_fails_test.h', 541 '../../glue/plugins/test/plugin_new_fails_test.h',
542 '../../glue/plugins/test/plugin_npobject_lifetime_test.cc', 542 '../../glue/plugins/test/plugin_npobject_lifetime_test.cc',
543 '../../glue/plugins/test/plugin_npobject_lifetime_test.h', 543 '../../glue/plugins/test/plugin_npobject_lifetime_test.h',
544 '../../glue/plugins/test/plugin_npobject_proxy_test.cc', 544 '../../glue/plugins/test/plugin_npobject_proxy_test.cc',
545 '../../glue/plugins/test/plugin_npobject_proxy_test.h', 545 '../../glue/plugins/test/plugin_npobject_proxy_test.h',
546 '../../glue/plugins/test/plugin_schedule_timer_test.cc', 546 '../../glue/plugins/test/plugin_schedule_timer_test.cc',
547 '../../glue/plugins/test/plugin_schedule_timer_test.h', 547 '../../glue/plugins/test/plugin_schedule_timer_test.h',
548 '../../glue/plugins/test/plugin_setup_test.cc',
549 '../../glue/plugins/test/plugin_setup_test.h',
548 '../../glue/plugins/test/plugin_thread_async_call_test.cc', 550 '../../glue/plugins/test/plugin_thread_async_call_test.cc',
549 '../../glue/plugins/test/plugin_thread_async_call_test.h', 551 '../../glue/plugins/test/plugin_thread_async_call_test.h',
550 '../../glue/plugins/test/plugin_windowed_test.cc', 552 '../../glue/plugins/test/plugin_windowed_test.cc',
551 '../../glue/plugins/test/plugin_windowed_test.h', 553 '../../glue/plugins/test/plugin_windowed_test.h',
552 '../../glue/plugins/test/plugin_private_test.cc', 554 '../../glue/plugins/test/plugin_private_test.cc',
553 '../../glue/plugins/test/plugin_private_test.h', 555 '../../glue/plugins/test/plugin_private_test.h',
554 '../../glue/plugins/test/plugin_test_factory.cc', 556 '../../glue/plugins/test/plugin_test_factory.cc',
555 '../../glue/plugins/test/plugin_window_size_test.cc', 557 '../../glue/plugins/test/plugin_window_size_test.cc',
556 '../../glue/plugins/test/plugin_window_size_test.h', 558 '../../glue/plugins/test/plugin_window_size_test.h',
557 '../../glue/plugins/test/plugin_windowless_test.cc', 559 '../../glue/plugins/test/plugin_windowless_test.cc',
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
786 ], 788 ],
787 }], 789 }],
788 ], 790 ],
789 } 791 }
790 792
791 # Local Variables: 793 # Local Variables:
792 # tab-width:2 794 # tab-width:2
793 # indent-tabs-mode:nil 795 # indent-tabs-mode:nil
794 # End: 796 # End:
795 # vim: set expandtab tabstop=2 shiftwidth=2: 797 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « webkit/glue/plugins/test/plugin_test_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698