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

Side by Side Diff: DEPS

Issue 1421703002: Merge to XFA: Make DEPS use relative paths to fix recipe (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 5 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 | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 use_relative_paths = True
2
1 deps = { 3 deps = {
2 "build/gyp": 4 "build/gyp":
3 "https://chromium.googlesource.com/external/gyp", 5 "https://chromium.googlesource.com/external/gyp",
4 6
5 "buildtools": 7 "buildtools":
6 "https://chromium.googlesource.com/chromium/buildtools.git@46ce8cb60364e9e0b 21a81136c7debdddfd063a8", 8 "https://chromium.googlesource.com/chromium/buildtools.git@46ce8cb60364e9e0b 21a81136c7debdddfd063a8",
7 9
8 "testing/corpus": 10 "testing/corpus":
9 "https://pdfium.googlesource.com/pdfium_tests@4b9a1d593e5a101d034a4f1195174 a22c179a42d", 11 "https://pdfium.googlesource.com/pdfium_tests@4b9a1d593e5a101d034a4f1195174 a22c179a42d",
10 12
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 '-s', 'pdfium/buildtools/linux64/clang-format.sha1', 79 '-s', 'pdfium/buildtools/linux64/clang-format.sha1',
78 ], 80 ],
79 }, 81 },
80 { 82 {
81 # Pull clang if needed or requested via GYP_DEFINES. 83 # Pull clang if needed or requested via GYP_DEFINES.
82 'name': 'clang', 84 'name': 'clang',
83 'pattern': '.', 85 'pattern': '.',
84 'action': ['python', 'pdfium/tools/clang/scripts/update.py', '--if-needed'], 86 'action': ['python', 'pdfium/tools/clang/scripts/update.py', '--if-needed'],
85 }, 87 },
86 ] 88 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698