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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « isolate/tree_creator.py ('k') | isolate/xvfb.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "indir": "src/",
3 "outdir": "test",
4 "infiles": [
5 "base/base_paths_linux.cc",
6 "chrome/test/data/content-disposition-empty.html",
7 "chrome/test/data/content-disposition-inline.html",
8 "chrome/test/data/content-sniffer-test0.html",
9 "chrome/test/data/content-sniffer-test1.html",
10 "chrome/test/data/content-sniffer-test2.html",
11 "chrome/test/data/content-sniffer-test3.html",
12 "chrome/test/data/nosniff-test.html",
13 "chrome/test/data/download-test1.lib",
14 "chrome/test/data/download-test1.lib.mock-http-headers",
15 "chrome/test/data/download-test2.html",
16 "chrome/test/data/download-test2.html.mock-http-headers",
17 "chrome/test/data/download-test3.gif",
18 "chrome/test/data/download-test3.gif.mock-http-headers",
19 "chrome/test/data/download_page1.html",
20 "chrome/test/data/download_page2.html",
21 "chrome/test/data/download_page3.html",
22 "chrome/test/data/download_page4.html",
23 "chrome/test/data/dromaeo/",
24 "chrome/test/data/encoding_tests/",
25 "chrome/test/data/session_history/",
26 "chrome/test/data/sunspider/",
27 "chrome/test/data/v8_benchmark/",
28 "net/tools/testserver/",
29 "third_party/pyftpdlib/pyftpdlib/",
30 "third_party/tlslite/tlslite/",
31 "%(OUTDIR)s/resources.pak"
32 ],
33 "os": {
34 "linux": [
35 "%(OUTDIR)s/chrome",
36 "%(OUTDIR)s/chrome.pak",
37 "%(OUTDIR)s/locales/en-US.pak",
38 "%(OUTDIR)s/ui_tests",
39 "%(OUTDIR)s/xdisplaycheck",
40 "chrome/tools/test/reference_build/chrome_linux/"
41 ],
42 "win32": [
43 "%(OUTDIR)s/chrome.dll",
44 "%(OUTDIR)s/chrome.exe",
45 "%(OUTDIR)s/crash_service.exe",
46 "%(OUTDIR)s/locales/en-US.dll",
47 "%(OUTDIR)s/icudt46.dll",
48 "%(OUTDIR)s/ui_tests.exe",
49 "chrome/tools/test/reference_build/chrome/"
50 ]
51 }
52 }
OLDNEW
« 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