From 8f0d69e48eef2b87d0149729adcfa058e8c42c81 Mon Sep 17 00:00:00 2001 From: scroggo Date: Tue, 28 Oct 2014 10:27:50 -0700 Subject: Remove unneeded file. public_headers.gypi was never needed by Skia proper, and was almost always out of date. Its actual user no longer needs it, so stop updating it with every other change to public headers. BUG=skia:2350 Review URL: https://codereview.chromium.org/683123003 --- gyp/public_headers.gypi | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 gyp/public_headers.gypi (limited to 'gyp') diff --git a/gyp/public_headers.gypi b/gyp/public_headers.gypi deleted file mode 100644 index bc0ebfb30f..0000000000 --- a/gyp/public_headers.gypi +++ /dev/null @@ -1,10 +0,0 @@ -# DO NOT MODIFY. This file is deprecated. See skbug.com/2350 -# -{ - 'variables': { - 'header_filenames': [ - # Do not modify. This is only here until we remove its reference - # in chromium. - ], - }, -} -- cgit v1.2.3