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

Unified Diff: components/mus/surfaces/BUILD.gn

Issue 2119963002: Move mus to //services/ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 6 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/mus/public/interfaces/window_tree_host.mojom ('k') | components/mus/surfaces/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/surfaces/BUILD.gn
diff --git a/components/mus/surfaces/BUILD.gn b/components/mus/surfaces/BUILD.gn
deleted file mode 100644
index 95270535660d04a2f17e98efd6ea2c9c65d83255..0000000000000000000000000000000000000000
--- a/components/mus/surfaces/BUILD.gn
+++ /dev/null
@@ -1,51 +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("//build/config/ui.gni")
-
-source_set("surfaces") {
- sources = [
- "direct_output_surface.cc",
- "direct_output_surface.h",
- "display_compositor.cc",
- "display_compositor.h",
- "surfaces_context_provider.cc",
- "surfaces_context_provider.h",
- "surfaces_context_provider_delegate.h",
- "surfaces_state.cc",
- "surfaces_state.h",
- ]
-
- deps = [
- "//base",
- "//cc",
- "//cc/surfaces",
- "//cc/surfaces:surface_id",
- "//components/display_compositor",
- "//components/mus/common:mus_common",
- "//components/mus/gles2",
- "//components/mus/gpu",
- "//components/mus/public/interfaces",
- "//gpu/command_buffer/client",
- "//gpu/command_buffer/client:gles2_cmd_helper",
- "//gpu/command_buffer/client:gles2_implementation",
- "//gpu/command_buffer/client:gles2_interface",
- "//gpu/ipc/client",
- "//services/shell/public/cpp",
- "//services/tracing/public/cpp",
- "//ui/gfx",
- "//ui/gfx/geometry/mojo",
- "//ui/gl",
- ]
-
- if (use_ozone) {
- sources += [
- "direct_output_surface_ozone.cc",
- "direct_output_surface_ozone.h",
- "ozone_gpu_memory_buffer_manager.cc",
- "ozone_gpu_memory_buffer_manager.h",
- ]
- deps += [ "//gpu/command_buffer/common" ]
- }
-}
« no previous file with comments | « components/mus/public/interfaces/window_tree_host.mojom ('k') | components/mus/surfaces/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698