BUILD.gn 505 B

123456789101112131415161718192021
  1. # Copyright 2019 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. import("//chromecast/chromecast.gni")
  5. cast_source_set("gpu") {
  6. sources = [
  7. "cast_content_gpu_client.cc",
  8. "cast_content_gpu_client.h",
  9. ]
  10. deps = [
  11. "//base",
  12. "//chromecast/media/service/mojom",
  13. "//components/viz/common",
  14. "//components/viz/service",
  15. "//content/public/child",
  16. "//content/public/gpu",
  17. ]
  18. }