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

Unified Diff: services/surfaces/BUILD.gn

Issue 1537803002: Revert "Delete the Surfaces service." (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years 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
Index: services/surfaces/BUILD.gn
diff --git a/services/surfaces/BUILD.gn b/services/surfaces/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..1cdc736245c03d4d091ae74aa27e486e37545c2d
--- /dev/null
+++ b/services/surfaces/BUILD.gn
@@ -0,0 +1,48 @@
+# Copyright 2014 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("//mojo/public/mojo_application.gni")
+
+mojo_native_application("surfaces") {
+ output_name = "surfaces_service"
+ sources = [
+ "context_provider_mojo.cc",
+ "context_provider_mojo.h",
+ "display_factory_impl.cc",
+ "display_factory_impl.h",
+ "display_impl.cc",
+ "display_impl.h",
+ "surfaces_impl.cc",
+ "surfaces_impl.h",
+ "surfaces_output_surface.cc",
+ "surfaces_output_surface.h",
+ "surfaces_scheduler.cc",
+ "surfaces_scheduler.h",
+ "surfaces_service_application.cc",
+ "surfaces_service_application.h",
+ ]
+
+ deps = [
+ "//base",
+ "//cc",
+ "//cc/surfaces",
+ "//cc/surfaces:surface_id",
+ "//gpu/command_buffer/client:gles2_interface",
+ "//mojo/application",
+ "//mojo/common",
+ "//mojo/common:tracing_impl",
+ "//mojo/converters/geometry",
+ "//mojo/converters/surfaces",
+ "//mojo/environment:chromium",
+ "//mojo/gpu",
+ "//mojo/public/c/gpu",
+ "//mojo/public/cpp/bindings",
+ "//mojo/public/cpp/environment",
+ "//mojo/public/cpp/system",
+ "//mojo/services/geometry/interfaces",
+ "//mojo/services/gpu/interfaces",
+ "//mojo/services/surfaces/interfaces",
+ "//ui/gfx/geometry",
+ ]
+}
« no previous file with comments | « services/fake_surfaces/fake_surfaces_service_application.cc ('k') | services/surfaces/context_provider_mojo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698