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

Unified Diff: ui/gl/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: ui/gl/BUILD.gn
diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn
index 42b2e5b59b828082230e8f6772cfef9933b0c03f..2a8acf8a672f150eacf6cc584ea80a12b40bb3f8 100644
--- a/ui/gl/BUILD.gn
+++ b/ui/gl/BUILD.gn
@@ -106,15 +106,15 @@ component("gl") {
include_dirs = [
"//third_party/switfshader/include",
- "//third_party/khronos",
"//third_party/mesa/src/include",
]
all_dependent_configs = [ ":gl_config" ]
+ configs += [ "//third_party/khronos:khronos_headers" ]
+
deps = [
"//base/third_party/dynamic_annotations",
- "//gpu/command_buffer/common",
"//skia",
]
public_deps = [
« ppapi/thunk/BUILD.gn ('K') | « ppapi/thunk/BUILD.gn ('k') | ui/surface/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698