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

Unified Diff: DEPS

Issue 656353002: Make DEPS not add an extra pdfium directory. (Closed) Base URL: https://pdfium.googlesource.com/pdfium/+/master
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 5a28c8ded0543ece5350b68924290f6c807608b5..b5fbbb2919e5180eaf3b6faba90103c834b90560 100644
--- a/DEPS
+++ b/DEPS
@@ -1,17 +1,17 @@
deps = {
- "pdfium/build/gyp":
+ "build/gyp":
"https://chromium.googlesource.com/external/gyp",
- "pdfium/v8":
+ "v8":
"https://chromium.googlesource.com/external/v8",
- "pdfium/v8/third_party/icu":
+ "v8/third_party/icu":
"https://chromium.googlesource.com/chromium/deps/icu46",
}
deps_os = {
"win": {
- "pdfium/v8/third_party/cygwin":
+ "v8/third_party/cygwin":
"https://chromium.googlesource.com/chromium/deps/cygwin@c89e446b273697fadf3a10ff1007a97c0b7de6df",
},
}
« 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