gyp_skia: Fix module search path.
authordigit@google.com <digit@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 30 Jul 2012 16:48:13 +0000 (16:48 +0000)
committerdigit@google.com <digit@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 30 Jul 2012 16:48:13 +0000 (16:48 +0000)
commit48af8a0a6aab8d64a1fca44e1dc4b9f57ca96bd2
tree9816afb576bab59ff8f08870d87fd526a16032eb
parent2362ec808b1b45726a9f9ef469fbe8c5441de11c
gyp_skia: Fix module search path.

gyp_skia should prepend the local gyp source path to the python
module search path, instead of appending it. Otherwise, if a 'gyp'
module is locally installed on the machine, it will be read instead
of the current version in the Skia tree.

This breaks the Android build when the installed 'gyp' module doesn't
support the "make-android" generator.
Review URL: https://codereview.appspot.com/6344096

git-svn-id: http://skia.googlecode.com/svn/trunk@4832 2bbb7eff-a529-9590-31e7-b0007b416f81
gyp_skia