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

Unified Diff: gyp/gpu.gyp

Issue 2318633002: Update Windows build to use VULKAN_SDK rather than VK_SDK_PATH (Closed)
Patch Set: Created 4 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
« no previous file with comments | « no previous file | infra/bots/recipe_modules/flavor/default_flavor.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/gpu.gyp
diff --git a/gyp/gpu.gyp b/gyp/gpu.gyp
index a2909b802435c691ec99851e887fe9fdb3d3d6b3..c548e28f2452c1e34ce8ffd41e98890df1d23a6a 100644
--- a/gyp/gpu.gyp
+++ b/gyp/gpu.gyp
@@ -184,7 +184,7 @@
[ 'skia_os == "win"', {
'variables': {
'vulkan_lib_name': '-lvulkan-1',
- 'vulkan_sdk_path' : '<!(echo %VK_SDK_PATH%)',
+ 'vulkan_sdk_path' : '<!(echo %VULKAN_SDK%)',
},
'include_dirs': [
'<(vulkan_sdk_path)/Include',
« no previous file with comments | « no previous file | infra/bots/recipe_modules/flavor/default_flavor.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698