| 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 384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 395 '../../glue/dom_serializer_unittest.cc', | 395 '../../glue/dom_serializer_unittest.cc', |
| 396 '../../glue/glue_serialize_unittest.cc', | 396 '../../glue/glue_serialize_unittest.cc', |
| 397 '../../glue/iframe_redirect_unittest.cc', | 397 '../../glue/iframe_redirect_unittest.cc', |
| 398 '../../glue/media/buffered_data_source_unittest.cc', | 398 '../../glue/media/buffered_data_source_unittest.cc', |
| 399 '../../glue/media/buffered_resource_loader_unittest.cc', | 399 '../../glue/media/buffered_resource_loader_unittest.cc', |
| 400 '../../glue/media/simple_data_source_unittest.cc', | 400 '../../glue/media/simple_data_source_unittest.cc', |
| 401 '../../glue/mimetype_unittest.cc', | 401 '../../glue/mimetype_unittest.cc', |
| 402 '../../glue/multipart_response_delegate_unittest.cc', | 402 '../../glue/multipart_response_delegate_unittest.cc', |
| 403 '../../glue/plugins/plugin_group_unittest.cc', | 403 '../../glue/plugins/plugin_group_unittest.cc', |
| 404 '../../glue/plugins/plugin_lib_unittest.cc', | 404 '../../glue/plugins/plugin_lib_unittest.cc', |
| 405 '../../glue/plugins/plugin_list_unittest.cc', |
| 405 '../../glue/plugins/webplugin_impl_unittest.cc', | 406 '../../glue/plugins/webplugin_impl_unittest.cc', |
| 406 '../../glue/plugins/webplugin_impl_unittest.cc', | 407 '../../glue/plugins/webplugin_impl_unittest.cc', |
| 407 '../../glue/regular_expression_unittest.cc', | 408 '../../glue/regular_expression_unittest.cc', |
| 408 '../../glue/resource_fetcher_unittest.cc', | 409 '../../glue/resource_fetcher_unittest.cc', |
| 409 '../../glue/unittest_test_server.h', | 410 '../../glue/unittest_test_server.h', |
| 410 '../../glue/webcursor_unittest.cc', | 411 '../../glue/webcursor_unittest.cc', |
| 411 '../../glue/webframe_unittest.cc', | 412 '../../glue/webframe_unittest.cc', |
| 412 '../../glue/webkit_glue_unittest.cc', | 413 '../../glue/webkit_glue_unittest.cc', |
| 413 '../../glue/webpasswordautocompletelistener_unittest.cc', | 414 '../../glue/webpasswordautocompletelistener_unittest.cc', |
| 414 '../../glue/webview_unittest.cc', | 415 '../../glue/webview_unittest.cc', |
| (...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 803 ], | 804 ], |
| 804 }], | 805 }], |
| 805 ], | 806 ], |
| 806 } | 807 } |
| 807 | 808 |
| 808 # Local Variables: | 809 # Local Variables: |
| 809 # tab-width:2 | 810 # tab-width:2 |
| 810 # indent-tabs-mode:nil | 811 # indent-tabs-mode:nil |
| 811 # End: | 812 # End: |
| 812 # vim: set expandtab tabstop=2 shiftwidth=2: | 813 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |