Skip to content

Commit

Permalink
Use cpu_features library provided by android_tools/ndk.
Browse files Browse the repository at this point in the history
Since multiple projects are using cpu-features library on Android, android_tools/ndk has provided a static library cpu_features. All users will link against this library to avoid function re-definition.

BUG=161417
Review URL: https://codereview.chromium.org/11308086

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168564 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
wjia@chromium.org committed Nov 19, 2012
1 parent fe651c7 commit e2cabc5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 628 deletions.
1 change: 0 additions & 1 deletion third_party/libwebp/README.chromium
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Local changes:
* Removed examples/, documentation and build related files, keeping only
the contents of src/ less mux/ which is unused.
* Merged COPYING/PATENTS to LICENSE
* Added cpu-features.[hc] from the Android NDK to dsp/.
* Revert VP8 encoder changes to avoid WebKit layout test conflicts
(fast/canvas/canvas-toDataURL)
WebKit bug tracking test update:
Expand Down
Loading

0 comments on commit e2cabc5

Please sign in to comment.