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

Unified Diff: test/mac/gyptest-copies.py

Issue 956203005: Adds the ability for 'copies' in Xcode project files to specify the 'Code Sign on Copy' option. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: Created 5 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/mac/framework/framework.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mac/gyptest-copies.py
diff --git a/test/mac/gyptest-copies.py b/test/mac/gyptest-copies.py
index c88065eade585227e8f2f1a4094422795f9cf7ba..49685095016cf3b3eedd6067dc41449f0db5c01a 100755
--- a/test/mac/gyptest-copies.py
+++ b/test/mac/gyptest-copies.py
@@ -46,4 +46,7 @@ if sys.platform == 'darwin':
# Check that actions ran.
test.built_file_must_exist('action_file', chdir='framework')
+ # Test that a copy with the "Code Sign on Copy" flag on succeeds.
+ test.build('framework.gyp', 'copy_target_code_sign', chdir='framework')
+
test.pass_test()
« no previous file with comments | « test/mac/framework/framework.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698