Lines Matching full:path
39 script_dir = os.path.dirname(__file__)
41 sys.path.append(os.path.join(script_dir, 'tools', 'gyp', 'pylib'))
56 specified_includes.add(os.path.realpath(arg[2:]))
59 def AddInclude(path):
60 if os.path.realpath(path) not in specified_includes:
61 result.append(path)
64 AddInclude(os.path.join(script_dir, 'build', 'common.gypi'))
67 supplements = glob.glob(os.path.join(script_dir, '*', 'supplement.gypi'))