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 383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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', | 401 '../../glue/mock_webframe.h', |
402 '../../glue/mock_weburlloader_impl.h', | 402 '../../glue/mock_weburlloader_impl.h', |
403 '../../glue/multipart_response_delegate_unittest.cc', | 403 '../../glue/multipart_response_delegate_unittest.cc', |
| 404 '../../glue/plugins/mock_plugin_delegate.cc', |
| 405 '../../glue/plugins/mock_plugin_delegate.h', |
| 406 '../../glue/plugins/mock_resource.h', |
404 '../../glue/plugins/plugin_group_unittest.cc', | 407 '../../glue/plugins/plugin_group_unittest.cc', |
405 '../../glue/plugins/plugin_lib_unittest.cc', | 408 '../../glue/plugins/plugin_lib_unittest.cc', |
| 409 '../../glue/plugins/ppapi_unittest.cc', |
| 410 '../../glue/plugins/ppapi_unittest.h', |
| 411 '../../glue/plugins/resource_tracker_unittest.cc', |
| 412 '../../glue/plugins/webplugin_impl_unittest.cc', |
406 '../../glue/plugins/webplugin_impl_unittest.cc', | 413 '../../glue/plugins/webplugin_impl_unittest.cc', |
407 '../../glue/regular_expression_unittest.cc', | 414 '../../glue/regular_expression_unittest.cc', |
408 '../../glue/resource_fetcher_unittest.cc', | 415 '../../glue/resource_fetcher_unittest.cc', |
409 '../../glue/unittest_test_server.h', | 416 '../../glue/unittest_test_server.h', |
410 '../../glue/webcursor_unittest.cc', | 417 '../../glue/webcursor_unittest.cc', |
411 '../../glue/webframe_unittest.cc', | 418 '../../glue/webframe_unittest.cc', |
412 '../../glue/webkit_glue_unittest.cc', | 419 '../../glue/webkit_glue_unittest.cc', |
413 '../../glue/webpasswordautocompletelistener_unittest.cc', | 420 '../../glue/webpasswordautocompletelistener_unittest.cc', |
414 '../../glue/webview_unittest.cc', | 421 '../../glue/webview_unittest.cc', |
415 '../webcore_unit_tests/BMPImageDecoder_unittest.cpp', | 422 '../webcore_unit_tests/BMPImageDecoder_unittest.cpp', |
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
794 ], | 801 ], |
795 }], | 802 }], |
796 ], | 803 ], |
797 } | 804 } |
798 | 805 |
799 # Local Variables: | 806 # Local Variables: |
800 # tab-width:2 | 807 # tab-width:2 |
801 # indent-tabs-mode:nil | 808 # indent-tabs-mode:nil |
802 # End: | 809 # End: |
803 # vim: set expandtab tabstop=2 shiftwidth=2: | 810 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |