OLD | NEW |
---|---|
(Empty) | |
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 | |
3 # found in the LICENSE file. | |
4 | |
5 deps = { | |
6 "src/third_party/webpagereplay": | |
7 "http://web-page-replay.googlecode.com/svn/trunk", | |
8 "src/tools/telemetry": | |
9 "https://src.chromium.org/chrome/trunk/src/tools/telemetry", | |
10 "src/chrome/test/functional": | |
11 "https://src.chromium.org/chrome/trunk/src/chrome/test/functional", | |
12 "src/build/android": | |
13 "https://src.chromium.org/chrome/trunk/src/build/android", | |
nduca
2013/01/09 11:19:57
Probably not relevant for this patchset, but we're
wiltzius
2013/01/10 00:56:33
Yes, but probably not relevant for the base bootst
| |
14 "src/third_party/android_testrunner": | |
15 "https://src.chromium.org/chrome/trunk/src/third_party/android_testrunner" , | |
16 } | |
OLD | NEW |