Home
last modified time | relevance | path

Searched refs:main_class (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/build/android/gyp/
Djavac.py106 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/
Dhost_jar.gypi33 # 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/
Dbuild_compiler_runner_jar.py18 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/
Dbuild_runner_jar.py22 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/
Dbuild_jsdoc_validator_jar.py21 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/
Djunit_test.gyp29 'main_class': 'org.chromium.testing.local.JunitTestMain',