Searched defs:info_plist (Results 1 – 11 of 11) sorted by relevance
/external/v8/tools/gyp/test/mac/ |
D | gyptest-infoplist-process.py | 28 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
|
D | gyptest-xcode-env-order.py | 46 info_plist = test.built_file_path(INFO_PLIST_PATH, chdir=CHDIR) variable
|
D | gyptest-non-strs-flattened-to-env.py | 27 info_plist = test.built_file_path(INFO_PLIST_PATH, chdir=CHDIR) variable
|
D | gyptest-framework.py | 43 info_plist = test.built_file_path( variable
|
D | gyptest-loadable-module.py | 38 info_plist = test.built_file_path( variable
|
D | gyptest-app.py | 58 info_plist = test.built_file_path('Test App Gyp.app/Contents/Info.plist', variable
|
D | gyptest-app-assets-catalog.py | 51 info_plist = test.built_file_path( variable
|
/external/v8/tools/gyp/test/ios/ |
D | gyptest-app-ios.py | 41 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
|
D | gyptest-app-ios-assets-catalog.py | 32 info_plist = test.built_file_path( variable
|
D | gyptest-per-config-settings.py | 108 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/ |
D | mac_tool.py | 219 def _WritePkgInfo(self, info_plist): argument
|