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

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

Issue 5699005: Policy: Re-enabled plugin still disabled (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleaned up WebPluginInfo and rebased on fixed PluginGroup::InitFrom. 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 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
734 ], 735 ],
735 }], 736 }],
736 ], 737 ],
737 } 738 }
738 739
739 # Local Variables: 740 # Local Variables:
740 # tab-width:2 741 # tab-width:2
741 # indent-tabs-mode:nil 742 # indent-tabs-mode:nil
742 # End: 743 # End:
743 # vim: set expandtab tabstop=2 shiftwidth=2: 744 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« webkit/plugins/npapi/webplugininfo.h ('K') | « webkit/tools/test_shell/test_shell.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698