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

Unified Diff: ui/gl/BUILD.gn

Issue 317813002: Don't assume output dir + "../.." == src/ in ui/gl/generate_bindings.py (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | ui/gl/generate_bindings.py » ('j') | ui/gl/generate_bindings.py » ('J')
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 8ebb127cbbce0b0181e4aea07ce5220a4f67b9d8..f5100f8cd70d7a004063215bdf23adc3952532b9 100644
--- a/ui/gl/BUILD.gn
+++ b/ui/gl/BUILD.gn
@@ -292,7 +292,9 @@ action("generate_gl_bindings") {
args = [
"--header-paths=" +
rebase_path("//third_party/khronos", root_build_dir) + ":" +
- rebase_path("//third_party/mesa/src/include", root_build_dir),
+ rebase_path("//third_party/mesa/src/include", root_build_dir) + ":" +
+ rebase_path("//ui/gl", root_build_dir) + ":" +
+ rebase_path("//gpu", root_build_dir),
rebase_path(gl_binding_output_dir, root_build_dir),
]
}
« no previous file with comments | « no previous file | ui/gl/generate_bindings.py » ('j') | ui/gl/generate_bindings.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698