2015-06-15 11:16:17 -07:00

29 lines
569 B
Plaintext

# 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("packager") {
output_name = "sky_packager"
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",
]
}