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

Unified Diff: DEPS

Issue 284203012: Bring in pdfium code into third_party/pdfium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .gitignore ('k') | tools/licenses.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
===================================================================
--- DEPS (revision 271408)
+++ DEPS (working copy)
@@ -31,6 +31,7 @@
"webkit_revision": "174291",
"chromium_git": "https://chromium.googlesource.com",
"chromiumos_git": "https://chromium.googlesource.com/chromiumos",
+ "pdfium_git": "https://pdfium.googlesource.com",
"skia_git": "https://skia.googlesource.com",
"swig_revision": "230490",
"nacl_revision": "13181",
@@ -73,6 +74,10 @@
# the commit queue can handle CLs rolling build tools
# and whatever else without interference from each other.
"buildtools_revision": "8349035e86305fc9e4fd871610821336120a4bad",
+ # Three lines of non-changing comments so that
+ # the commit queue can handle CLs rolling PDFIum
+ # and whatever else without interference from each other.
+ "pdfium_revision": "5110c4743751145c4ae1934cd1d83bc6c55bb43f",
}
deps = {
@@ -317,6 +322,9 @@
"src/third_party/openssl":
"/trunk/deps/third_party/openssl@" + Var("openssl_revision"),
+
+ "src/third_party/pdfium":
+ Var("pdfium_git") + "/pdfium.git@" + Var("pdfium_revision"),
}
« no previous file with comments | « .gitignore ('k') | tools/licenses.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698