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

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

Powered by Google App Engine
This is Rietveld 408576698