| 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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: |
| OLD | NEW |