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

Unified Diff: gpu/config/BUILD.gn

Issue 603143002: gn: Fix more build issues on Win (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: windows sdk dir Created 6 years, 3 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: gpu/config/BUILD.gn
diff --git a/gpu/config/BUILD.gn b/gpu/config/BUILD.gn
index ef64887cc26966c1c937283cf9b1d5a042107fdc..f95b12d2e2708f9e9707da725cf583c64631ea20 100644
--- a/gpu/config/BUILD.gn
+++ b/gpu/config/BUILD.gn
@@ -48,6 +48,8 @@ source_set("config") {
"//ui/gl",
]
+ include_dirs = [ "//third_party/mesa/src/include" ]
brettw 2014/09/29 16:45:24 Can you add a comment here explaining why this is
ckocagil 2014/09/29 21:47:09 Done.
+
if (is_win) {
deps += [ "//third_party/libxml" ]
libs = [ "dxguid.lib", "setupapi.lib" ]

Powered by Google App Engine
This is Rietveld 408576698