| Index: build/gyp_chromium
|
| diff --git a/build/gyp_chromium b/build/gyp_chromium
|
| index 998d131e1b4521caaed242f7fe64c4918506c718..174ea290f97bdeb85a952348b8812f74bdfd5977 100755
|
| --- a/build/gyp_chromium
|
| +++ b/build/gyp_chromium
|
| @@ -15,7 +15,7 @@ import sys
|
| script_dir = os.path.dirname(__file__)
|
| chrome_src = os.path.normpath(os.path.join(script_dir, os.pardir))
|
|
|
| -sys.path.append(os.path.join(chrome_src, 'tools', 'gyp', 'pylib'))
|
| +sys.path.insert(0, os.path.join(chrome_src, 'tools', 'gyp', 'pylib'))
|
| import gyp
|
|
|
| def additional_include_files(args=[]):
|
|
|