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

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: Set correct revision for class-dump in DEPS 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') | testing/iossim/RedirectStdout.sh » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 36853a7635d29c908cceb4db8ade843981020fd8..89d54c355c96616078f9e887166370dff1c5d1ec 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@147231",
},
"mac": {
"src/chrome/tools/test/reference_build/chrome_mac":
« no previous file with comments | « no previous file | testing/iossim/RedirectStdout.sh » ('j') | testing/iossim/RedirectStdout.sh » ('J')

Powered by Google App Engine
This is Rietveld 408576698