Searched refs:main_class (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/build/android/gyp/ |
D | javac.py | 106 def CreateManifest(manifest_path, classpath, main_class=None): argument 120 if main_class: 121 output.append('Main-Class: %s' % main_class) 188 if options.main_class and not options.jar_path: 232 if options.main_class: 235 options.main_class)
|
/external/chromium_org/build/ |
D | host_jar.gypi | 33 # main_class - The class containing the main() function that should be called 52 'main_class%': '', 74 ['">(main_class)" != ""', { 75 'extra_options': ['--main-class=>(main_class)']
|
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/compiler-runner/ |
D | build_compiler_runner_jar.py | 18 main_class = 'org.chromium.devtools.compiler.Runner' variable 53 …= '%s cvfme %s %s %s -C %s .' % (jar_path, artifact_path, manifest_file.name, main_class, bin_path)
|
/external/chromium_org/third_party/closure_compiler/runner/ |
D | build_runner_jar.py | 22 main_class = 'org.chromium.closure.compiler.Runner' variable 60 jar_path, artifact_path, manifest_file.name, main_class, bin_path)
|
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/ |
D | build_jsdoc_validator_jar.py | 21 main_class = 'org.chromium.devtools.jsdoc.JsDocValidator' variable 111 …= '%s cvfme %s %s %s -C %s .' % (jar_path, artifact_path, manifest_file.name, main_class, bin_path)
|
/external/chromium_org/testing/android/junit/ |
D | junit_test.gyp | 29 'main_class': 'org.chromium.testing.local.JunitTestMain',
|