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

Side by Side Diff: gyp/edtaa.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/debugger.gyp ('k') | gyp/effects.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 # Copyright 2013 Google Inc. 2 # Copyright 2013 Google Inc.
3 # 3 #
4 # Use of this source code is governed by a BSD-style license that can be 4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file. 5 # found in the LICENSE file.
6 # 6 #
7 7
8
9 { 8 {
10 'targets': [ 9 'targets': [
11 { 10 {
12 'target_name': 'edtaa', 11 'target_name': 'edtaa',
13 'type': 'none', 12 'type': 'none',
14 'conditions': [ 13 'conditions': [
15 [ 'skia_distancefield_fonts', { 14 [ 'skia_distancefield_fonts', {
16 'type': 'static_library', 15 'type': 'static_library',
17 'sources': [ 16 'sources': [
18 '../third_party/edtaa/edtaa3func.cpp', 17 '../third_party/edtaa/edtaa3func.cpp',
19 ], 18 ],
20 'include_dirs': [ 19 'include_dirs': [
21 '../third_party/edtaa/', 20 '../third_party/edtaa/',
22 ], 21 ],
23 'all_dependent_settings': { 22 'all_dependent_settings': {
24 'include_dirs': [ 23 'include_dirs': [
25 '../third_party/edtaa/', 24 '../third_party/edtaa/',
26 ], 25 ],
27 }, 26 },
28 }], 27 }],
29 ], 28 ],
30 }, 29 },
31 ], 30 ],
32 } 31 }
33
34 # Local Variables:
35 # tab-width:2
36 # indent-tabs-mode:nil
37 # End:
38 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/debugger.gyp ('k') | gyp/effects.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698