blob: 2297c5d491d2c8f59a736285c1e48c6d19514304 [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_sdk.gni")
mojo_sdk_source_set("mojo_internal_impl") {
sources = [
"dart_handle_watcher.cc",
"dart_handle_watcher.h",
"mojo_natives.cc",
"mojo_natives.h",
]
deps = [
"//dart/runtime:libdart",
]
mojo_sdk_deps = [
"mojo/public/c/system:system",
"mojo/public/cpp/environment:environment",
"mojo/public/cpp/system:system",
]
}