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

Unified Diff: ui/gl/BUILD.gn

Issue 2228803002: Fix ui/gl/BUILD.gn include_dirs Nonempty List Replacement Error (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/BUILD.gn
diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn
index 609ad3ba26097bcce30b1b8e6f55d80264e81529..111d07f7cb3a864c9bb803201ac9345c765bf341 100644
--- a/ui/gl/BUILD.gn
+++ b/ui/gl/BUILD.gn
@@ -233,7 +233,7 @@ component("gl") {
]
if (is_official_build) {
- include_dirs = [ "//third_party/swiftshader/include" ]
+ include_dirs += [ "//third_party/swiftshader/include" ]
}
}
if (is_mac) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698