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

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

Issue 1344573002: Mandoline: Rename components/view_manager to components/mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 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 | « components/view_manager/server_view_observer.h ('k') | components/view_manager/surfaces/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/view_manager/surfaces/BUILD.gn
diff --git a/components/view_manager/surfaces/BUILD.gn b/components/view_manager/surfaces/BUILD.gn
deleted file mode 100644
index 25ded3ac647e6dab1a26054a90615cf7d31f4e4b..0000000000000000000000000000000000000000
--- a/components/view_manager/surfaces/BUILD.gn
+++ /dev/null
@@ -1,39 +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.
-
-source_set("surfaces") {
- sources = [
- "surfaces_context_provider.cc",
- "surfaces_context_provider.h",
- "surfaces_context_provider_delegate.h",
- "surfaces_output_surface.cc",
- "surfaces_output_surface.h",
- "surfaces_scheduler.cc",
- "surfaces_scheduler.h",
- "surfaces_state.cc",
- "surfaces_state.h",
- "top_level_display_client.cc",
- "top_level_display_client.h",
- ]
-
- deps = [
- "//base",
- "//cc",
- "//cc/surfaces",
- "//cc/surfaces:surface_id",
- "//components/view_manager/gles2",
- "//components/view_manager/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",
- "//mojo/application/public/cpp",
- "//mojo/common:tracing_impl",
- "//mojo/converters/geometry",
- "//mojo/converters/surfaces",
- "//ui/gfx",
- "//ui/gl",
- "//ui/mojo/geometry:interfaces",
- ]
-}
« no previous file with comments | « components/view_manager/server_view_observer.h ('k') | components/view_manager/surfaces/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698