blob: 1b3ea40551bd35c61abb63f0e89fe89f72006f69 [file] [log] [blame]
# 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.
import("//build/config/ui.gni")
group("dart") {
deps = [
"//examples/dart/device_info",
"//examples/dart/hello_world/hello",
"//examples/dart/hello_world/world",
"//examples/dart/netcat",
"//examples/dart/traced_application",
"//examples/dart/wget",
]
}