# 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", | |
] | |
} |