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

Unified Diff: components/surfaces/BUILD.gn

Issue 1150093003: Move GLES2, GPU & Surfaces into the ViewManager directory. This does not merge the applications, th… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 7 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 | « components/html_viewer/web_layer_tree_view_impl.h ('k') | components/surfaces/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/surfaces/BUILD.gn
diff --git a/components/surfaces/BUILD.gn b/components/surfaces/BUILD.gn
deleted file mode 100644
index 6a461db0ed75c32560f039aca678bdc885f24f26..0000000000000000000000000000000000000000
--- a/components/surfaces/BUILD.gn
+++ /dev/null
@@ -1,54 +0,0 @@
-# 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("//third_party/mojo/src/mojo/public/mojo_application.gni")
-
-mojo_native_application("surfaces") {
- output_name = "surfaces_service"
- sources = [
- "main.cc",
- ]
-
- deps = [
- ":lib",
- "//mojo/environment:chromium",
- "//third_party/mojo/src/mojo/public/cpp/system",
- ]
-}
-
-source_set("lib") {
- sources = [
- "display_factory_impl.cc",
- "display_factory_impl.h",
- "display_impl.cc",
- "display_impl.h",
- "surfaces_context_provider.cc",
- "surfaces_context_provider.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",
- "//components/gpu/public/interfaces",
- "//components/surfaces/public/interfaces",
- "//gpu/command_buffer/client:gles2_interface",
- "//mojo/application/public/cpp",
- "//mojo/common:tracing_impl",
- "//mojo/converters/geometry",
- "//mojo/converters/surfaces",
- "//third_party/mojo/src/mojo/public/c/gles2",
- "//ui/gfx/geometry",
- "//ui/mojo/geometry:interfaces",
- ]
-}
« no previous file with comments | « components/html_viewer/web_layer_tree_view_impl.h ('k') | components/surfaces/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698