summaryrefslogtreecommitdiffstats
path: root/ui/ozone/gpu/BUILD.gn
blob: b59bf37459b3d6ce90251401644a3e00151f0c3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 2014 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.

component("gpu") {
  output_name = "ozone_gpu"

  sources = [
    "gpu_memory_buffer_factory_ozone_native_buffer.cc",
    "gpu_memory_buffer_factory_ozone_native_buffer.h",
  ]

  defines = [ "OZONE_GPU_IMPLEMENTATION" ]

  deps = [
    "//base",
    "//ui/gfx",
    "//ui/gfx/geometry",
    "//ui/gl",
    "//ui/ozone:ozone_base",
  ]
}