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

Side by Side Diff: fpdfsdk/DEPS

Issue 2390833003: Cleanup DEPS files (Closed)
Patch Set: Created 4 years, 2 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 | « no previous file | fpdfsdk/formfiller/DEPS » ('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/fpdftext', 2 '+core',
3 '+core/fpdfapi',
4 '+core/fpdfapi/edit',
5 '+core/fpdfapi/page',
6 '+core/fpdfapi/parser',
7 '+core/fpdfapi/render',
8 '+core/fpdfdoc',
9 '+core/fxcodec',
10 '+core/fxcrt',
11 '+core/fxge',
12 '+public', 3 '+public',
13 '+v8', 4 '+v8',
14 '+xfa/fwl/core', 5 '+xfa/fwl/core',
15 '+xfa/fxfa', 6 '+xfa/fxfa',
16 '+xfa/fxgraphics', 7 '+xfa/fxgraphics',
17 ] 8 ]
OLDNEW
« no previous file with comments | « no previous file | fpdfsdk/formfiller/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698