1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
22 shared_library("mojo_dart_core") {
23 defines = ["DART_SHARED_LIB"]
25 "src/mojo_dart_core.cc",
28 "//mojo/public/c/environment",
29 "//mojo/public/c/system:for_shared_library",
30 "//mojo/public/cpp/environment:standalone",
31 "//mojo/public/cpp/system",
32 "//mojo/public/cpp/utility",
33 "//mojo/public/cpp/bindings:callback",
38 copy("copy_core_library") {
40 "$root_out_dir/libmojo_dart_core.so",
43 "$root_out_dir/gen/mojo/public/dart/src/libmojo_dart_core.so"
60 "src/handle_watcher.dart",
61 "src/message_pipe.dart",
65 "{{source_gen_dir}}/{{source_file_part}}"