mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2026-01-01 03:12:16 +08:00
Add dependencies and move the neon target to only be specified for ARM builds so a standalone GN build can be performed. TESTED=Ran: gn gen out/Release --args=is_debug=false ninja -C out/Release gn gen out/Debug --args=is_debug=true ninja -C out/Debug gn gen out/Debug --args="is_debug=true os=\"android\" "cpu_arch=\"arm\"" ninja -C out/Debug gn gen out/Release --args="is_debug=false os=\"android\" "cpu_arch=\"arm\"" ninja -C out/Release R=fbarchard@google.com Review URL: https://webrtc-codereview.appspot.com/42289004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1317 16f28f9a-4ce2-e073-06de-1de4eb20be90
34 lines
450 B
Plaintext
34 lines
450 B
Plaintext
.gn
|
|
build
|
|
buildtools
|
|
chromium/.gclient.tmp
|
|
chromium/.gclient.tmp_entries
|
|
chromium/.last_sync_chromium
|
|
chromium/src/
|
|
google_apis
|
|
links
|
|
net
|
|
out/
|
|
testing
|
|
third_party/
|
|
tools/android
|
|
tools/clang
|
|
tools/find_depot_tools.py
|
|
tools/generate_library_loader
|
|
tools/gn
|
|
tools/gyp
|
|
tools/memory
|
|
tools/python
|
|
tools/valgrind
|
|
tools/win
|
|
|
|
# Files generated by CMake build
|
|
CMakeFiles/
|
|
CMakeCache.txt
|
|
Makefile
|
|
convert
|
|
libgtest.a
|
|
libyuv.a
|
|
libyuv_unittest
|
|
cmake_install.cmake
|