blob: 3fae9a36849f29c22673b436c6ad6b41d66fce2f [file] [log] [blame]
# Copyright 2015 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("//mojo/public/dart/rules.gni")
dart_packaged_application("device_info") {
output_name = "dart_device_info_example"
sources = [
"main.dart",
]
deps = [
"//mojo/public/dart",
"//mojo/services/device_info/public/interfaces",
]
}