Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(128)

Unified Diff: content/common/BUILD.gn

Issue 1053203003: Work on Windows GN component build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 8e93d70985c20988ea96620c90325adb359e6dd3..08129fe640437bfebee5908489c0150cbcc2b9de 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",
@@ -278,8 +279,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" ]
@@ -402,7 +405,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",
« no previous file with comments | « components/nacl/BUILD.gn ('k') | gpu/BUILD.gn » ('j') | gpu/command_buffer/client/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698