blob: 10f262c79c5a6f098731589554608453afbec01d [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")
dartzip_packaged_application("device_info") {
output_name = "dart_device_info_example"
sources = [
"main.dart",
]
deps = [
"//mojo/public/dart",
"//mojo/services/device_info/public/interfaces",
]
}