blob: 32c65d21bf770fd439b594878e8e5bb0792a3d8e [file] [log] [blame]
# Copyright 2017 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//cc/cc.gni")
cc_component("mojo_embedder") {
output_name = "cc_mojo_embedder"
sources = [
"async_layer_tree_frame_sink.cc",
"async_layer_tree_frame_sink.h",
]
defines = [ "CC_MOJO_EMBEDDER_IMPLEMENTATION" ]
deps = [
"//base",
"//cc",
"//components/power_scheduler",
"//components/viz/client",
"//components/viz/common",
"//mojo/public/cpp/bindings",
"//services/viz/public/mojom",
]
}