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

Unified Diff: ui/surface/BUILD.gn

Issue 1057993004: Revert of Work on Windows GN component build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
« no previous file with comments | « ui/gl/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/surface/BUILD.gn
diff --git a/ui/surface/BUILD.gn b/ui/surface/BUILD.gn
index 6e262a4fc2f4b757d20d5400158901b268cb60b5..3b25e0eae064b28bcc09c6257c84c35bad6704e3 100644
--- a/ui/surface/BUILD.gn
+++ b/ui/surface/BUILD.gn
@@ -15,8 +15,6 @@
"transport_dib_win.cc",
]
- configs += [ "//third_party/khronos:khronos_headers" ]
-
defines = [ "SURFACE_IMPLEMENTATION" ]
deps = [
@@ -27,4 +25,8 @@
"//ui/gfx/geometry",
"//ui/gl",
]
+
+ if (use_x11) {
+ include_dirs = [ "//third_party/khronos" ]
+ }
}
« no previous file with comments | « ui/gl/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698