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

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: comments, GN formatting, DEPS roll 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
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

Powered by Google App Engine
This is Rietveld 408576698