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

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: Whitespace fixes only. Trybot happiness still applies. Created 9 years, 11 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/support/webkit_support.cc ('k') | webkit/tools/test_shell/test_webview_delegate.cc » ('j') | 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 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 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
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:
OLDNEW
« no previous file with comments | « webkit/support/webkit_support.cc ('k') | webkit/tools/test_shell/test_webview_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698