OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XCProjectFile
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/tools/gyp/pylib/gyp/generator/
xcode.py
117
gyp.xcodeproj_file.
XCProjectFile
({'rootObject': self.project})
[
all
...]
/external/chromium_org/tools/gyp/pylib/gyp/
xcodeproj_file.py
121
With the project object set up, it can be added to an
XCProjectFile
object.
122
XCProjectFile
is a pseudo-class in the sense that it is a concrete XCObject
125
Printing an
XCProjectFile
will print the entire project file, including the
128
project_file =
XCProjectFile
({'rootObject': project})
[
all
...]
Completed in 154 milliseconds