From baa5d94ee3e746def407008e19ff1c2cbf9e93a2 Mon Sep 17 00:00:00 2001 From: "reed@google.com" Date: Wed, 8 Aug 2012 20:39:17 +0000 Subject: 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 --- gyp/common_variables.gypi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gyp/common_variables.gypi') 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: -- cgit v1.2.3