Commit 17702fae authored by George Burgess IV's avatar George Burgess IV Committed by Commit Bot

Remove the old AFDO profiles for Android.

We have an old profile hanging out in Android checkouts from before the
days of autorolling them directly into Chromium. It's not breaking
anything, but since it shows up in git status and is otherwise unused...

Bug: 864893
Test: rm chrome-profile-3309-text.prof && gclient sync. Profile's gone.
Change-Id: Iff487de8a9710ca9c87099df6bdebb1076db8429
Reviewed-on: https://chromium-review.googlesource.com/1142505Reviewed-by: default avataragrieve <agrieve@chromium.org>
Commit-Queue: George Burgess <gbiv@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576386}
parent 6f3f1a9e
...@@ -234,17 +234,6 @@ deps = { ...@@ -234,17 +234,6 @@ deps = {
'src/buildtools': 'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_revision'), Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_revision'),
'src/chrome/android/profiles': {
'packages': [
{
'package': 'chromium/afdo/profiles/android',
'version': 'version:3309',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/chrome/installer/mac/third_party/xz/xz': { 'src/chrome/installer/mac/third_party/xz/xz': {
'url': Var('chromium_git') + '/chromium/deps/xz.git' + '@' + 'eecaf55632ca72e90eb2641376bce7cdbc7284f7', 'url': Var('chromium_git') + '/chromium/deps/xz.git' + '@' + 'eecaf55632ca72e90eb2641376bce7cdbc7284f7',
'condition': 'checkout_mac', 'condition': 'checkout_mac',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment