OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ninja
(Results
26 - 31
of
31
) sorted by null
1
2
/external/chromium_org/tools/gyp/pylib/gyp/
xcode_ninja.py
5
"""Xcode-
ninja
wrapper project file generator.
8
with
ninja
instead. The Xcode project itself is transformed into a list of
9
executable targets, each with a build step to build with
ninja
, and a target
16
import gyp.generator.
ninja
namespace
54
""" Create fake target for xcode-
ninja
wrapper. """
55
# Determine
ninja
top level build dir (e.g. /path/to/out).
62
gyp.generator.
ninja
.ComputeOutputDir(params))
99
'action_name': 'Compile and copy %s via
ninja
' % target_name,
105
'
ninja
',
110
'message': 'Compile and copy %s via
ninja
' % target_name
[
all
...]
/external/chromium_org/tools/win/
copy-installer.bat
14
REM to the Release build if one is not found. Similarly, the
ninja
output
/external/chromium_org/tools/gyp/pylib/gyp/generator/
xcode.py
580
# Optionally configure each spec to use
ninja
as the external builder.
581
ninja_wrapper = params.get('flavor') == '
ninja
'
720
# The Xcode "issues" don't affect xcode-
ninja
builds, since the dependency
721
# logic all happens in
ninja
. Don't bother creating the extra targets in
[
all
...]
msvs.py
15
import gyp.generator.
ninja
as ninja_generator
[
all
...]
/external/chromium_org/tools/auto_bisect/
bisect_perf_regression.py
[
all
...]
/cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js
[
all
...]
Completed in 1162 milliseconds
1
2