efebaa2a11
Bug: skia:9438 Change-Id: I21ce6a1483a1def71f073aba9cc00f22f7d1de3b Reviewed-on: https://skia-review.googlesource.com/c/skia/+/283438 Commit-Queue: Weston Tracey <westont@google.com> Reviewed-by: Eric Boren <borenet@google.com>
16 lines
287 B
Python
16 lines
287 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/python',
|
|
'recipe_engine/raw_io',
|
|
'recipe_engine/step',
|
|
'run',
|
|
]
|