From 4f2ecd53a9daaf88bb7d075745eefb6e2e4741e0 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Wed, 11 Jul 2018 18:11:13 +0200 Subject: Roll back to ANGLE/2845 --- gfx/angle/src/angle.gyp | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'gfx/angle/src/angle.gyp') diff --git a/gfx/angle/src/angle.gyp b/gfx/angle/src/angle.gyp index e4e8ba979..f84436d75 100755 --- a/gfx/angle/src/angle.gyp +++ b/gfx/angle/src/angle.gyp @@ -45,7 +45,6 @@ 'angle_enable_gl%': 1, }], ], - 'angle_enable_null%': 1, # Available on all platforms }, 'includes': [ @@ -59,7 +58,7 @@ { 'target_name': 'angle_common', 'type': 'static_library', - 'includes': [ '../gyp/common_defines.gypi', ], + 'includes': [ '../build/common_defines.gypi', ], 'sources': [ '<@(libangle_common_sources)', @@ -146,7 +145,7 @@ { 'target_name': 'angle_image_util', 'type': 'static_library', - 'includes': [ '../gyp/common_defines.gypi', ], + 'includes': [ '../build/common_defines.gypi', ], 'sources': [ '<@(libangle_image_util_sources)', @@ -173,7 +172,7 @@ { 'target_name': 'copy_scripts', 'type': 'none', - 'includes': [ '../gyp/common_defines.gypi', ], + 'includes': [ '../build/common_defines.gypi', ], 'hard_dependency': 1, 'copies': [ @@ -200,7 +199,7 @@ { 'target_name': 'commit_id', 'type': 'none', - 'includes': [ '../gyp/common_defines.gypi', ], + 'includes': [ '../build/common_defines.gypi', ], 'dependencies': [ 'copy_scripts', ], 'hard_dependency': 1, 'actions': @@ -242,7 +241,7 @@ 'target_name': 'commit_id', 'type': 'none', 'hard_dependency': 1, - 'includes': [ '../gyp/common_defines.gypi', ], + 'includes': [ '../build/common_defines.gypi', ], 'copies': [ { @@ -275,7 +274,7 @@ 'target_name': 'copy_compiler_dll', 'type': 'none', 'dependencies': [ 'copy_scripts', ], - 'includes': [ '../gyp/common_defines.gypi', ], + 'includes': [ '../build/common_defines.gypi', ], 'conditions': [ ['angle_build_winrt==0', -- cgit v1.2.3