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

Side by Side Diff: gyp/angle.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/SimpleiOSApp.gyp ('k') | gyp/animator.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 # ANGLE is the Windows-specific translator from OGL ES 2.0 to D3D 9 1 # ANGLE is the Windows-specific translator from OGL ES 2.0 to D3D 9
2 2
3 { 3 {
4 'conditions': [ 4 'conditions': [
5 [ 'skia_angle', { 5 [ 'skia_angle', {
6 'target_defaults': { 6 'target_defaults': {
7 'include_dirs': [ 7 'include_dirs': [
8 '$(DXSDK_DIR)/Include', 8 '$(DXSDK_DIR)/Include',
9 ], 9 ],
10 'msvs_settings': { 10 'msvs_settings': {
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 'direct_dependent_settings': { 47 'direct_dependent_settings': {
48 'include_dirs': [ 48 'include_dirs': [
49 '../third_party/externals/angle/include', 49 '../third_party/externals/angle/include',
50 ], 50 ],
51 }, 51 },
52 }], 52 }],
53 ], 53 ],
54 }, 54 },
55 ], 55 ],
56 } 56 }
57
58 # Local Variables:
59 # tab-width:2
60 # indent-tabs-mode:nil
61 # End:
62 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/SimpleiOSApp.gyp ('k') | gyp/animator.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698