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

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

Issue 5828003: Move the Pepper implementation from webkit/glue/plugins/pepper_* to... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' 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
« no previous file with comments | « webkit/plugins/ppapi/webplugin_impl.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) 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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 '../../glue/iframe_redirect_unittest.cc', 397 '../../glue/iframe_redirect_unittest.cc',
398 '../../glue/media/buffered_data_source_unittest.cc', 398 '../../glue/media/buffered_data_source_unittest.cc',
399 '../../glue/media/media_resource_loader_bridge_factory_unittest.cc', 399 '../../glue/media/media_resource_loader_bridge_factory_unittest.cc',
400 '../../glue/media/mock_media_resource_loader_bridge_factory.h', 400 '../../glue/media/mock_media_resource_loader_bridge_factory.h',
401 '../../glue/media/simple_data_source_unittest.cc', 401 '../../glue/media/simple_data_source_unittest.cc',
402 '../../glue/mimetype_unittest.cc', 402 '../../glue/mimetype_unittest.cc',
403 '../../glue/mock_resource_loader_bridge.h', 403 '../../glue/mock_resource_loader_bridge.h',
404 '../../glue/mock_webframe.h', 404 '../../glue/mock_webframe.h',
405 '../../glue/mock_weburlloader_impl.h', 405 '../../glue/mock_weburlloader_impl.h',
406 '../../glue/multipart_response_delegate_unittest.cc', 406 '../../glue/multipart_response_delegate_unittest.cc',
407 '../../glue/plugins/mock_plugin_delegate.cc',
408 '../../glue/plugins/mock_plugin_delegate.h',
409 '../../glue/plugins/mock_resource.h',
410 '../../glue/plugins/plugin_group_unittest.cc', 407 '../../glue/plugins/plugin_group_unittest.cc',
411 '../../glue/plugins/plugin_lib_unittest.cc', 408 '../../glue/plugins/plugin_lib_unittest.cc',
412 '../../glue/plugins/ppapi_unittest.cc',
413 '../../glue/plugins/ppapi_unittest.h',
414 '../../glue/plugins/resource_tracker_unittest.cc',
415 '../../glue/plugins/webplugin_impl_unittest.cc', 409 '../../glue/plugins/webplugin_impl_unittest.cc',
416 '../../glue/plugins/webplugin_impl_unittest.cc', 410 '../../glue/plugins/webplugin_impl_unittest.cc',
417 '../../glue/regular_expression_unittest.cc', 411 '../../glue/regular_expression_unittest.cc',
418 '../../glue/resource_fetcher_unittest.cc', 412 '../../glue/resource_fetcher_unittest.cc',
419 '../../glue/unittest_test_server.h', 413 '../../glue/unittest_test_server.h',
420 '../../glue/webcursor_unittest.cc', 414 '../../glue/webcursor_unittest.cc',
421 '../../glue/webframe_unittest.cc', 415 '../../glue/webframe_unittest.cc',
422 '../../glue/webkit_glue_unittest.cc', 416 '../../glue/webkit_glue_unittest.cc',
423 '../../glue/webpasswordautocompletelistener_unittest.cc', 417 '../../glue/webpasswordautocompletelistener_unittest.cc',
424 '../../glue/webview_unittest.cc', 418 '../../glue/webview_unittest.cc',
419 '../../plugins/ppapi/mock_plugin_delegate.cc',
420 '../../plugins/ppapi/mock_plugin_delegate.h',
421 '../../plugins/ppapi/mock_resource.h',
422 '../../plugins/ppapi/ppapi_unittest.cc',
423 '../../plugins/ppapi/ppapi_unittest.h',
424 '../../plugins/ppapi/resource_tracker_unittest.cc',
425 '../webcore_unit_tests/BMPImageDecoder_unittest.cpp', 425 '../webcore_unit_tests/BMPImageDecoder_unittest.cpp',
426 '../webcore_unit_tests/ICOImageDecoder_unittest.cpp', 426 '../webcore_unit_tests/ICOImageDecoder_unittest.cpp',
427 'event_listener_unittest.cc', 427 'event_listener_unittest.cc',
428 'image_decoder_unittest.cc', 428 'image_decoder_unittest.cc',
429 'image_decoder_unittest.h', 429 'image_decoder_unittest.h',
430 'layout_test_controller_unittest.cc', 430 'layout_test_controller_unittest.cc',
431 'listener_leak_test.cc', 431 'listener_leak_test.cc',
432 'media_leak_test.cc', 432 'media_leak_test.cc',
433 'mock_spellcheck_unittest.cc', 433 'mock_spellcheck_unittest.cc',
434 'node_leak_test.cc', 434 'node_leak_test.cc',
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
804 ], 804 ],
805 }], 805 }],
806 ], 806 ],
807 } 807 }
808 808
809 # Local Variables: 809 # Local Variables:
810 # tab-width:2 810 # tab-width:2
811 # indent-tabs-mode:nil 811 # indent-tabs-mode:nil
812 # End: 812 # End:
813 # vim: set expandtab tabstop=2 shiftwidth=2: 813 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « webkit/plugins/ppapi/webplugin_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698