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

Unified Diff: mojo/services/gles2/BUILD.gn

Issue 769173002: Move native_viewport and gles2 service impls to //services (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 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
« no previous file with comments | « mojo/services/BUILD.gn ('k') | mojo/services/gles2/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/gles2/BUILD.gn
diff --git a/mojo/services/gles2/BUILD.gn b/mojo/services/gles2/BUILD.gn
deleted file mode 100644
index 0a4f66a6fbb62690b36aacce5c41181c98e5f20c..0000000000000000000000000000000000000000
--- a/mojo/services/gles2/BUILD.gn
+++ /dev/null
@@ -1,46 +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("//mojo/public/tools/bindings/mojom.gni")
-
-source_set("gles2") {
- sources = [
- "command_buffer_driver.cc",
- "command_buffer_driver.h",
- "command_buffer_impl.cc",
- "command_buffer_impl.h",
- "gpu_impl.cc",
- "gpu_impl.h",
- ]
-
- public_deps = [ ":lib" ]
- deps = [
- "//base",
- "//gpu/command_buffer/service",
- "//mojo/converters/geometry",
- "//mojo/public/cpp/bindings",
- "//mojo/services/public/interfaces/geometry",
- "//mojo/services/public/interfaces/gpu",
- "//ui/gfx",
- "//ui/gfx/geometry",
- "//ui/gl",
- ]
-}
-
-source_set("lib") {
- sources = [
- "command_buffer_type_conversions.cc",
- "command_buffer_type_conversions.h",
- "mojo_buffer_backing.cc",
- "mojo_buffer_backing.h",
- ]
-
- deps = [
- "//base",
- "//gpu/command_buffer/common",
- "//mojo/public/cpp/bindings",
- "//mojo/public/cpp/system",
- "//mojo/services/public/interfaces/gpu",
- ]
-}
« no previous file with comments | « mojo/services/BUILD.gn ('k') | mojo/services/gles2/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698