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

Unified Diff: gpu/BUILD.gn

Issue 809783002: Fix ui/gl and gpu target building with GN on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | « BUILD.gn ('k') | ui/gl/BUILD.gn » ('j') | ui/gl/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/BUILD.gn
diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
index fa9261f40acdc1a2fc2bea8b59f536ad4e2e472c..2131e6e9f6f2d872d1a78af852976eb5e39eb22d 100644
--- a/gpu/BUILD.gn
+++ b/gpu/BUILD.gn
@@ -225,6 +225,9 @@ test("gpu_unittests") {
"config/gpu_util_unittest.cc",
]
+ # See commend before //ui/gl target.
+ include_dirs = [ "//third_party/mesa/src/include" ]
+
deps = [
":gpu",
":test_support",
« no previous file with comments | « BUILD.gn ('k') | ui/gl/BUILD.gn » ('j') | ui/gl/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698