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

Side by Side Diff: DEPS

Issue 1661123002: Roll DEPS for V8 to 3c3d7e7. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: Created 4 years, 10 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 1 use_relative_paths = True
2 2
3 deps = { 3 deps = {
4 "build/gyp": 4 "build/gyp":
5 "https://chromium.googlesource.com/external/gyp", 5 "https://chromium.googlesource.com/external/gyp",
6 6
7 "buildtools": 7 "buildtools":
8 "https://chromium.googlesource.com/chromium/buildtools.git@c2f259809d5ede327 5df5ea0842f0431990c4f98", 8 "https://chromium.googlesource.com/chromium/buildtools.git@c2f259809d5ede327 5df5ea0842f0431990c4f98",
9 9
10 "testing/corpus": 10 "testing/corpus":
11 "https://pdfium.googlesource.com/pdfium_tests@cc132ff8921c76ea69888cae4bb00 e01dd1ce0b3", 11 "https://pdfium.googlesource.com/pdfium_tests@cc132ff8921c76ea69888cae4bb00 e01dd1ce0b3",
12 12
13 "testing/gmock": 13 "testing/gmock":
14 "https://chromium.googlesource.com/external/googlemock.git@29763965ab52f245 65299976b936d1265cb6a271", 14 "https://chromium.googlesource.com/external/googlemock.git@29763965ab52f245 65299976b936d1265cb6a271",
15 15
16 "testing/gtest": 16 "testing/gtest":
17 "https://chromium.googlesource.com/external/googletest.git@8245545b6dc9c470 3e6496d1efd19e975ad2b038", 17 "https://chromium.googlesource.com/external/googletest.git@8245545b6dc9c470 3e6496d1efd19e975ad2b038",
18 18
19 "tools/clang": 19 "tools/clang":
20 "https://chromium.googlesource.com/chromium/src/tools/clang", 20 "https://chromium.googlesource.com/chromium/src/tools/clang",
21 21
22 "v8": 22 "v8":
23 "https://chromium.googlesource.com/v8/v8.git@43be96989f6e9ba9c22c4fe0f46c09c 9a5b9cb12", 23 "https://chromium.googlesource.com/v8/v8.git@3c3d7e7be80f45eeea0dc74a71d7552 e2afc2985",
24 24
25 "v8/base/trace_event/common": 25 "v8/base/trace_event/common":
26 "https://chromium.googlesource.com/chromium/src/base/trace_event/common.git@ d83d44b13d07c2fd0a40101a7deef9b93b841732", 26 "https://chromium.googlesource.com/chromium/src/base/trace_event/common.git@ d83d44b13d07c2fd0a40101a7deef9b93b841732",
27 27
28 "v8/third_party/icu": 28 "v8/third_party/icu":
29 "https://chromium.googlesource.com/chromium/deps/icu.git@8d342a405be5ae8aacb 1e16f0bc31c3a4fbf26a2", 29 "https://chromium.googlesource.com/chromium/deps/icu.git@8d342a405be5ae8aacb 1e16f0bc31c3a4fbf26a2",
30 } 30 }
31 31
32 deps_os = { 32 deps_os = {
33 "win": { 33 "win": {
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 '-s', 'pdfium/buildtools/linux64/clang-format.sha1', 84 '-s', 'pdfium/buildtools/linux64/clang-format.sha1',
85 ], 85 ],
86 }, 86 },
87 { 87 {
88 # Pull clang if needed or requested via GYP_DEFINES. 88 # Pull clang if needed or requested via GYP_DEFINES.
89 'name': 'clang', 89 'name': 'clang',
90 'pattern': '.', 90 'pattern': '.',
91 'action': ['python', 'pdfium/tools/clang/scripts/update.py', '--if-needed'], 91 'action': ['python', 'pdfium/tools/clang/scripts/update.py', '--if-needed'],
92 }, 92 },
93 ] 93 ]
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