| 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 'mock_webclipboard_impl.cc', | 63 'mock_webclipboard_impl.cc', |
| 64 'mock_webclipboard_impl.h', | 64 'mock_webclipboard_impl.h', |
| 65 'resource.h', | 65 'resource.h', |
| 66 'simple_appcache_system.cc', | 66 'simple_appcache_system.cc', |
| 67 'simple_appcache_system.h', | 67 'simple_appcache_system.h', |
| 68 'simple_clipboard_impl.cc', | 68 'simple_clipboard_impl.cc', |
| 69 'simple_database_system.cc', | 69 'simple_database_system.cc', |
| 70 'simple_database_system.h', | 70 'simple_database_system.h', |
| 71 'simple_resource_loader_bridge.cc', | 71 'simple_resource_loader_bridge.cc', |
| 72 'simple_resource_loader_bridge.h', | 72 'simple_resource_loader_bridge.h', |
| 73 'simple_socket_stream_bridge.cc', |
| 74 'simple_socket_stream_bridge.h', |
| 73 'test_navigation_controller.cc', | 75 'test_navigation_controller.cc', |
| 74 'test_navigation_controller.h', | 76 'test_navigation_controller.h', |
| 75 'test_shell.cc', | 77 'test_shell.cc', |
| 76 'test_shell.h', | 78 'test_shell.h', |
| 77 'test_shell_gtk.cc', | 79 'test_shell_gtk.cc', |
| 78 'test_shell_x11.cc', | 80 'test_shell_x11.cc', |
| 79 'test_shell_mac.mm', | 81 'test_shell_mac.mm', |
| 80 'test_shell_platform_delegate.h', | 82 'test_shell_platform_delegate.h', |
| 81 'test_shell_platform_delegate_gtk.cc', | 83 'test_shell_platform_delegate_gtk.cc', |
| 82 'test_shell_platform_delegate_mac.mm', | 84 'test_shell_platform_delegate_mac.mm', |
| (...skipping 601 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 684 ], | 686 ], |
| 685 }], | 687 }], |
| 686 ], | 688 ], |
| 687 } | 689 } |
| 688 | 690 |
| 689 # Local Variables: | 691 # Local Variables: |
| 690 # tab-width:2 | 692 # tab-width:2 |
| 691 # indent-tabs-mode:nil | 693 # indent-tabs-mode:nil |
| 692 # End: | 694 # End: |
| 693 # vim: set expandtab tabstop=2 shiftwidth=2: | 695 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |