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

Side by Side Diff: DEPS

Issue 1407643002: Roll DEPS for v8 to d3f97a9. Regular weekly roll. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
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 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@46ce8cb60364e9e0b 21a81136c7debdddfd063a8", 8 "https://chromium.googlesource.com/chromium/buildtools.git@46ce8cb60364e9e0b 21a81136c7debdddfd063a8",
9 9
10 "testing/corpus": 10 "testing/corpus":
11 "https://pdfium.googlesource.com/pdfium_tests@2ddcfbd23aa7ef0a7424ef24a3fac 7acdfb39ee5", 11 "https://pdfium.googlesource.com/pdfium_tests@2ddcfbd23aa7ef0a7424ef24a3fac 7acdfb39ee5",
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 "v8": 19 "v8":
20 "https://chromium.googlesource.com/v8/v8.git@9081ee11af0311aecb152bfe80330fc 1bf6085e6", 20 "https://chromium.googlesource.com/v8/v8.git@d3f97a972ffe37989fed2794d07e33f 7c25f651c",
21 21
22 "v8/third_party/icu": 22 "v8/third_party/icu":
23 "https://chromium.googlesource.com/chromium/deps/icu46", 23 "https://chromium.googlesource.com/chromium/deps/icu46",
24 } 24 }
25 25
26 deps_os = { 26 deps_os = {
27 "win": { 27 "win": {
28 "v8/third_party/cygwin": 28 "v8/third_party/cygwin":
29 "https://chromium.googlesource.com/chromium/deps/cygwin@c89e446b273697fadf 3a10ff1007a97c0b7de6df", 29 "https://chromium.googlesource.com/chromium/deps/cygwin@c89e446b273697fadf 3a10ff1007a97c0b7de6df",
30 }, 30 },
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 'pattern': '.', 72 'pattern': '.',
73 'action': [ 'download_from_google_storage', 73 'action': [ 'download_from_google_storage',
74 '--no_resume', 74 '--no_resume',
75 '--platform=linux*', 75 '--platform=linux*',
76 '--no_auth', 76 '--no_auth',
77 '--bucket', 'chromium-clang-format', 77 '--bucket', 'chromium-clang-format',
78 '-s', 'buildtools/linux64/clang-format.sha1', 78 '-s', 'buildtools/linux64/clang-format.sha1',
79 ], 79 ],
80 }, 80 },
81 ] 81 ]
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