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.
5 import("//third_party/mojo/src/mojo/public/mojo_sdk.gni")
7 mojo_sdk_source_set("cpp") {
8 restrict_external_deps = false
12 "lib/scoped_view_ptr.cc",
14 "lib/view_observer.cc",
15 "lib/view_private.cc",
17 "lib/view_surface.cc",
18 "lib/view_tree_client_impl.cc",
19 "lib/view_tree_client_impl.h",
20 "lib/view_tree_delegate.cc",
21 "lib/view_tree_host_factory.cc",
27 "view_surface_client.h",
30 "view_tree_connection.h",
31 "view_tree_delegate.h",
32 "view_tree_host_factory.h",
38 "//mojo/services/network/public/interfaces",
42 "//mojo/application/public/cpp",
43 "//mojo/application/public/interfaces",
44 "//mojo/converters/surfaces",
45 "//ui/mojo/events:interfaces",
46 "//ui/mojo/geometry:interfaces",
51 "mojo/public/c/gles2:headers",
52 "mojo/public/cpp/bindings:bindings",
53 "mojo/public/cpp/system",
57 source_set("common") {