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

Side by Side Diff: DEPS

Issue 1370133007: Merge to XFA: Introduce kPerIsolateDataIndex and tidy JS_Define.h (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 | fpdfsdk/include/javascript/JS_Define.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 deps = { 1 deps = {
2 "build/gyp": 2 "build/gyp":
3 "https://chromium.googlesource.com/external/gyp", 3 "https://chromium.googlesource.com/external/gyp",
4 4
5 "buildtools": 5 "buildtools":
6 "https://chromium.googlesource.com/chromium/buildtools.git@46ce8cb60364e9e0b 21a81136c7debdddfd063a8", 6 "https://chromium.googlesource.com/chromium/buildtools.git@46ce8cb60364e9e0b 21a81136c7debdddfd063a8",
7 7
8 "testing/corpus": 8 "testing/corpus":
9 "https://pdfium.googlesource.com/pdfium_tests@4b9a1d593e5a101d034a4f1195174 a22c179a42d", 9 "https://pdfium.googlesource.com/pdfium_tests@4b9a1d593e5a101d034a4f1195174 a22c179a42d",
10 10
11 "testing/gmock": 11 "testing/gmock":
12 "https://chromium.googlesource.com/external/googlemock.git@29763965ab52f245 65299976b936d1265cb6a271", 12 "https://chromium.googlesource.com/external/googlemock.git@29763965ab52f245 65299976b936d1265cb6a271",
13 13
14 "testing/gtest": 14 "testing/gtest":
15 "https://chromium.googlesource.com/external/googletest.git@8245545b6dc9c470 3e6496d1efd19e975ad2b038", 15 "https://chromium.googlesource.com/external/googletest.git@8245545b6dc9c470 3e6496d1efd19e975ad2b038",
16 16
17 "v8": 17 "v8":
18 "https://chromium.googlesource.com/v8/v8.git", 18 "https://chromium.googlesource.com/v8/v8.git@4d03c3aabad6517ff058124bb799ca6 a4156e570",
19 19
20 "v8/third_party/icu": 20 "v8/third_party/icu":
21 "https://chromium.googlesource.com/chromium/deps/icu46", 21 "https://chromium.googlesource.com/chromium/deps/icu46",
22 } 22 }
23 23
24 deps_os = { 24 deps_os = {
25 "win": { 25 "win": {
26 "v8/third_party/cygwin": 26 "v8/third_party/cygwin":
27 "https://chromium.googlesource.com/chromium/deps/cygwin@c89e446b273697fadf 3a10ff1007a97c0b7de6df", 27 "https://chromium.googlesource.com/chromium/deps/cygwin@c89e446b273697fadf 3a10ff1007a97c0b7de6df",
28 }, 28 },
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 'pattern': '.', 70 'pattern': '.',
71 'action': [ 'download_from_google_storage', 71 'action': [ 'download_from_google_storage',
72 '--no_resume', 72 '--no_resume',
73 '--platform=linux*', 73 '--platform=linux*',
74 '--no_auth', 74 '--no_auth',
75 '--bucket', 'chromium-clang-format', 75 '--bucket', 'chromium-clang-format',
76 '-s', 'buildtools/linux64/clang-format.sha1', 76 '-s', 'buildtools/linux64/clang-format.sha1',
77 ], 77 ],
78 }, 78 },
79 ] 79 ]
OLDNEW
« no previous file with comments | « no previous file | fpdfsdk/include/javascript/JS_Define.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698