blob: d894e8d7b774fc0a0cb69b49693dd94abc6e4976 [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/echo_client:dart_echo_client",
"//examples/dart/hello_world/hello",
"//examples/dart/hello_world/world",
"//examples/dart/netcat",
"//examples/dart/wget",
]
}