Home
last modified time | relevance | path

Searched refs:group_ref (Results 1 - 2 of 2) sorted by relevance

/third_party/node/tools/gyp/pylib/gyp/
H A Dxcodeproj_file.py1371 group_ref = self.GetChildByPath(next_dir)
1372 if group_ref is not None:
1373 assert group_ref.__class__ == PBXGroup
1375 group_ref = PBXGroup({"path": next_dir})
1376 self.AppendChild(group_ref)
1377 return group_ref.AddOrGetFileByPath(
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxcodeproj_file.py1371 group_ref = self.GetChildByPath(next_dir)
1372 if group_ref is not None:
1373 assert group_ref.__class__ == PBXGroup
1375 group_ref = PBXGroup({"path": next_dir})
1376 self.AppendChild(group_ref)
1377 return group_ref.AddOrGetFileByPath(

Completed in 8 milliseconds