1 # Copyright 2014 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.
5 import("//build/config/ui.gni")
6 import("//content/content.gni")
9 # TODO(brettw) it seems like this should be only visible to content like
10 # the other non-public content directories are. But this is depended on by
17 "gpu_child_thread.cc",
19 "gpu_watchdog_thread.cc",
20 "gpu_watchdog_thread.h",
21 "in_process_gpu_thread.cc",
22 "in_process_gpu_thread.h",
25 configs += [ "//content:content_implementation" ]
30 "//mojo/public/interfaces/application",
37 "//third_party/khronos:khronos_headers",
38 "//third_party/wtl:wtl_includes",
40 libs = [ "setupapi.lib" ]
42 "//third_party/angle:libEGL",
43 "//third_party/angle:libGLESv2",
47 if (is_chromeos && cpu_arch != "arm") {
48 configs += [ "//third_party/libva/libva_config" ]
52 deps += [ "//ui/events/platform/x11" ]