From aa3b6a965e462eccf3d9b5c750816e6c534433fb Mon Sep 17 00:00:00 2001 From: "epoger@google.com" Date: Fri, 16 Mar 2012 13:52:49 +0000 Subject: Make all gyp targets automatically include common.gypi Do this, rather than including common.gypi explicitly in all our gyp files, so that gyp files we use but do not maintain (e.g., third_party/externals/libjpeg/libjpeg.gyp) will include common.gypi too. Review URL: https://codereview.appspot.com/5820068 git-svn-id: http://skia.googlecode.com/svn/trunk@3411 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gyp/tools.gyp | 1 - 1 file changed, 1 deletion(-) (limited to 'gyp/tools.gyp') diff --git a/gyp/tools.gyp b/gyp/tools.gyp index 1e419cde4a..6175eeeb02 100644 --- a/gyp/tools.gyp +++ b/gyp/tools.gyp @@ -8,7 +8,6 @@ { 'includes': [ 'apptype_console.gypi', - 'common.gypi', ], 'targets': [ { -- cgit v1.2.3