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

Side by Side Diff: testing/DEPS

Issue 1868533002: Move core/include/fxge to core/fxge/include. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: 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 | « pdfium.gyp ('k') | testing/libfuzzer/pdf_jpx_fuzzer.cc » ('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/fxcodec', 3 '+core/fxcodec',
4 '+core/fxcrt/include', 4 '+core/fxcrt/include',
5 '+core/fxge/include',
5 '+fpdfsdk/include', 6 '+fpdfsdk/include',
6 '+public', 7 '+public',
7 '+v8', 8 '+v8',
8 '+xfa/fxfa/parser', 9 '+xfa/fxfa/parser',
9 '+xfa/fxfa/fm2js', 10 '+xfa/fxfa/fm2js',
10 ] 11 ]
OLDNEW
« no previous file with comments | « pdfium.gyp ('k') | testing/libfuzzer/pdf_jpx_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698