Skip to content

Commit

Permalink
Use common system_utils
Browse files Browse the repository at this point in the history
  • Loading branch information
swift-kim committed Aug 4, 2021
1 parent f89ac53 commit e9e4bf6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 70 deletions.
3 changes: 1 addition & 2 deletions shell/platform/tizen/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ template("embedder") {
"flutter_tizen_texture_registrar.cc",
"key_event_handler.cc",
"logger.cc",
"system_utils.cc",
"tizen_event_loop.cc",
"tizen_input_method_context.cc",
"tizen_renderer.cc",
Expand Down Expand Up @@ -155,7 +156,6 @@ template("embedder") {
"channels/settings_channel_tizen.cc",
"external_texture_pixel_gl.cc",
"external_texture_surface_gl.cc",
"system_utils_tizen.cc",
]

libs += [
Expand All @@ -179,7 +179,6 @@ template("embedder") {
"channels/settings_channel_linux.cc",
"external_texture_pixel_gl_stub.cc",
"external_texture_surface_gl_stub.cc",
"system_utils_linux.cc",
]
}

Expand Down
File renamed without changes.
68 changes: 0 additions & 68 deletions shell/platform/tizen/system_utils_tizen.cc

This file was deleted.

0 comments on commit e9e4bf6

Please sign in to comment.