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

Side by Side Diff: core/src/fxcodec/DEPS

Issue 1425153006: Fix all relative includes to third_party. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: rebase Created 5 years, 1 month 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 | « core/src/fpdftext/fpdf_text_int.cpp ('k') | core/src/fxcodec/codec/codec_int.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 '+third_party/lcms2-2.6', 2 '+third_party/lcms2-2.6',
3 '+third_party/libjpeg', 3 '+third_party/libjpeg/jpeglib.h',
4 # For non-standalone builds that may use libjpeg_turbo.
5 '+third_party/libjpeg_turbo/jpeglib.h',
4 '+third_party/libopenjpeg20', 6 '+third_party/libopenjpeg20',
5 '+third_party/zlib_v128', 7 '+third_party/zlib_v128',
6 ] 8 ]
OLDNEW
« no previous file with comments | « core/src/fpdftext/fpdf_text_int.cpp ('k') | core/src/fxcodec/codec/codec_int.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698