BUILD.gn 324 B

123456789101112131415
  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. source_set("gpu") {
  5. sources = [
  6. "aw_content_gpu_client.cc",
  7. "aw_content_gpu_client.h",
  8. ]
  9. deps = [
  10. "//base",
  11. "//content/public/gpu",
  12. ]
  13. }