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 2373243003: Roll DEPS for buildtools to 5fd66957f0. (Closed)
Patch Set: Created 4 years, 3 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 70d5af94d51b75870972946ee607d13d79c670e5..9aaa75d828e8c1c94bc280d09aeb6c8d34189099 100644
--- a/DEPS
+++ b/DEPS
@@ -6,7 +6,7 @@ vars = {
'android_ndk_revision': '5022f40f12953c02b2614c5f7beb981ec5d0e833',
'build_revision': 'b73bafdd0ff0efc8835de6e646b47eec0a2a38a4',
- 'buildtools_revision': 'adb8bf4e8fc92aa1717bf151b862d58e6f27c4f2',
+ 'buildtools_revision': '5fd66957f08bb752dca714a591c84587c9d70762',
'catapult_revision': '327256cb1c387e62a2c7e6960e2398867665fb51',
'clang_revision': '797371be0a75c9892d6acb486d0430915ea538a6',
'cygwin_revision': 'c89e446b273697fadf3a10ff1007a97c0b7de6df',
@@ -79,6 +79,11 @@ deps_os = {
},
}
+recursedeps = [
+ # buildtools provides clang_format, libc++, and libc++abi
+ 'buildtools',
+]
+
include_rules = [
# Basic stuff that everyone can use.
# Note: public is not here because core cannot depend on public.
« 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