OLD | NEW |
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 Loading... |
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 Loading... |
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: |
OLD | NEW |