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

Unified Diff: gyp/common_variables.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 | « gyp/common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/common_variables.gypi
diff --git a/gyp/common_variables.gypi b/gyp/common_variables.gypi
index 6e13d25489256877c45c2fbec77d2ab49bf423db..9c65d85f9bf48ebd309597efb435c41d47dd7df8 100644
--- a/gyp/common_variables.gypi
+++ b/gyp/common_variables.gypi
@@ -132,6 +132,7 @@
'skia_gpu%': 1,
'skia_osx_deployment_target%': '',
'skia_profile_enabled%': 0,
+ 'skia_vulkan%': 0,
'skia_win_debuggers_path%': '',
'skia_shared_lib%': 0,
'skia_opencl%': 0,
@@ -204,6 +205,7 @@
'skia_chrome_utils%': '<(skia_chrome_utils)',
'skia_gdi%': '<(skia_gdi)',
'skia_gpu%': '<(skia_gpu)',
+ 'skia_vulkan%': '<(skia_vulkan)',
'skia_win_exceptions%': 0,
'skia_win_ltcg%': 1,
'sknx_no_simd%': 0,
« no previous file with comments | « gyp/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698