| # Copyright 2017 The Chromium Authors | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| # A dependency to include in targets that require make_dafsa.py at runtime. | |
| group("make_dafsa_runtime") { | |
| data = [ "make_dafsa.py" ] | |
| data_deps = [ | |
| "//chrome/browser/media:media_engagement_preload_proto_py_runtime", | |
| "//third_party/protobuf:py_proto_runtime", | |
| ] | |
| } |