aisouard / libwebrtc

:package: Google's WebRTC implementation in a single static library.
https://axel.isouard.fr/libwebrtc
Apache License 2.0
641 stars 190 forks source link

Manage depot_tools as an external project #33

Closed aisouard closed 7 years ago

aisouard commented 7 years ago

First step for #30

aisouard commented 7 years ago

Refactored a lot of code and files in b59291f. depot_tools is managed until we set a DEPOT_TOOLS_PATH variable. WebRTC is manually fetched and sync'd with the right depot_tools revision. I was finally able to remove libwebrtc_add_command macros, the code is cleaner and more elegant.

aisouard commented 7 years ago

Fixed in the refactor-depot-tools branch