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

Unified Diff: gyp/common.gypi

Issue 1287023006: Add gyp support for new GPU backend (Closed) Base URL: https://chromium.googlesource.com/skia@master
Patch Set: Created 5 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 | gyp/common_variables.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/common.gypi
diff --git a/gyp/common.gypi b/gyp/common.gypi
index 6995834276750af47bb9eea3271ccddc7c1e1b5d..a6b0e17041614ccf776e0225093bb1952c49eadb 100644
--- a/gyp/common.gypi
+++ b/gyp/common.gypi
@@ -63,6 +63,16 @@
],
},
}],
+ [ 'skia_vulkan', {
+ 'defines': [
+ 'SK_VULKAN',
+ ],
+ 'direct_dependent_settings': {
+ 'defines': [
+ 'SK_VULKAN',
+ ],
+ },
+ }],
[ 'skia_win_debuggers_path and skia_os == "win"',
{
'defines': [
« no previous file with comments | « no previous file | gyp/common_variables.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698