Skip to content

Commit

Permalink
Remove //base dependency from sky_snapshot (flutter#2872)
Browse files Browse the repository at this point in the history
  • Loading branch information
abarth authored Aug 5, 2016
1 parent 31cd936 commit 05874ba
Show file tree
Hide file tree
Showing 12 changed files with 208 additions and 535 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ deps = {
Var('fuchsia_git') + '/ftl' + '@' + 'e9ebb15d179fed9467e5fb3ce6fb807cc4ad9a8b',

'src/lib/tonic':
Var('fuchsia_git') + '/tonic' + '@' + '18fa4dec7495e0bafc9e3e6c1783e726c032d987',
Var('fuchsia_git') + '/tonic' + '@' + '325db6a9d6d32351e86843e5db0dfaad5f8651bf',

'src/third_party/gtest':
Var('fuchsia_git') + '/third_party/gtest' + '@' + 'c00f82917331efbbd27124b537e4ccc915a02b72',
Expand Down
15 changes: 3 additions & 12 deletions sky/tools/sky_snapshot/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,16 @@

executable("sky_snapshot") {
sources = [
"loader.cc",
"loader.h",
"logging.cc",
"logging.h",
"main.cc",
"scope.h",
"switches.cc",
"switches.h",
"vm.cc",
"vm.h",
]

deps = [
"//base",
"//dart/runtime:libdart",
"//dart/runtime/vm:libdart_platform",
"//lib/tonic/parsers",
"//lib/ftl",
"//lib/tonic/converter",
"//lib/tonic/file_loader",
"//sky/engine/bindings:snapshot_cc",
"//third_party/zlib",
]

if (!is_ios && !is_mac) {
Expand Down
242 changes: 0 additions & 242 deletions sky/tools/sky_snapshot/loader.cc

This file was deleted.

19 changes: 0 additions & 19 deletions sky/tools/sky_snapshot/loader.h

This file was deleted.

37 changes: 0 additions & 37 deletions sky/tools/sky_snapshot/logging.cc

This file was deleted.

16 changes: 0 additions & 16 deletions sky/tools/sky_snapshot/logging.h

This file was deleted.

Loading

0 comments on commit 05874ba

Please sign in to comment.