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

Side by Side Diff: fpdfsdk/DEPS

Issue 1864973005: Move remaining xfa/include/fxfa files (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master Created 4 years, 8 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 | « BUILD.gn ('k') | fpdfsdk/fpdfformfill.cpp » ('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 '+core/include', 2 '+core/include',
3 '+core/fpdftext/include', 3 '+core/fpdftext/include',
4 '+core/fpdfapi/include', 4 '+core/fpdfapi/include',
5 '+core/fpdfapi/fpdf_edit/include', 5 '+core/fpdfapi/fpdf_edit/include',
6 '+core/fpdfapi/fpdf_page/include', 6 '+core/fpdfapi/fpdf_page/include',
7 '+core/fpdfapi/fpdf_parser/include', 7 '+core/fpdfapi/fpdf_parser/include',
8 '+core/fpdfapi/fpdf_render/include', 8 '+core/fpdfapi/fpdf_render/include',
9 '+core/fpdfdoc/include', 9 '+core/fpdfdoc/include',
10 '+core/fxcodec/include', 10 '+core/fxcodec/include',
11 '+core/fxcrt/include', 11 '+core/fxcrt/include',
12 '+core/fxge/include', 12 '+core/fxge/include',
13 '+public', 13 '+public',
14 '+v8', 14 '+v8',
15 '+xfa/include', 15 '+xfa/fxfa/include',
16 '+xfa/fxgraphics/include', 16 '+xfa/fxgraphics/include',
17 ] 17 ]
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | fpdfsdk/fpdfformfill.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698