Checkout WebRTC on a specific revision

This commit is contained in:
Axel Isouard 2016-09-30 22:36:49 +02:00
parent b93a116013
commit 8e9f2c5eee
2 changed files with 3 additions and 1 deletions

View file

@ -65,6 +65,7 @@ endif()
set(LIBWEBRTC_LIBRARY ${CMAKE_STATIC_LIBRARY_PREFIX}webrtc${CMAKE_STATIC_LIBRARY_SUFFIX}) set(LIBWEBRTC_LIBRARY ${CMAKE_STATIC_LIBRARY_PREFIX}webrtc${CMAKE_STATIC_LIBRARY_SUFFIX})
set(LIBWEBRTC_BUILD_ROOT ${CMAKE_SOURCE_DIR}/src/out/Default) set(LIBWEBRTC_BUILD_ROOT ${CMAKE_SOURCE_DIR}/src/out/Default)
set(LIBWEBRTC_CHROMIUM_DEPS git@github.com:aisouard/libwebrtc-chromium-deps.git) set(LIBWEBRTC_CHROMIUM_DEPS git@github.com:aisouard/libwebrtc-chromium-deps.git)
set(LIBWEBRTC_WEBRTC_REVISION 7502401788fcba5c9f81a9e4701e2f0831e78698)
add_subdirectory(Targets) add_subdirectory(Targets)

View file

@ -21,7 +21,8 @@ add_libwebrtc_command(libwebrtc_config
# #
set(GCLIENT_SYNC_COMMAND set(GCLIENT_SYNC_COMMAND
${DEPOTTOOLS_GCLIENT_EXECUTABLE} sync -n -D ${DEPOTTOOLS_GCLIENT_EXECUTABLE} sync
--revision ${LIBWEBRTC_WEBRTC_REVISION} -n -D
) )
add_libwebrtc_command(libwebrtc_sync add_libwebrtc_command(libwebrtc_sync