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

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

Issue 1887703004: Fix header map nextPowerOf2 method. (Closed) Base URL: https://chromium.googlesource.com/external/gyp.git@master
Patch Set: Add comment Created 4 years, 8 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/framework/iOSFramework/iOSFramework.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/ios/gyptest-framework.py
diff --git a/test/ios/gyptest-framework.py b/test/ios/gyptest-framework.py
index a9012e038f942b766102db06140d18d418f30410..a6dd857b20ed3d2f28ff86b0a6c65efdfa09a7ff 100755
--- a/test/ios/gyptest-framework.py
+++ b/test/ios/gyptest-framework.py
@@ -27,6 +27,9 @@ if sys.platform == 'darwin' and TestMac.Xcode.Version()>="0700":
'iOSFramework.framework/Headers/iOSFramework.h',
chdir='framework')
test.built_file_must_exist(
+ 'iOSFramework.framework/Headers/Thing.h',
+ chdir='framework')
+ test.built_file_must_exist(
'iOSFramework.framework/iOSFramework',
chdir='framework')
« no previous file with comments | « test/ios/framework/iOSFramework/iOSFramework.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698