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

Side by Side Diff: DEPS

Issue 1127163003: Merge to XFA: Fix a regression with cut off images. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@xfa
Patch Set: rebase 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 | core/src/fpdfapi/fpdf_render/fpdf_render_loadimage.cpp » ('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 "testing/corpus": 5 "testing/corpus":
6 "https://pdfium.googlesource.com/pdfium_tests@e733fe1d98fad50c9b5f4023f08db 429143b1291", 6 "https://pdfium.googlesource.com/pdfium_tests@73e1d0c915fe574a470fcbc76dd36 246ac9fec45",
7 7
8 "testing/gmock": 8 "testing/gmock":
9 "https://chromium.googlesource.com/external/googlemock.git@29763965ab52f245 65299976b936d1265cb6a271", 9 "https://chromium.googlesource.com/external/googlemock.git@29763965ab52f245 65299976b936d1265cb6a271",
10 10
11 "testing/gtest": 11 "testing/gtest":
12 "https://chromium.googlesource.com/external/googletest.git@8245545b6dc9c470 3e6496d1efd19e975ad2b038", 12 "https://chromium.googlesource.com/external/googletest.git@8245545b6dc9c470 3e6496d1efd19e975ad2b038",
13 13
14 "v8": 14 "v8":
15 "https://chromium.googlesource.com/v8/v8.git", 15 "https://chromium.googlesource.com/v8/v8.git",
16 16
17 "v8/third_party/icu": 17 "v8/third_party/icu":
18 "https://chromium.googlesource.com/chromium/deps/icu46", 18 "https://chromium.googlesource.com/chromium/deps/icu46",
19 } 19 }
20 20
21 deps_os = { 21 deps_os = {
22 "win": { 22 "win": {
23 "v8/third_party/cygwin": 23 "v8/third_party/cygwin":
24 "https://chromium.googlesource.com/chromium/deps/cygwin@c89e446b273697fadf 3a10ff1007a97c0b7de6df", 24 "https://chromium.googlesource.com/chromium/deps/cygwin@c89e446b273697fadf 3a10ff1007a97c0b7de6df",
25 }, 25 },
26 } 26 }
OLDNEW
« no previous file with comments | « no previous file | core/src/fpdfapi/fpdf_render/fpdf_render_loadimage.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698