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

Unified Diff: mojo/gles2/BUILD.gn

Issue 2007813003: Remove Mojo GLES2 API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Created 4 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 | « mash/wm/BUILD.gn ('k') | mojo/gles2/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/gles2/BUILD.gn
diff --git a/mojo/gles2/BUILD.gn b/mojo/gles2/BUILD.gn
deleted file mode 100644
index 5cacc43ed3f751c9869704b83171762f2e6fc101..0000000000000000000000000000000000000000
--- a/mojo/gles2/BUILD.gn
+++ /dev/null
@@ -1,47 +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.
-
-config("mojo_use_gles2") {
- defines = [ "MOJO_USE_GLES2_IMPL" ]
-}
-
-config("gles2_use_mojo") {
- defines = [ "GLES2_USE_MOJO" ]
-}
-
-component("gles2") {
- output_name = "mojo_gles2_impl"
- sources = [
- "gles2_impl.cc",
- ]
-
- defines = [
- "GL_GLEXT_PROTOTYPES",
- "MOJO_GLES2_IMPLEMENTATION",
- ]
-
- configs += [
- ":gles2_use_mojo",
- ":mojo_use_gles2",
- ]
- public_configs = [
- ":gles2_use_mojo",
- "//third_party/khronos:khronos_headers",
- ]
- all_dependent_configs = [ ":mojo_use_gles2" ]
-
- public_deps = [
- "//mojo/public/c/gles2",
- ]
-
- deps = [
- "//base",
- "//base/third_party/dynamic_annotations",
- "//components/mus/public/cpp",
- "//gpu/command_buffer/client:gles2_interface",
- "//mojo/public/c/system:for_component",
- ]
-
- include_dirs = [ ".." ]
-}
« no previous file with comments | « mash/wm/BUILD.gn ('k') | mojo/gles2/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698