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

Side by Side Diff: fpdfsdk/DEPS

Issue 1825953002: Move core/include/fxcrt to core/fxcrt/include. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 9 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 | « core/include/fxge/fx_font.h ('k') | fpdfsdk/formfiller/cffl_combobox.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 '+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/fxcrt/include',
9 '+javascript/IJavaScript.h', 10 '+javascript/IJavaScript.h',
10 '+public', 11 '+public',
11 '+v8', 12 '+v8',
12 '+xfa/include', 13 '+xfa/include',
13 '+xfa/fxgraphics/include', 14 '+xfa/fxgraphics/include',
14 ] 15 ]
OLDNEW
« no previous file with comments | « core/include/fxge/fx_font.h ('k') | fpdfsdk/formfiller/cffl_combobox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698