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

Unified Diff: gyp/shaderc.gyp

Issue 2129523002: Compile Vulkan when building for the Android framework. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Compile Vulkan when building for the Android framework. Created 4 years, 5 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 | « gyp/gpu.gyp ('k') | platform_tools/android/gyp_gen/gypd_parser.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/shaderc.gyp
diff --git a/gyp/shaderc.gyp b/gyp/shaderc.gyp
index 31fd897aeabfc5190b1ab0926ad2865a144012aa..4a8541172eee48aca09680f524e509340409186c 100644
--- a/gyp/shaderc.gyp
+++ b/gyp/shaderc.gyp
@@ -17,6 +17,11 @@
'libglslangosdependent',
'libglslang',
],
+ 'direct_dependent_settings': {
+ 'include_dirs': [
+ '../third_party/externals/shaderc2/libshaderc/include',
+ ],
+ },
},
{
'target_name': 'libshaderc',
« no previous file with comments | « gyp/gpu.gyp ('k') | platform_tools/android/gyp_gen/gypd_parser.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698