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

Side by Side Diff: pdfium.gyp

Issue 292313014: Convert pdfium to use LF instead of CRLF for EOL (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 6 years, 7 months 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
« no previous file with comments | « fpdfsdk/src/javascript/JS_Runtime.cpp ('k') | no next file » | 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 'variables': { 2 'variables': {
3 'win_third_party_warn_as_error': 'false', 3 'win_third_party_warn_as_error': 'false',
4 'pdf_use_skia%': 0, 4 'pdf_use_skia%': 0,
5 }, 5 },
6 'target_defaults': { 6 'target_defaults': {
7 'defines' : [ 7 'defines' : [
8 'FOXIT_CHROME_BUILD', 8 'FOXIT_CHROME_BUILD',
9 '_FXFT_VERSION_=2501', 9 '_FXFT_VERSION_=2501',
10 '_FPDFSDK_LIB', 10 '_FPDFSDK_LIB',
(...skipping 829 matching lines...) Expand 10 before | Expand all | Expand 10 after
840 ], 840 ],
841 'sources': [ 841 'sources': [
842 'test/gcctest.cpp', 842 'test/gcctest.cpp',
843 ], 843 ],
844 } 844 }
845 ], 845 ],
846 }], 846 }],
847 ], 847 ],
848 } 848 }
849 849
OLDNEW
« no previous file with comments | « fpdfsdk/src/javascript/JS_Runtime.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698