···290290 enable_widevine = true;
291291 # Provides the enable-webrtc-pipewire-capturer flag to support Wayland screen capture:
292292 rtc_use_pipewire = true;
293293-294294- # TODOs:
295295- # Disable PGO (defaults to 2 since M89) because it fails without additional changes:
296296- # error: Could not read profile ../../chrome/build/pgo_profiles/chrome-linux-master-1610647094-405a32bcf15e5a84949640f99f84a5b9f61e2f2e.profdata: Unsupported instrumentation profile format version
297297- chrome_pgo_phase = 0; # TODO
298298- # Disable build with TFLite library because it fails without additional changes:
299299- # ninja: error: '../../chrome/test/data/simple_test.tflite', needed by 'test_data/simple_test.tflite', missing and no known rule to make it
300300- # Note: chrome/test/data/simple_test.tflite is in the Git repository but not in chromium-90.0.4400.8.tar.xz
301301- # See also chrome/services/machine_learning/README.md
302302- build_with_tflite_lib = false; # TODO
303293 } // optionalAttrs proprietaryCodecs {
304294 # enable support for the H.264 codec
305295 proprietary_codecs = true;