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

Unified Diff: isolate/ui_tests.json

Issue 9148004: Add script to run a test in a separate read-only directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/
Patch Set: Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « isolate/tree_creator.py ('k') | isolate/xvfb.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: isolate/ui_tests.json
===================================================================
--- isolate/ui_tests.json (revision 0)
+++ isolate/ui_tests.json (revision 0)
@@ -0,0 +1,52 @@
+{
+ "indir": "src/",
+ "outdir": "test",
+ "infiles": [
+ "base/base_paths_linux.cc",
+ "chrome/test/data/content-disposition-empty.html",
+ "chrome/test/data/content-disposition-inline.html",
+ "chrome/test/data/content-sniffer-test0.html",
+ "chrome/test/data/content-sniffer-test1.html",
+ "chrome/test/data/content-sniffer-test2.html",
+ "chrome/test/data/content-sniffer-test3.html",
+ "chrome/test/data/nosniff-test.html",
+ "chrome/test/data/download-test1.lib",
+ "chrome/test/data/download-test1.lib.mock-http-headers",
+ "chrome/test/data/download-test2.html",
+ "chrome/test/data/download-test2.html.mock-http-headers",
+ "chrome/test/data/download-test3.gif",
+ "chrome/test/data/download-test3.gif.mock-http-headers",
+ "chrome/test/data/download_page1.html",
+ "chrome/test/data/download_page2.html",
+ "chrome/test/data/download_page3.html",
+ "chrome/test/data/download_page4.html",
+ "chrome/test/data/dromaeo/",
+ "chrome/test/data/encoding_tests/",
+ "chrome/test/data/session_history/",
+ "chrome/test/data/sunspider/",
+ "chrome/test/data/v8_benchmark/",
+ "net/tools/testserver/",
+ "third_party/pyftpdlib/pyftpdlib/",
+ "third_party/tlslite/tlslite/",
+ "%(OUTDIR)s/resources.pak"
+ ],
+ "os": {
+ "linux": [
+ "%(OUTDIR)s/chrome",
+ "%(OUTDIR)s/chrome.pak",
+ "%(OUTDIR)s/locales/en-US.pak",
+ "%(OUTDIR)s/ui_tests",
+ "%(OUTDIR)s/xdisplaycheck",
+ "chrome/tools/test/reference_build/chrome_linux/"
+ ],
+ "win32": [
+ "%(OUTDIR)s/chrome.dll",
+ "%(OUTDIR)s/chrome.exe",
+ "%(OUTDIR)s/crash_service.exe",
+ "%(OUTDIR)s/locales/en-US.dll",
+ "%(OUTDIR)s/icudt46.dll",
+ "%(OUTDIR)s/ui_tests.exe",
+ "chrome/tools/test/reference_build/chrome/"
+ ]
+ }
+}
« no previous file with comments | « isolate/tree_creator.py ('k') | isolate/xvfb.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698