| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 '../../glue/resources/pan_east.cur', | 9 '../../glue/resources/pan_east.cur', |
| 10 '../../glue/resources/pan_middle.cur', | 10 '../../glue/resources/pan_middle.cur', |
| (...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 404 '../../glue/mimetype_unittest.cc', | 404 '../../glue/mimetype_unittest.cc', |
| 405 '../../glue/multipart_response_delegate_unittest.cc', | 405 '../../glue/multipart_response_delegate_unittest.cc', |
| 406 '../../glue/regular_expression_unittest.cc', | 406 '../../glue/regular_expression_unittest.cc', |
| 407 '../../glue/resource_fetcher_unittest.cc', | 407 '../../glue/resource_fetcher_unittest.cc', |
| 408 '../../glue/unittest_test_server.h', | 408 '../../glue/unittest_test_server.h', |
| 409 '../../glue/webcursor_unittest.cc', | 409 '../../glue/webcursor_unittest.cc', |
| 410 '../../glue/webframe_unittest.cc', | 410 '../../glue/webframe_unittest.cc', |
| 411 '../../glue/webkit_glue_unittest.cc', | 411 '../../glue/webkit_glue_unittest.cc', |
| 412 '../../glue/webview_unittest.cc', | 412 '../../glue/webview_unittest.cc', |
| 413 '../../mocks/mock_resource_loader_bridge.h', | 413 '../../mocks/mock_resource_loader_bridge.h', |
| 414 '../../mocks/mock_webframe.cc', | 414 '../../mocks/mock_webframeclient.h', |
| 415 '../../mocks/mock_webframe.h', | |
| 416 '../../mocks/mock_weburlloader.cc', | 415 '../../mocks/mock_weburlloader.cc', |
| 417 '../../mocks/mock_weburlloader.h', | 416 '../../mocks/mock_weburlloader.h', |
| 418 '../../plugins/npapi/plugin_group_unittest.cc', | 417 '../../plugins/npapi/plugin_group_unittest.cc', |
| 419 '../../plugins/npapi/plugin_lib_unittest.cc', | 418 '../../plugins/npapi/plugin_lib_unittest.cc', |
| 420 '../../plugins/npapi/plugin_list_unittest.cc', | 419 '../../plugins/npapi/plugin_list_unittest.cc', |
| 421 '../../plugins/npapi/webplugin_impl_unittest.cc', | 420 '../../plugins/npapi/webplugin_impl_unittest.cc', |
| 422 '../../plugins/ppapi/callbacks_unittest.cc', | 421 '../../plugins/ppapi/callbacks_unittest.cc', |
| 423 '../../plugins/ppapi/mock_plugin_delegate.cc', | 422 '../../plugins/ppapi/mock_plugin_delegate.cc', |
| 424 '../../plugins/ppapi/mock_plugin_delegate.h', | 423 '../../plugins/ppapi/mock_plugin_delegate.h', |
| 425 '../../plugins/ppapi/mock_resource.cc', | 424 '../../plugins/ppapi/mock_resource.cc', |
| (...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 753 ], | 752 ], |
| 754 }], | 753 }], |
| 755 ], | 754 ], |
| 756 } | 755 } |
| 757 | 756 |
| 758 # Local Variables: | 757 # Local Variables: |
| 759 # tab-width:2 | 758 # tab-width:2 |
| 760 # indent-tabs-mode:nil | 759 # indent-tabs-mode:nil |
| 761 # End: | 760 # End: |
| 762 # vim: set expandtab tabstop=2 shiftwidth=2: | 761 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |