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", |
| 14 "src/third_party/android_testrunner": |
| 15 "https://src.chromium.org/chrome/trunk/src/third_party/android_testrunner"
, |
| 16 } |
OLD | NEW |