blob: 32a6987b3587bdb39f62e572639e5cd0339306a0 [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("../../tools/bindings/mojom.gni")
# GYP version: mojo/public/mojo_public.gyp:mojo_application_bindings
mojom("application") {
sources = [
"application.mojom",
"service_provider.mojom",
"shell.mojom",
]
# The import_from ensures that Dart's Mojo SDK can be imported with, e.g.,
# import 'package:mojo/public/dart/core.dart' even when the Mojo SDK lives
# somewhere else in the source tree.
import_from = mojo_root
}