Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(514)

Unified Diff: test/ios/gyptest-archs.py

Issue 1701503002: Re-land update Xcode emulation extra plist items for Xcode 7.2 (Closed) Base URL: https://chromium.googlesource.com/external/gyp.git@master
Patch Set: Remove extra call to self._GetSdkVersionInfoItem Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/ios/app-bundle/test-device.gyp ('k') | test/ios/gyptest-per-config-settings.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/ios/gyptest-archs.py
diff --git a/test/ios/gyptest-archs.py b/test/ios/gyptest-archs.py
index 38c5c61fd8f388d14fcb9debdc3c3c68369e245c..c653d997ada41ceccbdf8fd9e5160fc408dae857 100644
--- a/test/ios/gyptest-archs.py
+++ b/test/ios/gyptest-archs.py
@@ -48,7 +48,7 @@ if sys.platform == 'darwin':
kwds['arguments'].extend(['-arch', archs[0]])
test.set_configuration(configuration)
- filename = '%s.bundle/%s' % (target, target)
+ filename = '%s.app/%s' % (target, target)
test.build('test-archs.gyp', target, chdir='app-bundle', **kwds)
result_file = test.built_file_path(filename, chdir='app-bundle')
« no previous file with comments | « test/ios/app-bundle/test-device.gyp ('k') | test/ios/gyptest-per-config-settings.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698