| Index: content/common/BUILD.gn
|
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
|
| index 8d739e7714e847d3f1affba59e4fa814da661c73..25bb75168a4d04ce1e1bdac578287a3f01f2498d 100644
|
| --- a/content/common/BUILD.gn
|
| +++ b/content/common/BUILD.gn
|
| @@ -144,6 +144,7 @@ source_set("common") {
|
| "//build/util:webkit_version",
|
| "//components/tracing",
|
| "//gpu/command_buffer/client:gles2_interface",
|
| + "//gpu/command_buffer/common:gles2_utils",
|
| "//net",
|
| "//skia",
|
| "//third_party/icu",
|
| @@ -279,8 +280,10 @@ source_set("common") {
|
| }
|
|
|
| if (use_x11) {
|
| - include_dirs += [ "//third_party/khronos" ]
|
| - configs += [ "//build/config/linux:xcomposite" ]
|
| + configs += [
|
| + "//build/config/linux:xcomposite",
|
| + "//third_party/khronos:khronos_headers",
|
| + ]
|
|
|
| if (current_cpu != "arm" || !is_chromeos) {
|
| sources += [ "gpu/x_util.h" ]
|
| @@ -403,7 +406,7 @@ source_set("common") {
|
| "gpu/media/dxva_video_decode_accelerator.cc",
|
| "gpu/media/dxva_video_decode_accelerator.h",
|
| ]
|
| - include_dirs += [ "//third_party/khronos" ]
|
| + configs += [ "//third_party/khronos:khronos_headers" ]
|
| deps += [ "//ui/gl" ]
|
| libs += [
|
| "d3d9.lib",
|
|
|