| 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 387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 398 '../../glue/dom_operations_unittest.cc', | 398 '../../glue/dom_operations_unittest.cc', |
| 399 '../../glue/dom_serializer_unittest.cc', | 399 '../../glue/dom_serializer_unittest.cc', |
| 400 '../../glue/glue_serialize_unittest.cc', | 400 '../../glue/glue_serialize_unittest.cc', |
| 401 '../../glue/iframe_redirect_unittest.cc', | 401 '../../glue/iframe_redirect_unittest.cc', |
| 402 '../../glue/media/buffered_data_source_unittest.cc', | 402 '../../glue/media/buffered_data_source_unittest.cc', |
| 403 '../../glue/media/media_resource_loader_bridge_factory_unittest.cc', | 403 '../../glue/media/media_resource_loader_bridge_factory_unittest.cc', |
| 404 '../../glue/media/mock_media_resource_loader_bridge_factory.h', | 404 '../../glue/media/mock_media_resource_loader_bridge_factory.h', |
| 405 '../../glue/media/simple_data_source_unittest.cc', | 405 '../../glue/media/simple_data_source_unittest.cc', |
| 406 '../../glue/mimetype_unittest.cc', | 406 '../../glue/mimetype_unittest.cc', |
| 407 '../../glue/mock_resource_loader_bridge.h', | 407 '../../glue/mock_resource_loader_bridge.h', |
| 408 '../../glue/mock_webframe.h', |
| 409 '../../glue/mock_weburlloader_impl.h', |
| 408 '../../glue/multipart_response_delegate_unittest.cc', | 410 '../../glue/multipart_response_delegate_unittest.cc', |
| 409 '../../glue/plugins/plugin_group_unittest.cc', | 411 '../../glue/plugins/plugin_group_unittest.cc', |
| 410 '../../glue/plugins/plugin_lib_unittest.cc', | 412 '../../glue/plugins/plugin_lib_unittest.cc', |
| 411 '../../glue/plugins/webplugin_impl_unittest.cc', | 413 '../../glue/plugins/webplugin_impl_unittest.cc', |
| 412 '../../glue/regular_expression_unittest.cc', | 414 '../../glue/regular_expression_unittest.cc', |
| 413 '../../glue/resource_fetcher_unittest.cc', | 415 '../../glue/resource_fetcher_unittest.cc', |
| 414 '../../glue/unittest_test_server.h', | 416 '../../glue/unittest_test_server.h', |
| 415 '../../glue/webcursor_unittest.cc', | 417 '../../glue/webcursor_unittest.cc', |
| 416 '../../glue/webframe_unittest.cc', | 418 '../../glue/webframe_unittest.cc', |
| 417 '../../glue/webkit_glue_unittest.cc', | 419 '../../glue/webkit_glue_unittest.cc', |
| (...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 799 ], | 801 ], |
| 800 }], | 802 }], |
| 801 ], | 803 ], |
| 802 } | 804 } |
| 803 | 805 |
| 804 # Local Variables: | 806 # Local Variables: |
| 805 # tab-width:2 | 807 # tab-width:2 |
| 806 # indent-tabs-mode:nil | 808 # indent-tabs-mode:nil |
| 807 # End: | 809 # End: |
| 808 # vim: set expandtab tabstop=2 shiftwidth=2: | 810 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |