| 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 'resources/pan_east.cur', | 9 'resources/pan_east.cur', |
| 10 'resources/pan_middle.cur', | 10 'resources/pan_middle.cur', |
| (...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 406 '../../glue/webcursor_unittest.cc', | 406 '../../glue/webcursor_unittest.cc', |
| 407 '../../glue/webframe_unittest.cc', | 407 '../../glue/webframe_unittest.cc', |
| 408 '../../glue/webkit_glue_unittest.cc', | 408 '../../glue/webkit_glue_unittest.cc', |
| 409 '../../glue/webpasswordautocompletelistener_unittest.cc', | 409 '../../glue/webpasswordautocompletelistener_unittest.cc', |
| 410 '../../glue/webview_unittest.cc', | 410 '../../glue/webview_unittest.cc', |
| 411 '../../mocks/mock_resource_loader_bridge.h', | 411 '../../mocks/mock_resource_loader_bridge.h', |
| 412 '../../mocks/mock_webframe.h', | 412 '../../mocks/mock_webframe.h', |
| 413 '../../mocks/mock_weburlloader.h', | 413 '../../mocks/mock_weburlloader.h', |
| 414 '../../plugins/npapi/plugin_group_unittest.cc', | 414 '../../plugins/npapi/plugin_group_unittest.cc', |
| 415 '../../plugins/npapi/plugin_lib_unittest.cc', | 415 '../../plugins/npapi/plugin_lib_unittest.cc', |
| 416 '../../plugins/npapi/plugin_list_unittest.cc', |
| 416 '../../plugins/npapi/webplugin_impl_unittest.cc', | 417 '../../plugins/npapi/webplugin_impl_unittest.cc', |
| 417 '../../plugins/ppapi/callbacks_unittest.cc', | 418 '../../plugins/ppapi/callbacks_unittest.cc', |
| 418 '../../plugins/ppapi/mock_plugin_delegate.cc', | 419 '../../plugins/ppapi/mock_plugin_delegate.cc', |
| 419 '../../plugins/ppapi/mock_plugin_delegate.h', | 420 '../../plugins/ppapi/mock_plugin_delegate.h', |
| 420 '../../plugins/ppapi/mock_resource.h', | 421 '../../plugins/ppapi/mock_resource.h', |
| 421 '../../plugins/ppapi/ppapi_unittest.cc', | 422 '../../plugins/ppapi/ppapi_unittest.cc', |
| 422 '../../plugins/ppapi/ppapi_unittest.h', | 423 '../../plugins/ppapi/ppapi_unittest.h', |
| 423 '../../plugins/ppapi/resource_tracker_unittest.cc', | 424 '../../plugins/ppapi/resource_tracker_unittest.cc', |
| 424 '../../plugins/ppapi/url_request_info_unittest.cc', | 425 '../../plugins/ppapi/url_request_info_unittest.cc', |
| 425 '../webcore_unit_tests/BMPImageDecoder_unittest.cpp', | 426 '../webcore_unit_tests/BMPImageDecoder_unittest.cpp', |
| (...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 737 ], | 738 ], |
| 738 }], | 739 }], |
| 739 ], | 740 ], |
| 740 } | 741 } |
| 741 | 742 |
| 742 # Local Variables: | 743 # Local Variables: |
| 743 # tab-width:2 | 744 # tab-width:2 |
| 744 # indent-tabs-mode:nil | 745 # indent-tabs-mode:nil |
| 745 # End: | 746 # End: |
| 746 # vim: set expandtab tabstop=2 shiftwidth=2: | 747 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |