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

Side by Side Diff: DEPS

Issue 1118043002: Provide an array buffer allocator to V8. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Indent. Created 5 years, 7 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_Runtime.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 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 "testing/corpus": 7 "testing/corpus":
8 "https://pdfium.googlesource.com/pdfium_tests@c5c0578f190bb1d8eaa3210d1ed51 a4eb674143d", 8 "https://pdfium.googlesource.com/pdfium_tests@c5c0578f190bb1d8eaa3210d1ed51 a4eb674143d",
9 9
10 "testing/gmock": 10 "testing/gmock":
11 "https://chromium.googlesource.com/external/googlemock.git@29763965ab52f245 65299976b936d1265cb6a271", 11 "https://chromium.googlesource.com/external/googlemock.git@29763965ab52f245 65299976b936d1265cb6a271",
12 12
13 "testing/gtest": 13 "testing/gtest":
14 "https://chromium.googlesource.com/external/googletest.git@8245545b6dc9c470 3e6496d1efd19e975ad2b038", 14 "https://chromium.googlesource.com/external/googletest.git@8245545b6dc9c470 3e6496d1efd19e975ad2b038",
15 15
16 "v8": 16 "v8":
17 "https://chromium.googlesource.com/v8/v8.git@6988aec61f071a1caec96abae1cf393 53a234455", 17 "https://chromium.googlesource.com/v8/v8.git",
18 18
19 "v8/third_party/icu": 19 "v8/third_party/icu":
20 "https://chromium.googlesource.com/chromium/deps/icu46", 20 "https://chromium.googlesource.com/chromium/deps/icu46",
21 } 21 }
22 22
23 deps_os = { 23 deps_os = {
24 "win": { 24 "win": {
25 "v8/third_party/cygwin": 25 "v8/third_party/cygwin":
26 "https://chromium.googlesource.com/chromium/deps/cygwin@c89e446b273697fadf 3a10ff1007a97c0b7de6df", 26 "https://chromium.googlesource.com/chromium/deps/cygwin@c89e446b273697fadf 3a10ff1007a97c0b7de6df",
27 }, 27 },
28 } 28 }
OLDNEW
« no previous file with comments | « no previous file | fpdfsdk/include/javascript/JS_Runtime.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698