blob: 4681468c00a6f11a399b5f73b1a94acb000a6caf [file] [log] [blame] [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.
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/traced_application",
"//examples/dart/wget",
]
}