BUILD.gn 360 B

123456789101112131415161718
  1. # Copyright 2018 The Chromium Authors. All rights reserved.
  2. # Use of this source code is governed by a BSD-style license that can be
  3. # found in the LICENSE file.
  4. source_set("compositor_extra") {
  5. sources = [
  6. "shadow.cc",
  7. "shadow.h",
  8. ]
  9. deps = [
  10. "//base",
  11. "//ui/base",
  12. "//ui/compositor",
  13. "//ui/gfx",
  14. "//ui/gfx/geometry",
  15. ]
  16. }