| OLD | NEW |
| 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 560 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 571 '../../glue/plugins/test/plugin_javascript_open_popup.cc', | 571 '../../glue/plugins/test/plugin_javascript_open_popup.cc', |
| 572 '../../glue/plugins/test/plugin_javascript_open_popup.h', | 572 '../../glue/plugins/test/plugin_javascript_open_popup.h', |
| 573 '../../glue/plugins/test/plugin_new_fails_test.cc', | 573 '../../glue/plugins/test/plugin_new_fails_test.cc', |
| 574 '../../glue/plugins/test/plugin_new_fails_test.h', | 574 '../../glue/plugins/test/plugin_new_fails_test.h', |
| 575 '../../glue/plugins/test/plugin_npobject_lifetime_test.cc', | 575 '../../glue/plugins/test/plugin_npobject_lifetime_test.cc', |
| 576 '../../glue/plugins/test/plugin_npobject_lifetime_test.h', | 576 '../../glue/plugins/test/plugin_npobject_lifetime_test.h', |
| 577 '../../glue/plugins/test/plugin_npobject_proxy_test.cc', | 577 '../../glue/plugins/test/plugin_npobject_proxy_test.cc', |
| 578 '../../glue/plugins/test/plugin_npobject_proxy_test.h', | 578 '../../glue/plugins/test/plugin_npobject_proxy_test.h', |
| 579 '../../glue/plugins/test/plugin_schedule_timer_test.cc', | 579 '../../glue/plugins/test/plugin_schedule_timer_test.cc', |
| 580 '../../glue/plugins/test/plugin_schedule_timer_test.h', | 580 '../../glue/plugins/test/plugin_schedule_timer_test.h', |
| 581 '../../glue/plugins/test/plugin_thread_async_call_test.cc', |
| 582 '../../glue/plugins/test/plugin_thread_async_call_test.h', |
| 581 '../../glue/plugins/test/plugin_windowed_test.cc', | 583 '../../glue/plugins/test/plugin_windowed_test.cc', |
| 582 '../../glue/plugins/test/plugin_windowed_test.h', | 584 '../../glue/plugins/test/plugin_windowed_test.h', |
| 583 '../../glue/plugins/test/plugin_private_test.cc', | 585 '../../glue/plugins/test/plugin_private_test.cc', |
| 584 '../../glue/plugins/test/plugin_private_test.h', | 586 '../../glue/plugins/test/plugin_private_test.h', |
| 585 '../../glue/plugins/test/plugin_test.cc', | 587 '../../glue/plugins/test/plugin_test.cc', |
| 586 '../../glue/plugins/test/plugin_test.h', | 588 '../../glue/plugins/test/plugin_test.h', |
| 587 '../../glue/plugins/test/plugin_window_size_test.cc', | 589 '../../glue/plugins/test/plugin_window_size_test.cc', |
| 588 '../../glue/plugins/test/plugin_window_size_test.h', | 590 '../../glue/plugins/test/plugin_window_size_test.h', |
| 589 '../../glue/plugins/test/plugin_windowless_test.cc', | 591 '../../glue/plugins/test/plugin_windowless_test.cc', |
| 590 '../../glue/plugins/test/plugin_windowless_test.h', | 592 '../../glue/plugins/test/plugin_windowless_test.h', |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 695 ], | 697 ], |
| 696 }], | 698 }], |
| 697 ], | 699 ], |
| 698 } | 700 } |
| 699 | 701 |
| 700 # Local Variables: | 702 # Local Variables: |
| 701 # tab-width:2 | 703 # tab-width:2 |
| 702 # indent-tabs-mode:nil | 704 # indent-tabs-mode:nil |
| 703 # End: | 705 # End: |
| 704 # vim: set expandtab tabstop=2 shiftwidth=2: | 706 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |