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

Side by Side Diff: DEPS

Issue 410803002: Add a DEPS file to Blink to control the revisions of the w3c test repos. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add .gitignore entries for the new locations Created 6 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
« no previous file with comments | « .gitignore ('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
(Empty)
1 vars = {
2 "chromium_git": "https://chromium.googlesource.com",
3 }
4
5 deps = {
6 # FIXME, for now we checkout out these repos at empty revisions so that
7 # we don't run any tests in them.
8 # Once we can drop the repos pulled in directly through Chromium's src/DEPS,
9 # we can move to r6bed4516fe8522d65512c76ef02e4f0ae8234395.
10 "src/third_party/WebKit/LayoutTests/third_party/web-platform-tests":
11 Var("chromium_git") +
12 "/external/w3c/web-platform-tests.git@35a9c0f1348052303a03523781c26ca98572f fa7",
13
14 "src/third_party/WebKit/LayoutTests/third_party/csswg-test":
15 Var("chromium_git") +
16 "/external/w3c/csswg-test.git@bacbb4a8dca702cd86646761fde96793db13d4f1",
17 }
OLDNEW
« no previous file with comments | « .gitignore ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698