e2edfba592
Bug: skia:9588 Change-Id: I8dc915f9cedd40b94f37f3d1ae89bb7d4767814f Reviewed-on: https://skia-review.googlesource.com/c/skia/+/252186 Commit-Queue: Eric Boren <borenet@google.com> Reviewed-by: Kevin Lubick <kjlubick@google.com>
14 lines
235 B
Python
14 lines
235 B
Python
# Copyright 2019 Google LLC
|
|
#
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
|
|
DEPS = [
|
|
'env',
|
|
'recipe_engine/file',
|
|
'recipe_engine/path',
|
|
'recipe_engine/step',
|
|
'run',
|
|
]
|