OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Ninja
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/lib/tsan/
check_cmake.sh
11
CC=clang CXX=clang++ cmake -G
Ninja
-DLLVM_ENABLE_WERROR=ON -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_ASSERTIONS=ON $ROOT/../../../..
13
ninja
14
ninja
check-sanitizer
15
ninja
check-tsan
16
ninja
check-asan
17
ninja
check-msan
18
ninja
check-lsan
/external/chromium_org/tools/gn/
escape_unittest.cc
8
TEST(Escape,
Ninja
) {
47
// : and $
ninja
escaped with $. Then Shell-escape backslashes and quotes.
/external/chromium_org/build/android/
adb_gdb
88
# Note: Ignore BUILDTYPE variable, because the
Ninja
build doesn't use it.
254
\$CHROMIUM_SRC/<out>/Release/lib/ (used by
Ninja
builds)
255
\$CHROMIUM_SRC/<out>/Debug/lib/ (used by
Ninja
builds)
694
# Note:
Ninja
places debug libraries under out/$BUILDTYPE/lib/, while
/external/chromium_org/tools/gyp/test/lib/
TestGyp.py
682
Subclass for testing the GYP CMake generator, using cmake's
ninja
backend.
700
arguments.append('
Ninja
')
713
self.build_tool_list = ['
ninja
']
733
# Two tools must be run to build, cmake and the
ninja
.
775
if '
ninja
: no work to do' not in stdout:
[
all
...]
Completed in 575 milliseconds