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

Side by Side Diff: gyp/SimpleiOSApp.gyp

Issue 92673003: Remove the comments settings for vim tab width and expansion variables. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « gyp/SimpleCocoaApp.gyp ('k') | gyp/angle.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'conditions' : [ 2 'conditions' : [
3 [ 'skia_os != "ios"', { 3 [ 'skia_os != "ios"', {
4 'error': '<!(set GYP_DEFINES=\"skia_os=\'ios\'\")' 4 'error': '<!(set GYP_DEFINES=\"skia_os=\'ios\'\")'
5 }], 5 }],
6 ], 6 ],
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'SimpleiOSApp', 9 'target_name': 'SimpleiOSApp',
10 'type': 'executable', 10 'type': 'executable',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 'INFOPLIST_FILE' : '../experimental/SimpleiOSApp/SimpleiOSApp-Info.plist ', 54 'INFOPLIST_FILE' : '../experimental/SimpleiOSApp/SimpleiOSApp-Info.plist ',
55 }, 55 },
56 'xcode_config_file': '../experimental/iOSSampleApp/SkiOSSampleApp-Base.xcc onfig', 56 'xcode_config_file': '../experimental/iOSSampleApp/SkiOSSampleApp-Base.xcc onfig',
57 'mac_bundle_resources' : [ 57 'mac_bundle_resources' : [
58 '../experimental/SimpleiOSApp/iPad/MainWindow_iPad.xib', 58 '../experimental/SimpleiOSApp/iPad/MainWindow_iPad.xib',
59 '../experimental/SimpleiOSApp/iPhone/MainWindow_iPhone.xib', 59 '../experimental/SimpleiOSApp/iPhone/MainWindow_iPhone.xib',
60 ], 60 ],
61 }, 61 },
62 ], 62 ],
63 } 63 }
64
65 # Local Variables:
66 # tab-width:2
67 # indent-tabs-mode:nil
68 # End:
69 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/SimpleCocoaApp.gyp ('k') | gyp/angle.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698