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

Side by Side Diff: gyp/pdfviewer_lib.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/pdfviewer.gyp ('k') | gyp/pixman_test.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 # GYP file to build pdfviewer. 1 # GYP file to build pdfviewer.
2 # 2 #
3 # To build on Linux: 3 # To build on Linux:
4 # ./gyp_skia pdfviewer.gyp && make pdfviewer 4 # ./gyp_skia pdfviewer.gyp && make pdfviewer
5 # 5 #
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'pdfviewer_lib', 9 'target_name': 'pdfviewer_lib',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 29 matching lines...) Expand all
40 '../experimental/PdfViewer/pdfparser/native', 40 '../experimental/PdfViewer/pdfparser/native',
41 '../experimental/PdfViewer/pdfparser/native/pdfapi', 41 '../experimental/PdfViewer/pdfparser/native/pdfapi',
42 ], 42 ],
43 'dependencies': [ 43 'dependencies': [
44 'skia_lib.gyp:skia_lib', 44 'skia_lib.gyp:skia_lib',
45 'zlib.gyp:zlib', 45 'zlib.gyp:zlib',
46 ], 46 ],
47 }, 47 },
48 ], 48 ],
49 } 49 }
50
51 # Local Variables:
52 # tab-width:2
53 # indent-tabs-mode:nil
54 # End:
55 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/pdfviewer.gyp ('k') | gyp/pixman_test.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698