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

Unified Diff: gyp/gpu.gyp

Issue 1757253002: Revert "Pull and build shaderc rather than use checked in lib/header" (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 10 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 | « DEPS ('k') | gyp/shaderc.gyp » ('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 7762152f59bd0b0b7cf5f5298fe40797d991491f..43204a454844e9a2a54bbfaf3657232b7b23c6cb 100644
--- a/gyp/gpu.gyp
+++ b/gyp/gpu.gyp
@@ -235,17 +235,12 @@
},
}],
[ 'skia_vulkan', {
- 'dependencies': [
- 'shaderc.gyp:shaderc_combined',
- ],
'include_dirs': [
- '../third_party/', # To include files under third_party/vulkan
- '../third_party/externals/shaderc/libshaderc/include',
+ '../third_party/' # To include files under third_party/vulkan
],
'direct_dependent_settings': {
'include_dirs': [
- '../third_party/', # To include files under third_party/vulkan
- '../third_party/externals/shaderc/libshaderc/include',
+ '../third_party/' # To include files under third_party/vulkan
],
},
'conditions' : [
@@ -255,6 +250,7 @@
'VCLinkerTool': {
'AdditionalDependencies': [
'vulkan-1.lib',
+ 'shaderc_combined.lib'
],
},
},
@@ -266,6 +262,7 @@
'VCLinkerTool': {
'AdditionalLibraryDirectories': [
'../third_party/vulkan',
+ '../third_party/shaderc/Debug',
],
},
},
@@ -275,6 +272,7 @@
'VCLinkerTool': {
'AdditionalLibraryDirectories': [
'../third_party/vulkan',
+ '../third_party/shaderc/Release',
],
},
},
@@ -284,6 +282,7 @@
'VCLinkerTool': {
'AdditionalLibraryDirectories': [
'../third_party/vulkan',
+ '../third_party/shaderc/Debug',
],
},
},
@@ -293,6 +292,7 @@
'VCLinkerTool': {
'AdditionalLibraryDirectories': [
'../third_party/vulkan',
+ '../third_party/shaderc/Release',
],
},
},
« no previous file with comments | « DEPS ('k') | gyp/shaderc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698