aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/utils.gyp
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2016-10-26 14:17:04 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-10-26 18:56:37 +0000
commita5fb6157e5908c1db9a1e55785dec20dde3eaf69 (patch)
treea0bfedc4af9c85b972240da0af59fb0458a6add9 /gyp/utils.gyp
parent4974c8e434b88f92bc332d61122d455485406cd4 (diff)
Split SkSL and utils apart again into .gni files.
Also extend GN format presubmit check to .gni files. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=3976 Change-Id: I292f3136437101e3e2c3271e260536ab7a24b192 Reviewed-on: https://skia-review.googlesource.com/3976 Reviewed-by: Ben Wagner <bungeman@google.com> Commit-Queue: Mike Klein <mtklein@chromium.org>
Diffstat (limited to 'gyp/utils.gyp')
-rw-r--r--gyp/utils.gyp5
1 files changed, 1 insertions, 4 deletions
diff --git a/gyp/utils.gyp b/gyp/utils.gyp
index 12e7836db3..c01374c376 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',
@@ -33,7 +30,7 @@
'../src/utils/win',
],
'sources': [
- '<@(utils_sources)', # Makes the sources appear in IDEs (but does not modify the build).
+ '<!@(python read_gni.py ../gn/utils.gni skia_utils_sources)',
],
'conditions': [
[ 'skia_os == "mac"', {