OLD | NEW |
(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 } |
OLD | NEW |