blob: 6e9f1f596b09db8017a672912ae64c73030d923a [file] [log] [blame]
# Copyright 2016 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("linux") {
output_name = "flutter_tester"
sources = [
"main_linux.cc",
]
deps = [
"//third_party/dart/runtime:libdart_jit",
"//third_party/dart/runtime/bin:embedded_dart_io",
"$flutter_root/common",
"$flutter_root/fml",
"$flutter_root/shell/common",
"$flutter_root/shell/testing",
"//garnet/public/lib/fxl",
"//third_party/skia",
"//topaz/lib/tonic",
]
}