aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/common_variables.gypi
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-08-08 20:39:17 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-08-08 20:39:17 +0000
commitbaa5d94ee3e746def407008e19ff1c2cbf9e93a2 (patch)
treeb5c2de3a1f7088deeafa96d3a058dc370bf229c2 /gyp/common_variables.gypi
parent21ecba88cd7891cdf28968ad5dfd70b589f12b34 (diff)
split out src file names into core.gypi, with an eye towards sharing that
file with chrome... Review URL: https://codereview.appspot.com/6446103 git-svn-id: http://skia.googlecode.com/svn/trunk@5007 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp/common_variables.gypi')
-rw-r--r--gyp/common_variables.gypi5
1 files changed, 5 insertions, 0 deletions
diff --git a/gyp/common_variables.gypi b/gyp/common_variables.gypi
index d46ec5ebc1..e8b8b6dc3d 100644
--- a/gyp/common_variables.gypi
+++ b/gyp/common_variables.gypi
@@ -82,6 +82,11 @@
'skia_arch_width%': '<(skia_arch_width)',
'android_make_apk%': '<(android_make_apk)',
'skia_gpu%': '<(skia_gpu)',
+
+ # These are referenced by our .gypi files that list files (e.g. core.gypi)
+ #
+ 'skia_src_path%': '../src',
+ 'skia_include_path%': '../include',
},
}
# Local Variables: