forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Switch Android binary deps to be managed by CIPD."
This reverts commit a4e8c9b. Reason for revert: Android only change, breaking important Android bots. Bug: 755920 Original change's description: > Switch Android binary deps to be managed by CIPD. > > Removing b/a/update_deps/update_third_party_deps.py script. > Replacing with a simple CIPD wrapper script. > > Adding ensure files for all each target_os (this is a file used to > describe the package you want to download). Initially, this is just > Android. > > Adding cipd.yaml files for all deps (this file was used to > create the CIPD packages), and can be modified/used in the future > to update these deps. > > CIPD gives us the advantage of having a consistent method of > downloading/managing our binary dependencies. The goal is to move > as much as possible from adhoc scripts over to CIPD. CIPD does > various nice things, such as verifying the integrity of the fetched > binary and doing smart caching. What our adhoc scripts do currently > is very inconsistent. > > Bug: > Change-Id: Iccf7defe80c8548e6929d994595e841aa4668c92 > Reviewed-on: https://chromium-review.googlesource.com/544524 > Commit-Queue: Michael Case <mikecase@chromium.org> > Reviewed-by: John Budorick <jbudorick@chromium.org> > Reviewed-by: Grace Kloba <klobag@chromium.org> > Cr-Commit-Position: refs/heads/master@{#494588} TBR=iannucci@chromium.org,klobag@chromium.org,mikecase@chromium.org,yolandyan@chromium.org,jbudorick@chromium.org Change-Id: Id5541cc7838ad3ad9883db05b1f0b363a40569c9 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/616681 Reviewed-by: Benoit L <lizeb@chromium.org> Commit-Queue: Benoit L <lizeb@chromium.org> Cr-Commit-Position: refs/heads/master@{#494740}
- Loading branch information
Benoit L
authored and
Commit Bot
committed
Aug 16, 2017
1 parent
000c912
commit 0a47fd1
Showing
89 changed files
with
591 additions
and
360 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,6 @@ | |
!Android.mk | ||
.*.sw? | ||
.DS_Store | ||
.cipd | ||
.classpath | ||
.cproject | ||
.gdb_history | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.