aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/images.gyp
diff options
context:
space:
mode:
authorGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-03-16 13:52:49 +0000
committerGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-03-16 13:52:49 +0000
commitaa3b6a965e462eccf3d9b5c750816e6c534433fb (patch)
treebc7eb8ead428f3ff6926c99797c773256c705ba7 /gyp/images.gyp
parentfb2d3c69816253ab7d2df576718c252ae1158c65 (diff)
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
Diffstat (limited to 'gyp/images.gyp')
-rw-r--r--gyp/images.gyp3
1 files changed, 0 insertions, 3 deletions
diff --git a/gyp/images.gyp b/gyp/images.gyp
index c167bd4a2a..a93ba065e8 100644
--- a/gyp/images.gyp
+++ b/gyp/images.gyp
@@ -1,7 +1,4 @@
{
- 'includes': [
- 'common.gypi',
- ],
'targets': [
{
'target_name': 'images',