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")
8 # See //content/BUILD.gn for how this works.
10 visibility = [ "//content/*" ]
12 if (is_component_build) {
23 source_set("gpu_sources") {
24 visibility = [ "//content/*" ]
27 "gpu_child_thread.cc",
32 "gpu_watchdog_thread.cc",
33 "gpu_watchdog_thread.h",
34 "in_process_gpu_thread.cc",
35 "in_process_gpu_thread.h",
38 configs += [ "//content:content_implementation" ]
43 "//content/public/child:child_sources",
44 "//mojo/application/public/interfaces",
51 "//third_party/khronos:khronos_headers",
52 "//third_party/wtl:wtl_includes",
54 libs = [ "setupapi.lib" ]
56 "//third_party/angle:libEGL",
57 "//third_party/angle:libGLESv2",
61 if (is_chromeos && current_cpu != "arm") {
62 configs += [ "//third_party/libva:libva_config" ]
66 deps += [ "//ui/events/platform/x11" ]