Home
last modified time | relevance | path

Searched refs:python_executable (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/chrome/common/extensions/api/
DPRESUBMIT.py13 [input_api.python_executable, json_comment_eater],
30 [input_api.python_executable, idl_schema, filename],
DPRESUBMIT_test.py21 self.python_executable = sys.executable
/external/chromium_org/third_party/WebKit/
DPRESUBMIT.py147 [input_api.python_executable, lint_path],
162 args = ([input_api.python_executable, style_checker_path, '--diff-files']
259 [input_api.python_executable, lint_path],
/external/chromium_org/third_party/WebKit/Source/bindings/
DPRESUBMIT.py47 cmd = [input_api.python_executable, run_bindings_tests_path]
/external/chromium_org/chrome/common/extensions/
DPRESUBMIT.py108 args = [input_api.python_executable]
139 integration_test = [input_api.python_executable]
/external/chromium_org/webkit/tools/layout_tests/
DPRESUBMIT.py25 input_api.python_executable,
/external/llvm/test/
Dlit.site.cfg.in11 config.python_executable = "@PYTHON_EXECUTABLE@"
Dlit.cfg90 config.environment['PYTHON_EXECUTABLE'] = getattr(config, 'python_executable',
/external/chromium_org/tools/gyp/test/lib/
DTestCmd.py522 python_executable = os.path.join(sys.prefix, 'jython') variable
526 python_executable = sys.executable variable