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

Side by Side Diff: chrome/browser_tests.isolate

Issue 10820007: Move all the layout tests that ran under browser_tests to run under content_browsertests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac 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 569 matching lines...) Expand 10 before | Expand all | Expand 10 after
580 'test/data/gpu/feature_compositing.html', 580 'test/data/gpu/feature_compositing.html',
581 'test/data/gpu/feature_multisampling.html', 581 'test/data/gpu/feature_multisampling.html',
582 'test/data/gpu/feature_raf_no_damage.html', 582 'test/data/gpu/feature_raf_no_damage.html',
583 'test/data/gpu/feature_webgl.html', 583 'test/data/gpu/feature_webgl.html',
584 'test/data/gpu/webgl_popup.html', 584 'test/data/gpu/webgl_popup.html',
585 'test/data/iframe.html', 585 'test/data/iframe.html',
586 'test/data/iframe_in_empty_frame.html', 586 'test/data/iframe_in_empty_frame.html',
587 'test/data/iframe_in_empty_frame.js', 587 'test/data/iframe_in_empty_frame.js',
588 'test/data/is_search_provider_installed.html', 588 'test/data/is_search_provider_installed.html',
589 'test/data/is_search_provider_installed_with_exception.html', 589 'test/data/is_search_provider_installed_with_exception.html',
590 'test/data/media/bear.ogv',
591 'test/data/media/bear.webm',
592 'test/data/media/bear_pcm.wav',
593 'test/data/media/bear_silent.ogv',
594 'test/data/media/bear_silent.webm',
595 'test/data/media/player.html',
596 'test/data/navigate_opener.html', 590 'test/data/navigate_opener.html',
597 'test/data/nosniff-test.html', 591 'test/data/nosniff-test.html',
598 'test/data/nosniff-test.html.mock-http-headers', 592 'test/data/nosniff-test.html.mock-http-headers',
599 'test/data/notifications/notifications_request_function.html', 593 'test/data/notifications/notifications_request_function.html',
600 'test/data/notifications/notifications_request_inline.html', 594 'test/data/notifications/notifications_request_inline.html',
601 'test/data/page_cycler/animate2.gif', 595 'test/data/page_cycler/animate2.gif',
602 'test/data/page_cycler/basic_css.html', 596 'test/data/page_cycler/basic_css.html',
603 'test/data/page_cycler/basic_html.html', 597 'test/data/page_cycler/basic_html.html',
604 'test/data/page_cycler/basic_js.html', 598 'test/data/page_cycler/basic_js.html',
605 'test/data/popup_blocker/popup-blocked-to-post-blank.html', 599 'test/data/popup_blocker/popup-blocked-to-post-blank.html',
(...skipping 1321 matching lines...) Expand 10 before | Expand all | Expand 10 after
1927 }, 1921 },
1928 }, { 1922 }, {
1929 'variables': { 1923 'variables': {
1930 'isolate_dependency_tracked': [ 1924 'isolate_dependency_tracked': [
1931 '../third_party/tlslite/tlslite/integration/TLSTwistedProtocolWrapper. py', 1925 '../third_party/tlslite/tlslite/integration/TLSTwistedProtocolWrapper. py',
1932 ], 1926 ],
1933 }, 1927 },
1934 }], 1928 }],
1935 ], 1929 ],
1936 } 1930 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698