Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ if (NOT HAS_OWN_DEPOT_TOOLS)
depot-tools

GIT_REPOSITORY https://chromium.googlesource.com/chromium/tools/depot_tools
GIT_TAG main

PREFIX ${CMAKE_BINARY_DIR}/depot_tools

Expand Down
2 changes: 1 addition & 1 deletion CMakeModules/DepotTools.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ endif (WEBRTC_REVISION)

string(STRIP ${_WEBRTC_COMMIT_DATE} _WEBRTC_COMMIT_DATE)
libwebrtc_execute(
COMMAND ${GIT_EXECUTABLE} rev-list -n 1 --before=\"${_WEBRTC_COMMIT_DATE}\" master
COMMAND ${GIT_EXECUTABLE} rev-list -n 1 --before=\"${_WEBRTC_COMMIT_DATE}\" main
OUTPUT_VARIABLE _DEPOT_TOOLS_COMMIT
WORKING_DIRECTORY ${DEPOT_TOOLS_PATH}
STAMPFILE webrtc-depot-tools-date
Expand Down
1 change: 1 addition & 0 deletions depot_tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ExternalProject_Add(
depot-tools

GIT_REPOSITORY https://chromium.googlesource.com/chromium/tools/depot_tools
GIT_TAG main

PREFIX ${CMAKE_BINARY_DIR}/depot_tools

Expand Down