| # Copyright 2017 The Fuchsia 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("spinning_square") { | 
 |   output_name = "spinning_square_view" | 
 |  | 
 |   sources = [ | 
 |     "main.cc", | 
 |     "spinning_square_view.cc", | 
 |     "spinning_square_view.h", | 
 |   ] | 
 |  | 
 |   deps = [ | 
 |     "//sdk/fidl/fuchsia.ui.gfx", | 
 |     "//sdk/lib/fidl/cpp", | 
 |     "//sdk/lib/ui/scenic/cpp", | 
 |     "//src/lib/fsl", | 
 |     "//src/lib/fxl", | 
 |     "//src/lib/ui/base_view", | 
 |     "//zircon/public/lib/async-loop-cpp", | 
 |     "//zircon/public/lib/async-loop-default", | 
 |     "//zircon/public/lib/trace-provider-with-fdio", | 
 |   ] | 
 | } |