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

Side by Side Diff: testing/DEPS

Issue 2380713005: Move fxjs/include to fxjs (Closed)
Patch Set: Rebase to master 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 | « fxjs/include/fxjse.h ('k') | testing/js_embedder_test.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/fpdfapi', 2 '+core/fpdfapi',
3 '+core/fxcodec', 3 '+core/fxcodec',
4 '+core/fxcrt', 4 '+core/fxcrt',
5 '+core/fxge/include', 5 '+core/fxge',
6 '+core/include', 6 '+core',
7 '+fxjs/include', 7 '+fxjs',
8 '+public', 8 '+public',
9 '+v8', 9 '+v8',
10 '+xfa/fde', 10 '+xfa/fde',
11 '+xfa/fgas', 11 '+xfa/fgas',
12 '+xfa/fxfa/fm2js', 12 '+xfa/fxfa/fm2js',
13 '+xfa/fxfa/parser', 13 '+xfa/fxfa/parser',
14 ] 14 ]
OLDNEW
« no previous file with comments | « fxjs/include/fxjse.h ('k') | testing/js_embedder_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698