| 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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/media_resource_loader_bridge_factory_unittest.cc', | 399 '../../glue/media/media_resource_loader_bridge_factory_unittest.cc', |
| 400 '../../glue/media/mock_media_resource_loader_bridge_factory.h', | 400 '../../glue/media/mock_media_resource_loader_bridge_factory.h', |
| 401 '../../glue/media/simple_data_source_unittest.cc', | 401 '../../glue/media/simple_data_source_unittest.cc', |
| 402 '../../glue/mimetype_unittest.cc', | 402 '../../glue/mimetype_unittest.cc', |
| 403 '../../glue/mock_resource_loader_bridge.h', | 403 '../../glue/mock_resource_loader_bridge.h', |
| 404 '../../glue/mock_webframe.h', | 404 '../../glue/mock_webframe.h', |
| 405 '../../glue/mock_weburlloader_impl.h', | 405 '../../glue/mock_weburlloader_impl.h', |
| 406 '../../glue/multipart_response_delegate_unittest.cc', | 406 '../../glue/multipart_response_delegate_unittest.cc', |
| 407 '../../glue/plugins/mock_plugin_delegate.cc', | |
| 408 '../../glue/plugins/mock_plugin_delegate.h', | |
| 409 '../../glue/plugins/mock_resource.h', | |
| 410 '../../glue/plugins/plugin_group_unittest.cc', | 407 '../../glue/plugins/plugin_group_unittest.cc', |
| 411 '../../glue/plugins/plugin_lib_unittest.cc', | 408 '../../glue/plugins/plugin_lib_unittest.cc', |
| 412 '../../glue/plugins/ppapi_unittest.cc', | 409 '../../glue/plugins/ppapi_unittest.cc', |
| 413 '../../glue/plugins/ppapi_unittest.h', | 410 '../../glue/plugins/ppapi_unittest.h', |
| 414 '../../glue/plugins/resource_tracker_unittest.cc', | |
| 415 '../../glue/plugins/webplugin_impl_unittest.cc', | 411 '../../glue/plugins/webplugin_impl_unittest.cc', |
| 416 '../../glue/plugins/webplugin_impl_unittest.cc', | 412 '../../glue/plugins/webplugin_impl_unittest.cc', |
| 417 '../../glue/regular_expression_unittest.cc', | 413 '../../glue/regular_expression_unittest.cc', |
| 418 '../../glue/resource_fetcher_unittest.cc', | 414 '../../glue/resource_fetcher_unittest.cc', |
| 419 '../../glue/unittest_test_server.h', | 415 '../../glue/unittest_test_server.h', |
| 420 '../../glue/webcursor_unittest.cc', | 416 '../../glue/webcursor_unittest.cc', |
| 421 '../../glue/webframe_unittest.cc', | 417 '../../glue/webframe_unittest.cc', |
| 422 '../../glue/webkit_glue_unittest.cc', | 418 '../../glue/webkit_glue_unittest.cc', |
| 423 '../../glue/webpasswordautocompletelistener_unittest.cc', | 419 '../../glue/webpasswordautocompletelistener_unittest.cc', |
| 424 '../../glue/webview_unittest.cc', | 420 '../../glue/webview_unittest.cc', |
| 421 '../../plugins/ppapi/mock_plugin_delegate.cc', |
| 422 '../../plugins/ppapi/mock_plugin_delegate.h', |
| 423 '../../plugins/ppapi/mock_resource.h', |
| 424 '../../plugins/ppapi/resource_tracker_unittest.cc', |
| 425 '../webcore_unit_tests/BMPImageDecoder_unittest.cpp', | 425 '../webcore_unit_tests/BMPImageDecoder_unittest.cpp', |
| 426 '../webcore_unit_tests/ICOImageDecoder_unittest.cpp', | 426 '../webcore_unit_tests/ICOImageDecoder_unittest.cpp', |
| 427 'event_listener_unittest.cc', | 427 'event_listener_unittest.cc', |
| 428 'image_decoder_unittest.cc', | 428 'image_decoder_unittest.cc', |
| 429 'image_decoder_unittest.h', | 429 'image_decoder_unittest.h', |
| 430 'layout_test_controller_unittest.cc', | 430 'layout_test_controller_unittest.cc', |
| 431 'listener_leak_test.cc', | 431 'listener_leak_test.cc', |
| 432 'media_leak_test.cc', | 432 'media_leak_test.cc', |
| 433 'mock_spellcheck_unittest.cc', | 433 'mock_spellcheck_unittest.cc', |
| 434 'node_leak_test.cc', | 434 'node_leak_test.cc', |
| (...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 804 ], | 804 ], |
| 805 }], | 805 }], |
| 806 ], | 806 ], |
| 807 } | 807 } |
| 808 | 808 |
| 809 # Local Variables: | 809 # Local Variables: |
| 810 # tab-width:2 | 810 # tab-width:2 |
| 811 # indent-tabs-mode:nil | 811 # indent-tabs-mode:nil |
| 812 # End: | 812 # End: |
| 813 # vim: set expandtab tabstop=2 shiftwidth=2: | 813 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |