Searched defs:ninja (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/tools/gyp/pylib/gyp/generator/
H A Dninja_test.py7 """ Unit tests for the ninja.py file. """
9 import gyp.generator.ninja as ninja namespace
18 writer = ninja.NinjaWriter('foo', 'wee', '.', '.', 'build.ninja', '.',
19 'build.ninja', 'win')
29 writer = ninja.NinjaWriter('foo', 'wee', '.', '.', 'build.ninja', '.',
30 'build.ninja', 'linux')
/external/chromium_org/tools/gyp/test/win/
H A Dgyptest-link-pgo.py17 test = TestGyp.TestGyp(formats=['msvs', 'ninja'])
29 if test.format == 'ninja':
30 ninja = test.built_file_path('obj/test_pgo_instrument.ninja', chdir=CHDIR) variable
31 test.must_contain(ninja, '/LTCG:PGINSTRUMENT')
32 test.must_contain(ninja, 'test_pgo.pgd')
33 ninja = test.built_file_path('obj/test_pgo_optimize.ninja', chdir=CHDIR) variable
34 test.must_contain(ninja, '/LTCG:PGOPTIMIZE')
35 test.must_contain(ninja, 'test_pg
36 ninja = test.built_file_path('obj/test_pgo_update.ninja', chdir=CHDIR) variable
[all...]
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dxcode_ninja.py5 """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'
[all...]
/external/chromium_org/tools/emacs/
H A Dflymake-chromium.el5 ;; Set up flymake for use with chromium code. Uses ninja (since none of the
9 ;; the build.ninja file(s). See defcustoms below for settable knobs.
14 (defcustom cr-flymake-ninja-build-file "out/Debug/build.ninja"
16 build.ninja file to use.")
18 (defcustom cr-flymake-ninja-executable "ninja"
30 (cr-flymake-absbufferpath) cr-flymake-ninja-build-file)))
48 "Return a path fragment for getting from the build.ninja file to src/."
54 "/" cr-flymake-ninja
[all...]

Completed in 2685 milliseconds