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', | |
403 '../../glue/multipart_response_delegate_unittest.cc', | 401 '../../glue/multipart_response_delegate_unittest.cc', |
404 '../../glue/plugins/plugin_group_unittest.cc', | 402 '../../glue/plugins/plugin_group_unittest.cc', |
405 '../../glue/plugins/plugin_lib_unittest.cc', | 403 '../../glue/plugins/plugin_lib_unittest.cc', |
406 '../../glue/plugins/webplugin_impl_unittest.cc', | 404 '../../glue/plugins/webplugin_impl_unittest.cc', |
407 '../../glue/regular_expression_unittest.cc', | 405 '../../glue/regular_expression_unittest.cc', |
408 '../../glue/resource_fetcher_unittest.cc', | 406 '../../glue/resource_fetcher_unittest.cc', |
409 '../../glue/unittest_test_server.h', | 407 '../../glue/unittest_test_server.h', |
410 '../../glue/webcursor_unittest.cc', | 408 '../../glue/webcursor_unittest.cc', |
411 '../../glue/webframe_unittest.cc', | 409 '../../glue/webframe_unittest.cc', |
412 '../../glue/webkit_glue_unittest.cc', | 410 '../../glue/webkit_glue_unittest.cc', |
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
794 ], | 792 ], |
795 }], | 793 }], |
796 ], | 794 ], |
797 } | 795 } |
798 | 796 |
799 # Local Variables: | 797 # Local Variables: |
800 # tab-width:2 | 798 # tab-width:2 |
801 # indent-tabs-mode:nil | 799 # indent-tabs-mode:nil |
802 # End: | 800 # End: |
803 # vim: set expandtab tabstop=2 shiftwidth=2: | 801 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |