Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Unified Diff: mojo/services/public/cpp/view_manager/BUILD.gn

Issue 534843002: Convert view manager to surfaces with uploading shim in client lib (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove overzealous shutdown check in cc/surfaces, add NON_EXPORTED_BASE for windows build, saturate… Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/services/public/cpp/surfaces/surfaces_utils.h ('k') | mojo/services/public/cpp/view_manager/lib/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/public/cpp/view_manager/BUILD.gn
diff --git a/mojo/services/public/cpp/view_manager/BUILD.gn b/mojo/services/public/cpp/view_manager/BUILD.gn
index 994755f4304ace32dc3b9c12b4dbc936a18f4abe..9cf1bc41ea30b4a9c88b4ed217db9e85c5e1e1c7 100644
--- a/mojo/services/public/cpp/view_manager/BUILD.gn
+++ b/mojo/services/public/cpp/view_manager/BUILD.gn
@@ -2,9 +2,13 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//mojo/system.gni")
+
# GYP version: mojo/mojo_services.gypi:mojo_view_manager_lib
source_set("view_manager") {
sources = [
+ "lib/bitmap_uploader.cc",
+ "lib/bitmap_uploader.h",
"lib/view.cc",
"lib/view_manager_client_factory.cc",
"lib/view_manager_client_impl.cc",
@@ -23,17 +27,20 @@ source_set("view_manager") {
deps = [
":common",
"//base",
+ "//cc/surfaces",
+ "//gpu",
"//mojo/public/cpp/application:chromium",
"//mojo/public/interfaces/application",
"//mojo/services/public/cpp/geometry",
"//mojo/services/public/interfaces/geometry",
+ "//mojo/services/public/interfaces/gpu",
"//mojo/services/public/interfaces/view_manager",
"//mojo/services/public/interfaces/window_manager",
"//skia",
"//ui/events",
"//ui/gfx",
"//ui/gfx/geometry",
- ]
+ ] + mojo_gles2_for_shared_library
forward_dependent_configs_from = [ "//skia" ]
}
« no previous file with comments | « mojo/services/public/cpp/surfaces/surfaces_utils.h ('k') | mojo/services/public/cpp/view_manager/lib/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698