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

Side by Side Diff: chrome/browser_tests.isolate

Issue 10806056: Move plugin_browsertests.cc from browser_tests to content_browsertests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync to mac+win fixes Created 8 years, 5 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 5 'variables': {
6 'isolate_dependency_tracked': [ 6 'isolate_dependency_tracked': [
7 '../net/tools/testserver/asn1.py', 7 '../net/tools/testserver/asn1.py',
8 '../net/tools/testserver/echo_message.py', 8 '../net/tools/testserver/echo_message.py',
9 '../net/tools/testserver/minica.py', 9 '../net/tools/testserver/minica.py',
10 '../net/tools/testserver/testserver.py', 10 '../net/tools/testserver/testserver.py',
(...skipping 580 matching lines...) Expand 10 before | Expand all | Expand 10 after
591 'test/data/media/bear.webm', 591 'test/data/media/bear.webm',
592 'test/data/media/bear_pcm.wav', 592 'test/data/media/bear_pcm.wav',
593 'test/data/media/bear_silent.ogv', 593 'test/data/media/bear_silent.ogv',
594 'test/data/media/bear_silent.webm', 594 'test/data/media/bear_silent.webm',
595 'test/data/media/player.html', 595 'test/data/media/player.html',
596 'test/data/navigate_opener.html', 596 'test/data/navigate_opener.html',
597 'test/data/nosniff-test.html', 597 'test/data/nosniff-test.html',
598 'test/data/nosniff-test.html.mock-http-headers', 598 'test/data/nosniff-test.html.mock-http-headers',
599 'test/data/notifications/notifications_request_function.html', 599 'test/data/notifications/notifications_request_function.html',
600 'test/data/notifications/notifications_request_inline.html', 600 'test/data/notifications/notifications_request_inline.html',
601 'test/data/npapi/arguments.html',
602 'test/data/npapi/get_javascript_open_popup_with_plugin.html',
603 'test/data/npapi/get_javascript_url.html',
604 'test/data/npapi/get_javascript_url2.html',
605 'test/data/npapi/get_javascript_url2_frame.html',
606 'test/data/npapi/geturl.html',
607 'test/data/npapi/geturl_redirect_notify.html',
608 'test/data/npapi/layout_test_plugin.html',
609 'test/data/npapi/many_plugins.html',
610 'test/data/npapi/npapi.js',
611 'test/data/npapi/npobject_identity.html',
612 'test/data/npapi/npobject_proxy.html',
613 'test/data/npapi/npobject_released_on_destruction.html',
614 'test/data/npapi/npobject_set_exception.html',
615 'test/data/npapi/plugin_delete_in_deallocate.html',
616 'test/data/npapi/plugin_read_page.html',
617 'test/data/npapi/plugin_read_page.html.mock-http-headers',
618 'test/data/npapi/plugin_read_page_redirect_src.html',
619 'test/data/npapi/plugin_read_page_redirect_src.html.mock-http-headers' ,
620 'test/data/npapi/plugin_ref_target_page.html',
621 'test/data/npapi/plugin_ref_target_page.html.mock-http-headers',
622 'test/data/npapi/plugin_thread_async_call.html',
623 'test/data/npapi/plugin_url_request_404.html',
624 'test/data/npapi/plugin_url_request_fail_write.html',
625 'test/data/npapi/plugin_url_request_referrer_test.html',
626 'test/data/npapi/popup_window_with_target_plugin.html',
627 'test/data/npapi/private.html',
628 'test/data/npapi/schedule_timer.html',
629 'test/data/npapi/self_delete_plugin_geturl.html',
630 'test/data/npapi/self_delete_plugin_invoke.html',
631 'test/data/npapi/self_delete_plugin_invoke_alert.html',
632 'test/data/npapi/self_delete_plugin_stream.html',
633 'test/data/page_cycler/animate2.gif', 601 'test/data/page_cycler/animate2.gif',
634 'test/data/page_cycler/basic_css.html', 602 'test/data/page_cycler/basic_css.html',
635 'test/data/page_cycler/basic_html.html', 603 'test/data/page_cycler/basic_html.html',
636 'test/data/page_cycler/basic_js.html', 604 'test/data/page_cycler/basic_js.html',
637 'test/data/popup_blocker/popup-blocked-to-post-blank.html', 605 'test/data/popup_blocker/popup-blocked-to-post-blank.html',
638 'test/data/post_message.html', 606 'test/data/post_message.html',
639 'test/data/prerender/bear.ogv', 607 'test/data/prerender/bear.ogv',
640 'test/data/prerender/bear.wav', 608 'test/data/prerender/bear.wav',
641 'test/data/prerender/extension.crx', 609 'test/data/prerender/extension.crx',
642 'test/data/prerender/favicon.ico', 610 'test/data/prerender/favicon.ico',
(...skipping 1316 matching lines...) Expand 10 before | Expand all | Expand 10 after
1959 }, 1927 },
1960 }, { 1928 }, {
1961 'variables': { 1929 'variables': {
1962 'isolate_dependency_tracked': [ 1930 'isolate_dependency_tracked': [
1963 '../third_party/tlslite/tlslite/integration/TLSTwistedProtocolWrapper. py', 1931 '../third_party/tlslite/tlslite/integration/TLSTwistedProtocolWrapper. py',
1964 ], 1932 ],
1965 }, 1933 },
1966 }], 1934 }],
1967 ], 1935 ],
1968 } 1936 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698