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

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

Issue 5783005: PluginList: Unit tests and bugfixes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments; rebase Created 10 years 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
OLDNEW
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 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
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', 404 '../../glue/plugins/mock_plugin_delegate.cc',
405 '../../glue/plugins/mock_plugin_delegate.h', 405 '../../glue/plugins/mock_plugin_delegate.h',
406 '../../glue/plugins/mock_resource.h', 406 '../../glue/plugins/mock_resource.h',
407 '../../glue/plugins/plugin_group_unittest.cc', 407 '../../glue/plugins/plugin_group_unittest.cc',
408 '../../glue/plugins/plugin_lib_unittest.cc', 408 '../../glue/plugins/plugin_lib_unittest.cc',
409 '../../glue/plugins/plugin_list_unittest.cc',
409 '../../glue/plugins/ppapi_unittest.cc', 410 '../../glue/plugins/ppapi_unittest.cc',
410 '../../glue/plugins/ppapi_unittest.h', 411 '../../glue/plugins/ppapi_unittest.h',
411 '../../glue/plugins/resource_tracker_unittest.cc', 412 '../../glue/plugins/resource_tracker_unittest.cc',
412 '../../glue/plugins/webplugin_impl_unittest.cc', 413 '../../glue/plugins/webplugin_impl_unittest.cc',
413 '../../glue/plugins/webplugin_impl_unittest.cc', 414 '../../glue/plugins/webplugin_impl_unittest.cc',
414 '../../glue/regular_expression_unittest.cc', 415 '../../glue/regular_expression_unittest.cc',
415 '../../glue/resource_fetcher_unittest.cc', 416 '../../glue/resource_fetcher_unittest.cc',
416 '../../glue/unittest_test_server.h', 417 '../../glue/unittest_test_server.h',
417 '../../glue/webcursor_unittest.cc', 418 '../../glue/webcursor_unittest.cc',
418 '../../glue/webframe_unittest.cc', 419 '../../glue/webframe_unittest.cc',
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
801 ], 802 ],
802 }], 803 }],
803 ], 804 ],
804 } 805 }
805 806
806 # Local Variables: 807 # Local Variables:
807 # tab-width:2 808 # tab-width:2
808 # indent-tabs-mode:nil 809 # indent-tabs-mode:nil
809 # End: 810 # End:
810 # vim: set expandtab tabstop=2 shiftwidth=2: 811 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« webkit/glue/plugins/plugin_list.h ('K') | « webkit/glue/plugins/plugin_list_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698