Home | History | Annotate | Download | only in skia

Lines Matching full:path

18 script_dir = os.path.abspath(os.path.dirname(__file__))
21 gyp_source_dir = os.path.join(script_dir, 'third_party', 'externals', 'gyp')
24 gyp_config_dir = os.path.join(script_dir, 'gyp')
32 sys.path.insert(0, os.path.join(gyp_source_dir, 'pylib'))
47 specified_includes.add(os.path.realpath(arg[2:]))
50 def AddInclude(path):
51 if os.path.realpath(path) not in specified_includes:
52 result.append(path)
58 AddInclude(os.path.join(gyp_config_dir, 'common.gypi'))
69 return os.path.join(os.path.abspath(script_dir), 'out')
71 if os.path.isabs(output_dir):
74 return os.path.join(os.path.abspath(script_dir), output_dir)
99 sys.path.append(os.path.join(chrome_path, 'build'))
100 sys.path.append(os.path.join(chrome_path, 'tools'))
110 os.chdir(os.path.abspath(script_dir))
122 # The gypfile must be passed as a relative path, not an absolute path,
131 args.extend(['--generator-output', os.path.abspath(get_output_dir())])
168 os.path.join(os.getenv('CHROME_PATH'), get_output_dir()),