Lines Matching refs:path
24 (build_file_root, build_file_ext) = os.path.splitext(main_gyp)
28 workspace_path = os.path.join(options.generator_output, workspace_path)
38 name = os.path.splitext(os.path.basename(gyp_name))[0] + ".xcodeproj"
43 workspace_file = os.path.join(workspace_path, "contents.xcworkspacedata")
60 # Determine ninja top level build dir (e.g. /path/to/out).
65 ninja_toplevel = os.path.join(
174 data: Dict of flattened build files keyed on gyp path.
187 (build_file_root, build_file_ext) = os.path.splitext(orig_gyp)
254 base = os.path.dirname(target)
276 relative_path = os.path.dirname(main_gyp)
278 os.path.relpath(os.path.join(base, file), relative_path) for file in files
284 sources_gyp = os.path.join(os.path.dirname(main_gyp), sources_target_name + ".gyp")