From 160907f8defef112c358cdd5cb9e5e093ca93b09 Mon Sep 17 00:00:00 2001 From: Mike Klein Date: Mon, 6 Feb 2017 12:26:51 -0500 Subject: Clean up more references to GYP. Delete files only used by GYP, and files that used GYP. Neither can possibly be actively used. Beyond that, just a couple doc tweaks. Change-Id: I0220d7226e7bb9ed7c54a7d8f2906a718313c521 Reviewed-on: https://skia-review.googlesource.com/8062 Commit-Queue: Mike Klein Reviewed-by: Hal Canary --- PRESUBMIT.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'PRESUBMIT.py') diff --git a/PRESUBMIT.py b/PRESUBMIT.py index ed33c50d3a..0d58f7fa01 100644 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py @@ -207,8 +207,6 @@ def _CommonChecks(input_api, output_api): """Presubmit checks common to upload and commit.""" results = [] sources = lambda x: (x.LocalPath().endswith('.h') or - x.LocalPath().endswith('.gypi') or - x.LocalPath().endswith('.gyp') or x.LocalPath().endswith('.py') or x.LocalPath().endswith('.sh') or x.LocalPath().endswith('.m') or -- cgit v1.2.3