Home
last modified time | relevance | path

Searched refs:build_cmd (Results 1 – 11 of 11) sorted by relevance

/third_party/parse5/
Dbuild_parse5.py49 def do_build(build_cmd, uglify_cmd): argument
50 for cmd in [build_cmd, uglify_cmd]:
57 build_cmd = [
60 build_cmd.extend(['--project', options.parse5_project])
61 build_cmd.extend(['--outDir', options.parse5_output_dir])
62 build_cmd.extend(['--module', 'CommonJS'])
63 build_cmd.extend(['--target', 'ES6'])
71 lambda: do_build(build_cmd, uglify_cmd),
/third_party/weex-loader/
Dbuild_weex_loader_library.py52 def do_build(build_cmd, copy_cmd, uglify_cmd): argument
53 for cmd in [build_cmd, copy_cmd, uglify_cmd]:
59 build_cmd = [
62 build_cmd.extend(['--out-dir', options.output_dir])
63 build_cmd.extend(['--config-file', options.babel_config_js])
74 lambda: do_build(build_cmd, copy_cmd, uglify_cmd),
/third_party/python/Lib/distutils/command/
Dinstall_lib.py143 def _mutate_outputs(self, has_any, build_cmd, cmd_option, output_dir): argument
147 build_cmd = self.get_finalized_command(build_cmd)
148 build_files = build_cmd.get_outputs()
149 build_dir = getattr(build_cmd, cmd_option)
/third_party/skia/docker/skia-with-swift-shader-base/
Dbuild-with-swift-shader-and-run49 build_cmd = ['docker', 'run', '--rm', '-v', '%s:/skia' % skia_root, IMAGE, BUILD_SCRIPT_PATH] variable
51 build_cmd += ['sync-deps']
55 print subprocess.check_output(build_cmd)
/third_party/jerryscript/tools/
Drun-tests.py271 build_cmd = get_platform_cmd_prefix()
272 build_cmd.append(settings.BUILD_SCRIPT)
273 build_cmd.extend(build_args)
276 build_cmd.append('--builddir=%s' % build_dir_path)
279 build_cmd.append('--install=%s' % install_dir_path)
282 build_cmd.append('--toolchain=%s' % options.toolchain)
284 report_command('Build command:', build_cmd)
293 subprocess.check_output(build_cmd)
/third_party/node/deps/v8/tools/vim/
Dninja-build.vim57 build_cmd = ' '.join(['autoninja', '-C', build_dir, targets])
58 vim.command('return "%s"' % build_cmd)
75 fun! s:MakeWithCustomCommand(build_cmd) argument
77 let &makeprg=a:build_cmd
/third_party/mesa3d/bin/
Dmeson-cmd-extract.py53 def build_cmd(conf: configparser.ConfigParser) -> str: function
83 cmd = build_cmd(conf)
/third_party/PyYAML/
Dsetup.py252 build_cmd = self.get_finalized_command('build')
253 build_cmd.run()
263 shutil.copytree(build_cmd.build_lib, temp_test_path)
/third_party/typescript/tests/issues_cookbook_tests/
Dautotest_sdk.py71build_cmd = f"{hvigorw_tool} clean --mode module -p product=default assembleHap --parallel --incre…
72 build_result = self.utils.run_command(build_cmd, self.project_path)
/third_party/node/tools/gyp/pylib/gyp/generator/
Dmsvs.py3843 build_cmd = _BuildCommandLineForRuleRaw(
3847 build_target.append(["Exec", {"Command": build_cmd}])
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
Dmsvs.py3843 build_cmd = _BuildCommandLineForRuleRaw(
3847 build_target.append(["Exec", {"Command": build_cmd}])