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

Unified Diff: test/mac/gyptest-postbuild-copy-bundle.py

Issue 421453003: Add TestGypXcodeNinja to run tests against the xcode-ninja generator (Closed) Base URL: https://chromium.googlesource.com/external/gyp.git@master
Patch Set: Rebase onto origin/master Created 6 years 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/mac/gyptest-loadable-module-bundle-product-extension.py ('k') | test/mac/gyptest-postbuild-fail.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mac/gyptest-postbuild-copy-bundle.py
diff --git a/test/mac/gyptest-postbuild-copy-bundle.py b/test/mac/gyptest-postbuild-copy-bundle.py
index dc2c85f1ace1a7726d972766d5fb20e973d66eef..1f04d1cb36a0738542048ece09e5d66ef69bd022 100644
--- a/test/mac/gyptest-postbuild-copy-bundle.py
+++ b/test/mac/gyptest-postbuild-copy-bundle.py
@@ -21,7 +21,7 @@ if sys.platform == 'darwin':
CHDIR = 'postbuild-copy-bundle'
test.run_gyp('test.gyp', chdir=CHDIR)
- app_bundle_dir = test.built_file_path('Test app.app', chdir=CHDIR)
+ app_bundle_dir = test.built_file_path('Test App.app', chdir=CHDIR)
bundled_framework_dir = os.path.join(
app_bundle_dir, 'Contents', 'My Framework.framework', 'Resources')
final_plist_path = os.path.join(bundled_framework_dir, 'Info.plist')
« no previous file with comments | « test/mac/gyptest-loadable-module-bundle-product-extension.py ('k') | test/mac/gyptest-postbuild-fail.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698