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

Unified Diff: mojo/gpu/BUILD.gn

Issue 1533753002: Remove TextureCache and TextureUploader. (Closed) Base URL: git@github.com:domokit/mojo.git@cl-2a
Patch Set: rebase Created 5 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/BUILD.gn ('k') | mojo/gpu/texture_cache.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/gpu/BUILD.gn
diff --git a/mojo/gpu/BUILD.gn b/mojo/gpu/BUILD.gn
index 27d27234e8bcea6d76ed9bdc59da1f67ab35b732..e0b34478ad82093665bc670ad906e727eed072f3 100644
--- a/mojo/gpu/BUILD.gn
+++ b/mojo/gpu/BUILD.gn
@@ -16,10 +16,6 @@ source_set("gpu") {
"mojo_context_support.h",
"mojo_gles2_impl_autogen.cc",
"mojo_gles2_impl_autogen.h",
- "texture_cache.cc",
- "texture_cache.h",
- "texture_uploader.cc",
- "texture_uploader.h",
]
public_deps = [
@@ -42,30 +38,5 @@ source_set("gpu") {
"//mojo/services/geometry/cpp",
"//mojo/services/geometry/interfaces",
"//mojo/services/gpu/interfaces",
- "//mojo/services/surfaces/cpp",
- "//mojo/services/surfaces/interfaces",
- "//mojo/services/surfaces/interfaces:surface_id",
- ]
-}
-
-mojo_native_application("apptests") {
- output_name = "texture_apptests"
-
- testonly = true
-
- sources = [
- "texture_cache_unittest.cc",
- "texture_uploader_unittest.cc",
- ]
-
- deps = [
- ":gpu",
- "//base",
- "//mojo/application",
- "//mojo/application:test_support",
- "//mojo/public/cpp/bindings:callback",
- "//mojo/services/geometry/interfaces",
- "//mojo/services/surfaces/interfaces:surface_id",
- "//testing/gtest",
]
}
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/gpu/texture_cache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698