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

Unified Diff: gyp/common_variables.gypi

Issue 2185953003: Add gyp define to enable vulkan debug layers (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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/common.gypi ('k') | include/gpu/vk/GrVkBackendContext.h » ('j') | 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 acd187c3636f2560eb13cf9d870668aab402c97a..68d5072a32b583ad384d3cfbc5e528d73abf3bc7 100644
--- a/gyp/common_variables.gypi
+++ b/gyp/common_variables.gypi
@@ -83,6 +83,7 @@
'skia_use_android_framework_defines%': 1,
'skia_use_system_json%': 1,
'skia_vulkan%': 1,
+ 'skia_vulkan_debug_layers%': 0,
}, {
'skia_os%': '<(skia_os)',
'skia_chrome_utils%': 1,
@@ -145,6 +146,7 @@
'skia_pdf%': 1,
'skia_profile_enabled%': 0,
'skia_vulkan%': 0,
+ 'skia_vulkan_debug_layers%': 1,
'skia_win_debuggers_path%': '',
'skia_shared_lib%': 0,
'skia_force_distance_field_text%': 0,
@@ -226,6 +228,7 @@
'skia_gdi%': '<(skia_gdi)',
'skia_gpu%': '<(skia_gpu)',
'skia_vulkan%': '<(skia_vulkan)',
+ 'skia_vulkan_debug_layers%': '<(skia_vulkan_debug_layers)',
'skia_win_exceptions%': 0,
'skia_win_ltcg%': '<(skia_is_bot)',
'skia_osx_deployment_target%': '<(skia_osx_deployment_target)',
« no previous file with comments | « gyp/common.gypi ('k') | include/gpu/vk/GrVkBackendContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698