aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp_skia
diff options
context:
space:
mode:
authorGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-07-01 17:16:26 +0000
committerGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-07-01 17:16:26 +0000
commit5351b373b3c68e12aecf4f16378bfebc4a5586a2 (patch)
treee0e5905f744d720d30de4fb51b2876f295e2550d /gyp_skia
parent0c8d93a94099dee2dff8da6000ded9ad59676488 (diff)
combine target_defaults.gypi into common.gypi
Diffstat (limited to 'gyp_skia')
-rwxr-xr-xgyp_skia3
1 files changed, 0 insertions, 3 deletions
diff --git a/gyp_skia b/gyp_skia
index 6a287730b5..ee8c17c2cc 100755
--- a/gyp_skia
+++ b/gyp_skia
@@ -53,9 +53,6 @@ def additional_include_files(args=[]):
if os.path.realpath(path) not in specified_includes:
result.append(path)
- # Always include common.gypi
- AddInclude(os.path.join(gyp_config_dir, 'common.gypi'))
-
return result
if __name__ == '__main__':