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

Unified Diff: DEPS

Issue 416663002: gclient DEPS file for auto checking out deps (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: Created 6 years, 5 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
new file mode 100644
index 0000000000000000000000000000000000000000..514e6150485af0bcba77726aceeab8d16b30174a
--- /dev/null
+++ b/DEPS
@@ -0,0 +1,17 @@
+deps = {
+ "pdfium/build/gyp":
+ "http://gyp.googlecode.com/svn/trunk",
nodir 2014/07/23 20:48:47 Maybe indent values by 4 spaces?
+
+ "pdfium/v8":
+ "http://v8.googlecode.com/svn/trunk",
+
+ "pdfium/v8/third_party/icu":
+ "https://src.chromium.org/chrome/trunk/deps/third_party/icu46",
+ }
+
+deps_os = {
+ "win": {
+ "pdfium/v8/third_party/cygwin":
+ "http://src.chromium.org/svn/trunk/deps/third_party/cygwin@231940",
nodir 2014/07/23 20:48:47 Here you do it, buy by 2 spaces
+ },
+ }
« 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