blob: 202d78ebe01b8e11225838ba4881f6a453b8c2fa [file] [log] [blame]
# Copyright 2017 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("//third_party/WebKit/Source/core/core.gni")
blink_core_sources("mojo") {
sources = [
"Mojo.cpp",
"Mojo.h",
"MojoHandle.cpp",
"MojoHandle.h",
"MojoWatcher.cpp",
"MojoWatcher.h",
"testing/MojoInterfaceInterceptor.cpp",
"testing/MojoInterfaceInterceptor.h",
"testing/MojoInterfaceRequestEvent.cpp",
"testing/MojoInterfaceRequestEvent.h",
]
deps = [
"//mojo/public/cpp/system",
"//services/service_manager/public/cpp",
]
}