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 visibility = [ "//content/*" ]
15 "gpu_child_thread.cc",
17 "gpu_watchdog_thread.cc",
18 "gpu_watchdog_thread.h",
19 "in_process_gpu_thread.cc",
20 "in_process_gpu_thread.h",
23 configs += [ "//content:content_implementation" ]
28 "//content/public/child:child_sources",
30 "//third_party/mojo/src/mojo/public/interfaces/application",
36 "//third_party/khronos:khronos_headers",
37 "//third_party/wtl:wtl_includes",
39 libs = [ "setupapi.lib" ]
41 "//third_party/angle:libEGL",
42 "//third_party/angle:libGLESv2",
46 if (is_chromeos && cpu_arch != "arm") {
47 configs += [ "//third_party/libva:libva_config" ]
51 deps += [ "//ui/events/platform/x11" ]