Remove //gpu and other unused code

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.
This commit is contained in:
James Robinson 2015-08-25 16:13:06 -07:00
parent aa27d6665b
commit b57cbd1970

View File

@ -71,7 +71,6 @@ _third_party_deps = [
dirs_from_chromium = _base_deps + _build_deps + _chromium_libs + _third_party_deps
dirs_from_mojo = [
'gpu',
'mojo/android',
'mojo/application',
'mojo/common',
@ -84,7 +83,6 @@ dirs_from_mojo = [
'mojo/java',
'mojo/message_pump',
'mojo/services',
'mojo/skia',
'services/asset_bundle',
'services/keyboard',
'services/sensors',
@ -96,7 +94,6 @@ files_not_to_roll = [
'build/config/ui.gni',
'build/ls.py',
'build/module_args/mojo.gni',
'gpu/BUILD.gn',
'tools/android/download_android_tools.py',
'tools/android/VERSION_LINUX_NDK',
'tools/android/VERSION_LINUX_SDK',