blob: a59a2bcb5b64a306614304f8ddac502d425d29a1 [file] [log] [blame]
# 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",
]
}