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

Side by Side Diff: gyp/jsoncpp.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/images.gyp ('k') | gyp/libjpeg.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 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # TODO: This file was copied from the external dependency 5 # TODO: This file was copied from the external dependency
6 # third_party/externals/jsoncpp-chromium/jsoncpp.gyp , at revision 125399, 6 # third_party/externals/jsoncpp-chromium/jsoncpp.gyp , at revision 125399,
7 # with directory paths modified to work at this level. 7 # with directory paths modified to work at this level.
8 # 8 #
9 # It would be better for us to depend on that gypfile within the external 9 # It would be better for us to depend on that gypfile within the external
10 # dependency, but so far we have been unable to make that work reliably. 10 # dependency, but so far we have been unable to make that work reliably.
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 '../third_party/externals/jsoncpp-chromium/overrides/include/', 48 '../third_party/externals/jsoncpp-chromium/overrides/include/',
49 '../third_party/externals/jsoncpp/include/', 49 '../third_party/externals/jsoncpp/include/',
50 ], 50 ],
51 }, 51 },
52 'cflags': [ 52 'cflags': [
53 '-w', 53 '-w',
54 ], 54 ],
55 }, 55 },
56 ], 56 ],
57 } 57 }
58
59 # Local Variables:
60 # tab-width:2
61 # indent-tabs-mode:nil
62 # End:
63 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/images.gyp ('k') | gyp/libjpeg.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698