OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xcodeproj
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
xcodeproj_unittest.py
24
"""Unit test for
xcodeproj
.py."""
27
import
xcodeproj
namespace
51
checker =
xcodeproj
.XcodeProjectFileChecker('', error_handler)
61
checker =
xcodeproj
.XcodeProjectFileChecker('', error_handler)
/external/lldb/source/
Makefile
27
LLDB_vers.c: $(PROJ_SRC_DIR)/$(LLDB_LEVEL)/scripts/generate-vers.pl $(PROJ_SRC_DIR)/$(LLDB_LEVEL)/lldb.
xcodeproj
/project.pbxproj
28
"$(PROJ_SRC_DIR)/$(LLDB_LEVEL)/scripts/generate-vers.pl" "$(PROJ_SRC_DIR)/$(LLDB_LEVEL)/lldb.
xcodeproj
/project.pbxproj" > LLDB_vers.c
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
checker.py
46
from checkers.
xcodeproj
import XcodeProjectFileChecker
392
XCODEPROJ
= 9
460
return FileType.
XCODEPROJ
484
elif file_type == FileType.
XCODEPROJ
:
/external/chromium_org/tools/gyp/pylib/gyp/generator/
xcode.py
429
# project file is written to a temporary file in the
xcodeproj
directory
479
# creating the
xcodeproj
directory, get rid of that too.
568
xcodeproj_path = build_file_root + options.suffix + '.
xcodeproj
'
599
xcodeproj_path = build_file_root + options.suffix + '.
xcodeproj
'
[
all
...]
/external/chromium_org/tools/gyp/pylib/gyp/
xcodeproj_file.py
20
perspective is actually a directory with an ".
xcodeproj
" extension. The
23
description of the project and is all that is needed to use the
xcodeproj
.
24
Other files contained in the
xcodeproj
directory are simply used to store
[
all
...]
Completed in 427 milliseconds