blob: be3af57868dbb6fd6062266453689cd84148bdc7 [file] [edit]
# Copyright 2014 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.
group("default") {
testonly = true
deps = [
"//flutter",
]
}
group("dist") {
testonly = true
deps = [
"//flutter:dist",
]
}