Skip to content

Commit

Permalink
Remove third_party/aosp (obsolete linker) from DEPS.
Browse files Browse the repository at this point in the history
This contains an ancient version of gold, which has not been
updated since 2012. Back in times the NDK didn't provide a 64-bit
version of the linker for Android.
This seems to be unused today. It's cleanup time.

BUG=

Review URL: https://codereview.chromium.org/572233003

Cr-Commit-Position: refs/heads/master@{#295096}
  • Loading branch information
primiano authored and Commit bot committed Sep 16, 2014
1 parent 60dea7f commit 1cecb3b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ v8.log
/third_party/android_webview_glue/src
/third_party/angle
/third_party/angle_dx11
/third_party/aosp
/third_party/apache-mime4j
/third_party/apache-win32/bin/*.exe
/third_party/apache-win32/bin/*.dll
Expand Down
3 changes: 0 additions & 3 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -468,9 +468,6 @@ deps_os = {
'src/third_party/android_tools':
Var('chromium_git') + '/android_tools.git' + '@' + '7fc902d157a9aed7a2b68adc9c69181b3a43cd58',

'src/third_party/aosp':
Var('chromium_git') + '/chromium/deps/aosp.git' + '@' + 'bbafe5155dff86bbba1e92b42a073ffcfcfbf28c',

'src/third_party/apache-mime4j':
Var('chromium_git') + '/chromium/deps/apache-mime4j.git' + '@' + '28cb1108bff4b6cf0a2e86ff58b3d025934ebe3a',

Expand Down

0 comments on commit 1cecb3b

Please sign in to comment.