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

Side by Side Diff: test/ios/framework/iOSFramework/iOSFramework.h

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 unified diff | Download patch
« no previous file with comments | « test/ios/framework/iOSFramework/Thing.m ('k') | test/ios/gyptest-framework.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #import <UIKit/UIKit.h> 1 #import <UIKit/UIKit.h>
2 2
3 //! Project version number for iOSFramework. 3 //! Project version number for iOSFramework.
4 FOUNDATION_EXPORT double iOSFrameworkVersionNumber; 4 FOUNDATION_EXPORT double iOSFrameworkVersionNumber;
5 5
6 //! Project version string for iOSFramework. 6 //! Project version string for iOSFramework.
7 FOUNDATION_EXPORT const unsigned char iOSFrameworkVersionString[]; 7 FOUNDATION_EXPORT const unsigned char iOSFrameworkVersionString[];
8
9 #import <iOSFramework/Thing.h>
OLDNEW
« no previous file with comments | « test/ios/framework/iOSFramework/Thing.m ('k') | test/ios/gyptest-framework.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698