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

Unified Diff: components/view_manager/gles2/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/gesture_manager_unittest.cc ('k') | components/view_manager/gles2/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/view_manager/gles2/BUILD.gn
diff --git a/components/view_manager/gles2/BUILD.gn b/components/view_manager/gles2/BUILD.gn
deleted file mode 100644
index 130e5e87ec041190f76019d1ebb62869171db8f4..0000000000000000000000000000000000000000
--- a/components/view_manager/gles2/BUILD.gn
+++ /dev/null
@@ -1,81 +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("gles2") {
- visibility = [
- "//components/view_manager:lib",
- "//components/view_manager/surfaces:*",
- "//mojo/runner:lib", # For android
- ]
-
- sources = [
- "command_buffer_driver.cc",
- "command_buffer_driver.h",
- "command_buffer_impl.cc",
- "command_buffer_impl.h",
- "command_buffer_impl_observer.h",
- "command_buffer_local.cc",
- "command_buffer_local.h",
- "command_buffer_local_client.h",
- "gpu_impl.cc",
- "gpu_impl.h",
- "gpu_memory_tracker.cc",
- "gpu_memory_tracker.h",
- "gpu_state.cc",
- "gpu_state.h",
- ]
-
- public_deps = [
- ":lib",
- ]
- deps = [
- "//base",
- "//components/view_manager/public/interfaces",
- "//gpu/command_buffer/client",
- "//gpu/command_buffer/service",
- "//mojo/converters/geometry",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
- "//ui/mojo/geometry:interfaces",
- "//ui/gfx",
- "//ui/gfx/geometry",
- "//ui/gl",
- ]
-
- if (is_android) {
- deps += [ "//mojo/platform_handle:defs" ]
- } else {
- deps += [ "//mojo/platform_handle" ]
- }
-
- include_dirs = [ "../.." ]
-}
-
-source_set("lib") {
- sources = [
- "command_buffer_type_conversions.cc",
- "command_buffer_type_conversions.h",
- "mojo_buffer_backing.cc",
- "mojo_buffer_backing.h",
- "mojo_gpu_memory_buffer.cc",
- "mojo_gpu_memory_buffer.h",
- "mojo_gpu_memory_buffer_manager.cc",
- "mojo_gpu_memory_buffer_manager.h",
- "raster_thread_helper.cc",
- "raster_thread_helper.h",
- ]
-
- deps = [
- "//base",
- "//cc",
- "//components/view_manager/public/interfaces",
- "//gpu/command_buffer/common",
- "//gpu/command_buffer/client",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
- "//third_party/mojo/src/mojo/public/cpp/system",
- "//ui/gfx",
- "//ui/gfx/geometry",
- ]
-
- include_dirs = [ "../.." ]
-}
« no previous file with comments | « components/view_manager/gesture_manager_unittest.cc ('k') | components/view_manager/gles2/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698