blob: 90415a1b4e7c549dc997e25a1a858293ce779b80 [file] [log] [blame]
# Copyright 2015 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.
group("example") {
testonly = true
deps = [
"//sky/packages/sky/example/demo_launcher",
"//sky/packages/sky/example/game",
"//sky/packages/sky/example/mine_digger",
"//sky/packages/sky/example/rendering",
"//sky/packages/sky/example/stocks",
"//sky/packages/sky/example/widgets",
]
}