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

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

Issue 7806020: Add DeletePluginInDeallocate UI test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Correct Copyright header. Created 9 years, 3 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/plugins/npapi/test/plugin_test_factory.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) 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 '../../glue/resources/pan_east.cur', 9 '../../glue/resources/pan_east.cur',
10 '../../glue/resources/pan_middle.cur', 10 '../../glue/resources/pan_middle.cur',
(...skipping 565 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 'npapi_test_common', 576 'npapi_test_common',
577 ], 577 ],
578 'sources': [ 578 'sources': [
579 '../../plugins/npapi/test/npapi_test.cc', 579 '../../plugins/npapi/test/npapi_test.cc',
580 '../../plugins/npapi/test/npapi_test.def', 580 '../../plugins/npapi/test/npapi_test.def',
581 '../../plugins/npapi/test/npapi_test.rc', 581 '../../plugins/npapi/test/npapi_test.rc',
582 '../../plugins/npapi/test/plugin_arguments_test.cc', 582 '../../plugins/npapi/test/plugin_arguments_test.cc',
583 '../../plugins/npapi/test/plugin_arguments_test.h', 583 '../../plugins/npapi/test/plugin_arguments_test.h',
584 '../../plugins/npapi/test/plugin_create_instance_in_paint.cc', 584 '../../plugins/npapi/test/plugin_create_instance_in_paint.cc',
585 '../../plugins/npapi/test/plugin_create_instance_in_paint.h', 585 '../../plugins/npapi/test/plugin_create_instance_in_paint.h',
586 '../../plugins/npapi/test/plugin_delete_plugin_in_deallocate_test.cc ',
587 '../../plugins/npapi/test/plugin_delete_plugin_in_deallocate_test.h' ,
586 '../../plugins/npapi/test/plugin_delete_plugin_in_stream_test.cc', 588 '../../plugins/npapi/test/plugin_delete_plugin_in_stream_test.cc',
587 '../../plugins/npapi/test/plugin_delete_plugin_in_stream_test.h', 589 '../../plugins/npapi/test/plugin_delete_plugin_in_stream_test.h',
588 '../../plugins/npapi/test/plugin_get_javascript_url_test.cc', 590 '../../plugins/npapi/test/plugin_get_javascript_url_test.cc',
589 '../../plugins/npapi/test/plugin_get_javascript_url_test.h', 591 '../../plugins/npapi/test/plugin_get_javascript_url_test.h',
590 '../../plugins/npapi/test/plugin_get_javascript_url2_test.cc', 592 '../../plugins/npapi/test/plugin_get_javascript_url2_test.cc',
591 '../../plugins/npapi/test/plugin_get_javascript_url2_test.h', 593 '../../plugins/npapi/test/plugin_get_javascript_url2_test.h',
592 '../../plugins/npapi/test/plugin_geturl_test.cc', 594 '../../plugins/npapi/test/plugin_geturl_test.cc',
593 '../../plugins/npapi/test/plugin_geturl_test.h', 595 '../../plugins/npapi/test/plugin_geturl_test.h',
594 '../../plugins/npapi/test/plugin_javascript_open_popup.cc', 596 '../../plugins/npapi/test/plugin_javascript_open_popup.cc',
595 '../../plugins/npapi/test/plugin_javascript_open_popup.h', 597 '../../plugins/npapi/test/plugin_javascript_open_popup.h',
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
748 'link_settings': { 750 'link_settings': {
749 'libraries': [ 751 'libraries': [
750 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', 752 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
751 ], 753 ],
752 }, 754 },
753 }, 755 },
754 ], 756 ],
755 }], 757 }],
756 ], 758 ],
757 } 759 }
OLDNEW
« no previous file with comments | « webkit/plugins/npapi/test/plugin_test_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698