Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2973)

Side by Side Diff: webkit/tools/test_shell/test_shell.gypi

Issue 6462015: Cleanup more test code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: wtf windows is this me Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « webkit/mocks/mock_weburlloader.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 '../../glue/multipart_response_delegate_unittest.cc', 396 '../../glue/multipart_response_delegate_unittest.cc',
397 '../../glue/regular_expression_unittest.cc', 397 '../../glue/regular_expression_unittest.cc',
398 '../../glue/resource_fetcher_unittest.cc', 398 '../../glue/resource_fetcher_unittest.cc',
399 '../../glue/unittest_test_server.h', 399 '../../glue/unittest_test_server.h',
400 '../../glue/webcursor_unittest.cc', 400 '../../glue/webcursor_unittest.cc',
401 '../../glue/webframe_unittest.cc', 401 '../../glue/webframe_unittest.cc',
402 '../../glue/webkit_glue_unittest.cc', 402 '../../glue/webkit_glue_unittest.cc',
403 '../../glue/webpasswordautocompletelistener_unittest.cc', 403 '../../glue/webpasswordautocompletelistener_unittest.cc',
404 '../../glue/webview_unittest.cc', 404 '../../glue/webview_unittest.cc',
405 '../../mocks/mock_resource_loader_bridge.h', 405 '../../mocks/mock_resource_loader_bridge.h',
406 '../../mocks/mock_webframe.cc',
406 '../../mocks/mock_webframe.h', 407 '../../mocks/mock_webframe.h',
408 '../../mocks/mock_weburlloader.cc',
407 '../../mocks/mock_weburlloader.h', 409 '../../mocks/mock_weburlloader.h',
408 '../../plugins/npapi/plugin_group_unittest.cc', 410 '../../plugins/npapi/plugin_group_unittest.cc',
409 '../../plugins/npapi/plugin_lib_unittest.cc', 411 '../../plugins/npapi/plugin_lib_unittest.cc',
410 '../../plugins/npapi/plugin_list_unittest.cc', 412 '../../plugins/npapi/plugin_list_unittest.cc',
411 '../../plugins/npapi/webplugin_impl_unittest.cc', 413 '../../plugins/npapi/webplugin_impl_unittest.cc',
412 '../../plugins/ppapi/callbacks_unittest.cc', 414 '../../plugins/ppapi/callbacks_unittest.cc',
413 '../../plugins/ppapi/mock_plugin_delegate.cc', 415 '../../plugins/ppapi/mock_plugin_delegate.cc',
414 '../../plugins/ppapi/mock_plugin_delegate.h', 416 '../../plugins/ppapi/mock_plugin_delegate.h',
415 '../../plugins/ppapi/mock_resource.h', 417 '../../plugins/ppapi/mock_resource.h',
416 '../../plugins/ppapi/ppapi_unittest.cc', 418 '../../plugins/ppapi/ppapi_unittest.cc',
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
730 ], 732 ],
731 }], 733 }],
732 ], 734 ],
733 } 735 }
734 736
735 # Local Variables: 737 # Local Variables:
736 # tab-width:2 738 # tab-width:2
737 # indent-tabs-mode:nil 739 # indent-tabs-mode:nil
738 # End: 740 # End:
739 # vim: set expandtab tabstop=2 shiftwidth=2: 741 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « webkit/mocks/mock_weburlloader.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698