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

Side by Side Diff: DEPS

Issue 724113003: Make DEPS use relative paths to fix recipe (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: Created 6 years, 1 month 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
2
1 deps = { 3 deps = {
2 "build/gyp": 4 "build/gyp":
3 "https://chromium.googlesource.com/external/gyp", 5 "https://chromium.googlesource.com/external/gyp",
4 6
5 "v8": 7 "v8":
6 "https://chromium.googlesource.com/external/v8", 8 "https://chromium.googlesource.com/external/v8",
7 9
8 "v8/third_party/icu": 10 "v8/third_party/icu":
9 "https://chromium.googlesource.com/chromium/deps/icu46", 11 "https://chromium.googlesource.com/chromium/deps/icu46",
10 } 12 }
11 13
12 deps_os = { 14 deps_os = {
13 "win": { 15 "win": {
14 "v8/third_party/cygwin": 16 "v8/third_party/cygwin":
15 "https://chromium.googlesource.com/chromium/deps/cygwin@c89e446b273697fadf 3a10ff1007a97c0b7de6df", 17 "https://chromium.googlesource.com/chromium/deps/cygwin@c89e446b273697fadf 3a10ff1007a97c0b7de6df",
16 }, 18 },
17 } 19 }
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