Home
last modified time | relevance | path

Searched defs:info_plist (Results 1 – 11 of 11) sorted by relevance

/external/v8/tools/gyp/test/mac/
Dgyptest-infoplist-process.py28 info_plist = test.built_file_path(INFO_PLIST_PATH, chdir=CHDIR) variable
37 info_plist = test.built_file_path(INFO_PLIST_PATH, chdir=CHDIR) variable
47 info_plist = test.built_file_path('Test App.app/Contents/Info.plist', variable
Dgyptest-xcode-env-order.py46 info_plist = test.built_file_path(INFO_PLIST_PATH, chdir=CHDIR) variable
Dgyptest-non-strs-flattened-to-env.py27 info_plist = test.built_file_path(INFO_PLIST_PATH, chdir=CHDIR) variable
Dgyptest-framework.py43 info_plist = test.built_file_path( variable
Dgyptest-loadable-module.py38 info_plist = test.built_file_path( variable
Dgyptest-app.py58 info_plist = test.built_file_path('Test App Gyp.app/Contents/Info.plist', variable
Dgyptest-app-assets-catalog.py51 info_plist = test.built_file_path( variable
/external/v8/tools/gyp/test/ios/
Dgyptest-app-ios.py41 info_plist = test.built_file_path('Test App Gyp.app/Info.plist', variable
47 info_plist = test.built_file_path('Test App Gyp XML.app/Info.plist', variable
Dgyptest-app-ios-assets-catalog.py32 info_plist = test.built_file_path( variable
Dgyptest-per-config-settings.py108 info_plist = test.built_file_path('Test App Gyp.app/Info.plist', variable
173 info_plist = test.built_file_path('sigtest.app/Info.plist', variable
/external/v8/tools/gyp/pylib/gyp/
Dmac_tool.py219 def _WritePkgInfo(self, info_plist): argument