c98b2afc7b
Bug: skia:11785 Change-Id: Ie66d0c49c978c02c23412b6525ee5d5e94f5d5d1 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/388137 Reviewed-by: Eric Boren <borenet@google.com> Reviewed-by: Kevin Lubick <kjlubick@google.com>
12 lines
270 B
Python
12 lines
270 B
Python
# Copyright 2017 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 = [
|
|
'recipe_engine/context',
|
|
'recipe_engine/python',
|
|
'recipe_engine/step',
|
|
'run',
|
|
'vars',
|
|
]
|