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 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
391 '../../glue/dom_operations_unittest.cc', | 391 '../../glue/dom_operations_unittest.cc', |
392 '../../glue/dom_serializer_unittest.cc', | 392 '../../glue/dom_serializer_unittest.cc', |
393 '../../glue/glue_serialize_unittest.cc', | 393 '../../glue/glue_serialize_unittest.cc', |
394 '../../glue/iframe_redirect_unittest.cc', | 394 '../../glue/iframe_redirect_unittest.cc', |
395 '../../glue/media/buffered_data_source_unittest.cc', | 395 '../../glue/media/buffered_data_source_unittest.cc', |
396 '../../glue/media/media_resource_loader_bridge_factory_unittest.cc', | 396 '../../glue/media/media_resource_loader_bridge_factory_unittest.cc', |
397 '../../glue/media/mock_media_resource_loader_bridge_factory.h', | 397 '../../glue/media/mock_media_resource_loader_bridge_factory.h', |
398 '../../glue/media/simple_data_source_unittest.cc', | 398 '../../glue/media/simple_data_source_unittest.cc', |
399 '../../glue/mimetype_unittest.cc', | 399 '../../glue/mimetype_unittest.cc', |
400 '../../glue/mock_resource_loader_bridge.h', | 400 '../../glue/mock_resource_loader_bridge.h', |
| 401 '../../glue/mock_webframe.h', |
| 402 '../../glue/mock_weburlloader_impl.h', |
401 '../../glue/multipart_response_delegate_unittest.cc', | 403 '../../glue/multipart_response_delegate_unittest.cc', |
402 '../../glue/plugins/plugin_group_unittest.cc', | 404 '../../glue/plugins/plugin_group_unittest.cc', |
403 '../../glue/plugins/plugin_lib_unittest.cc', | 405 '../../glue/plugins/plugin_lib_unittest.cc', |
404 '../../glue/plugins/webplugin_impl_unittest.cc', | 406 '../../glue/plugins/webplugin_impl_unittest.cc', |
405 '../../glue/regular_expression_unittest.cc', | 407 '../../glue/regular_expression_unittest.cc', |
406 '../../glue/resource_fetcher_unittest.cc', | 408 '../../glue/resource_fetcher_unittest.cc', |
407 '../../glue/unittest_test_server.h', | 409 '../../glue/unittest_test_server.h', |
408 '../../glue/webcursor_unittest.cc', | 410 '../../glue/webcursor_unittest.cc', |
409 '../../glue/webframe_unittest.cc', | 411 '../../glue/webframe_unittest.cc', |
410 '../../glue/webkit_glue_unittest.cc', | 412 '../../glue/webkit_glue_unittest.cc', |
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
792 ], | 794 ], |
793 }], | 795 }], |
794 ], | 796 ], |
795 } | 797 } |
796 | 798 |
797 # Local Variables: | 799 # Local Variables: |
798 # tab-width:2 | 800 # tab-width:2 |
799 # indent-tabs-mode:nil | 801 # indent-tabs-mode:nil |
800 # End: | 802 # End: |
801 # vim: set expandtab tabstop=2 shiftwidth=2: | 803 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |