| 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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 'test_shell_gtk.cc', | 87 'test_shell_gtk.cc', |
| 88 'test_shell_x11.cc', | 88 'test_shell_x11.cc', |
| 89 'test_shell_mac.mm', | 89 'test_shell_mac.mm', |
| 90 'test_shell_platform_delegate.h', | 90 'test_shell_platform_delegate.h', |
| 91 'test_shell_platform_delegate_gtk.cc', | 91 'test_shell_platform_delegate_gtk.cc', |
| 92 'test_shell_platform_delegate_mac.mm', | 92 'test_shell_platform_delegate_mac.mm', |
| 93 'test_shell_platform_delegate_win.cc', | 93 'test_shell_platform_delegate_win.cc', |
| 94 'test_shell_switches.cc', | 94 'test_shell_switches.cc', |
| 95 'test_shell_switches.h', | 95 'test_shell_switches.h', |
| 96 'test_shell_win.cc', | 96 'test_shell_win.cc', |
| 97 'test_shell_webkit_init.cc', |
| 97 'test_shell_webkit_init.h', | 98 'test_shell_webkit_init.h', |
| 98 'test_shell_webthemecontrol.h', | 99 'test_shell_webthemecontrol.h', |
| 99 'test_shell_webthemecontrol.cc', | 100 'test_shell_webthemecontrol.cc', |
| 100 'test_shell_webthemeengine.h', | 101 'test_shell_webthemeengine.h', |
| 101 'test_shell_webthemeengine.cc', | 102 'test_shell_webthemeengine.cc', |
| 102 'test_web_worker.h', | 103 'test_web_worker.h', |
| 103 'test_webview_delegate.cc', | 104 'test_webview_delegate.cc', |
| 104 'test_webview_delegate.h', | 105 'test_webview_delegate.h', |
| 105 'test_webview_delegate_gtk.cc', | 106 'test_webview_delegate_gtk.cc', |
| 106 'test_webview_delegate_win.cc', | 107 'test_webview_delegate_win.cc', |
| (...skipping 682 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 789 ], | 790 ], |
| 790 }], | 791 }], |
| 791 ], | 792 ], |
| 792 } | 793 } |
| 793 | 794 |
| 794 # Local Variables: | 795 # Local Variables: |
| 795 # tab-width:2 | 796 # tab-width:2 |
| 796 # indent-tabs-mode:nil | 797 # indent-tabs-mode:nil |
| 797 # End: | 798 # End: |
| 798 # vim: set expandtab tabstop=2 shiftwidth=2: | 799 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |