blob: 7cd6974270637f4aeb69187b589fe49180bf8e44 [file] [log] [blame]
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
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/vm:libdart_platform",
"//dart/runtime:libdart",
"//sky/engine/bindings:snapshot_cc",
"//third_party/zlib",
]
}