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

Unified Diff: gyp/common_variables.gypi

Issue 1711793004: Changes to merge vulkan code (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: deeper variables 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 | « no previous file | 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 abbfaac0a249c315ea95621b30b9d2547bb8f497..6f4ac876f6eea17b80635013f7aed0a92f0cc0d1 100644
--- a/gyp/common_variables.gypi
+++ b/gyp/common_variables.gypi
@@ -41,7 +41,6 @@
'skia_mojo%': '0',
'variables': { # level 2
-
# Variables needed by conditions list within the level-2 variables dict.
'variables': { # level 3
'variables': { # level 4
@@ -52,7 +51,7 @@
'skia_os%': '<(OS)',
},
'skia_os%': '<(skia_os)',
-
+ 'vulkan_merged_into_skia': '1',
'skia_android_framework%': 0,
'conditions' : [
[ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "mac"]', {
@@ -83,7 +82,7 @@
'arm_version%': '<(arm_version)',
'arm_neon%': '<(arm_neon)',
'skia_egl%': '<(skia_egl)',
-
+ 'vulkan_merged_into_skia%': '<(vulkan_merged_into_skia)',
'conditions': [
[ 'skia_android_framework == 1', {
'skia_os%': 'android',
@@ -253,6 +252,7 @@
'skia_fast%': 0,
'skia_dump_stats%': 0,
'skia_build_server%': 0,
+ 'vulkan_merged_into_skia%': '<(vulkan_merged_into_skia)',
'skia_fast_flags': [
'-O3', # Even for Debug builds.
'-march=native', # Use all features of and optimize for THIS machine.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698