Skip to content

Commit

Permalink
Remove texture image. (flutter#3434)
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmaygarde authored Feb 17, 2017
1 parent d7199e5 commit 516b832
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 342 deletions.
5 changes: 0 additions & 5 deletions flow/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

source_set("flow") {
sources = [
"bitmap_image.cc",
"bitmap_image.h",
"compositor_context.cc",
"compositor_context.h",
"instrumentation.cc",
Expand Down Expand Up @@ -41,7 +39,6 @@ source_set("flow") {
"raster_cache.h",
"scene_update_context.cc",
"scene_update_context.h",
"texture_image.h",
]

deps = [
Expand All @@ -57,7 +54,6 @@ source_set("flow") {
sources += [
"layers/child_scene_layer.cc",
"layers/child_scene_layer.h",
"texture_image_none.cc",
]
public_deps = [
"//apps/mozart/lib/skia",
Expand All @@ -68,7 +64,6 @@ source_set("flow") {
"gl_connection.cc",
"gl_connection.h",
"open_gl.h",
"texture_image_gles2.cc",
]
}
}
13 changes: 0 additions & 13 deletions flow/bitmap_image.cc

This file was deleted.

17 changes: 0 additions & 17 deletions flow/bitmap_image.h

This file was deleted.

18 changes: 0 additions & 18 deletions flow/texture_image.h

This file was deleted.

232 changes: 0 additions & 232 deletions flow/texture_image_gles2.cc

This file was deleted.

14 changes: 0 additions & 14 deletions flow/texture_image_none.cc

This file was deleted.

Loading

0 comments on commit 516b832

Please sign in to comment.