Skip to content

Commit

Permalink
Remove //gpu and other unused code
Browse files Browse the repository at this point in the history
Oneline diffstat: 489 files changed, 4 insertions(+), 186980
deletions(-)

This deletes all of //gpu (except for one export header) and
various bits of //mojo/{gpu,gles2} that are
not used. SkyShell on Android/iOS/etc bind to the system's GL
driver via //ui/gl. sky_viewer.mojo
binds to the Mojo C entry points.
  • Loading branch information
jamesr committed Aug 27, 2015
1 parent 790e5c2 commit ac393ed
Show file tree
Hide file tree
Showing 489 changed files with 4 additions and 186,980 deletions.
14 changes: 0 additions & 14 deletions gpu/BUILD.gn
Original file line number Diff line number Diff line change
@@ -1,15 +1 @@
# 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("gpu_implementation") {
defines = [ "GPU_IMPLEMENTATION" ]
}

component("gpu") {
public_deps = [
"//gpu/command_buffer/client",
"//gpu/command_buffer/common",
"//gpu/config",
]
}
5 changes: 0 additions & 5 deletions gpu/command_buffer/OWNERS

This file was deleted.

Loading

0 comments on commit ac393ed

Please sign in to comment.