I have the strong feeling that the migration to the new is_linux semantic should be postponed, so that some incoming changes can be split into smaller self-contained pieces. Briefly speaking, the upgrade path will be:
Roll all dependencies (chromium rev: b5edda771033583fe888b09f5a60875d1b3f6c40~1), and fix ANGLE on Windows
Roll all dependencies (chromium rev: b5edda771033583fe888b09f5a60875d1b3f6c40), add abseil-cpp to //third_party, and remove cxxopts
Roll all dependencies (chromium rev: 86d87a4e1fdeea00a0504035b837e7a7757c50e1), and remove shaderc
Roll all dependencies (chromium rev: TBD), and move to the new is_linux semantic
I have the strong feeling that the migration to the new is_linux semantic should be postponed, so that some incoming changes can be split into smaller self-contained pieces. Briefly speaking, the upgrade path will be: