8cd50418af
R=borenet@google.com Bug: chromium:739984 Change-Id: I077c4e6f494eb7e93851201120048ba1ef5faa07 Reviewed-on: https://skia-review.googlesource.com/21921 Commit-Queue: Eric Boren <borenet@google.com> Reviewed-by: Eric Boren <borenet@google.com>
12 lines
279 B
Python
12 lines
279 B
Python
# Copyright 2015 The Chromium Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
DEPS = [
|
|
'depot_tools/gsutil',
|
|
'recipe_engine/file',
|
|
'recipe_engine/path',
|
|
'recipe_engine/step',
|
|
'run',
|
|
]
|