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

Side by Side Diff: gyp/SampleApp.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/FileReaderApp.gyp ('k') | gyp/SimpleCocoaApp.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 { 2 {
3 'variables': { 3 'variables': {
4 #manually set sample_pdf_file_viewer to 1 to have the PdfViewer in SampleApp 4 #manually set sample_pdf_file_viewer to 1 to have the PdfViewer in SampleApp
5 'sample_pdf_file_viewer%': 0, 5 'sample_pdf_file_viewer%': 0,
6 }, 6 },
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'SampleApp', 9 'target_name': 'SampleApp',
10 'type': 'executable', 10 'type': 'executable',
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 }], 315 }],
316 ], 316 ],
317 'msvs_settings': { 317 'msvs_settings': {
318 'VCLinkerTool': { 318 'VCLinkerTool': {
319 'SubSystem': '2', 319 'SubSystem': '2',
320 }, 320 },
321 }, 321 },
322 }, 322 },
323 ], 323 ],
324 } 324 }
325
326 # Local Variables:
327 # tab-width:2
328 # indent-tabs-mode:nil
329 # End:
330 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/FileReaderApp.gyp ('k') | gyp/SimpleCocoaApp.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698