摘要:
https://webrtc.github.io/webrtc-org/native-code/development/ ```bash fetch webrtc gclient sync ``` ```bash gn gen out/Default gn gen out/Default --arg 阅读全文
摘要:
https://skia.org/docs/user/download/ ```bat fetch skia ``` To build Skia as a static library in a build directory named out/Static: ```bat bin/gn gen 阅读全文
摘要:
https://v8.dev/docs/build https://v8.dev/docs/build-gn ```bash fetch v8 gclient sync ``` ```bash gn gen out/foo --args='is_debug=false target_cpu="x64 阅读全文