aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/utils.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/utils.gyp')
-rw-r--r--gyp/utils.gyp8
1 files changed, 4 insertions, 4 deletions
diff --git a/gyp/utils.gyp b/gyp/utils.gyp
index 12e7836db3..b6ce7fde1b 100644
--- a/gyp/utils.gyp
+++ b/gyp/utils.gyp
@@ -4,9 +4,6 @@
# found in the LICENSE file.
# Gyp for utils.
{
- 'variables': {
- 'includes': [ 'skia_sources.gypi' ],
- },
'targets': [
{
'target_name': 'utils',
@@ -17,6 +14,9 @@
'core.gyp:*',
'etc1.gyp:libetc1',
],
+ 'includes': [
+ 'utils.gypi',
+ ],
'include_dirs': [
'../include/effects',
'../include/gpu',
@@ -33,7 +33,7 @@
'../src/utils/win',
],
'sources': [
- '<@(utils_sources)', # Makes the sources appear in IDEs (but does not modify the build).
+ 'utils.gypi', # Makes the gypi appear in IDEs (but does not modify the build).
],
'conditions': [
[ 'skia_os == "mac"', {