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

Unified Diff: DEPS

Issue 10805004: Add iossim testing tool for running iOS unit tests. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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 | testing/iossim/RedirectStdout.sh » ('j') | 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 36853a7635d29c908cceb4db8ade843981020fd8..d1350fb6e8d0cfc4cc1df2ab6e1a4cf8739b53c6 100644
--- a/DEPS
+++ b/DEPS
@@ -407,6 +407,10 @@ deps_os = {
"src/third_party/nss":
"/trunk/deps/third_party/nss@" + Var("nss_revision"),
+
+ # class-dump utility to generate header files for undocumented SDKs
+ "src/testing/iossim/third_party/class-dump":
+ "/trunk/deps/third_party/class-dump@99016",
lliabraa 2012/07/18 08:47:13 I'll need to update this rev once https://chromium
lliabraa 2012/07/26 19:14:11 Done.
},
"mac": {
"src/chrome/tools/test/reference_build/chrome_mac":
« no previous file with comments | « no previous file | testing/iossim/RedirectStdout.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698