HomeSort by relevance Sort by last modified time
    Searched refs:configuration_name (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/build/android/gyp/
dex.py 44 help='The build CONFIGURATION_NAME.')
63 and options.configuration_name == 'Release'):
package_resources.py 56 required_options = ('android_sdk', 'android_sdk_tools', 'configuration_name',
146 if 'Debug' in options.configuration_name:
push_libraries.py 66 help='The build CONFIGURATION_NAME')
71 constants.SetBuildType(options.configuration_name)
apk_install.py 68 help='The build CONFIGURATION_NAME')
76 constants.SetBuildType(options.configuration_name)
create_device_library_links.py 97 help='The build CONFIGURATION_NAME')
101 'script_device_path', 'target_dir', 'configuration_name']
103 constants.SetBuildType(options.configuration_name)
apk_obfuscate.py 64 'configuration_name',
91 if options.configuration_name == 'Release' and options.proguard_enabled:
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
xcode.py 58 'CONFIGURATION_NAME': '$(CONFIGURATION)',
99 for configuration_name in configuration_names:
101 'name': configuration_name})
632 for configuration_name in sorted(spec['configurations'].keys()):
633 if configuration_name not in configuration_names:
634 configuration_names.append(configuration_name)
    [all...]

Completed in 80 milliseconds