Merge pull request #132332 from primeos/chromium

chromium: Drop two gn overrides that are not required anymore

authored by

Michael Weiss and committed by
GitHub
26b389e0 3669b12f

-10
-10
pkgs/applications/networking/browsers/chromium/common.nix
··· 290 enable_widevine = true; 291 # Provides the enable-webrtc-pipewire-capturer flag to support Wayland screen capture: 292 rtc_use_pipewire = true; 293 - 294 - # TODOs: 295 - # Disable PGO (defaults to 2 since M89) because it fails without additional changes: 296 - # error: Could not read profile ../../chrome/build/pgo_profiles/chrome-linux-master-1610647094-405a32bcf15e5a84949640f99f84a5b9f61e2f2e.profdata: Unsupported instrumentation profile format version 297 - chrome_pgo_phase = 0; # TODO 298 - # Disable build with TFLite library because it fails without additional changes: 299 - # ninja: error: '../../chrome/test/data/simple_test.tflite', needed by 'test_data/simple_test.tflite', missing and no known rule to make it 300 - # Note: chrome/test/data/simple_test.tflite is in the Git repository but not in chromium-90.0.4400.8.tar.xz 301 - # See also chrome/services/machine_learning/README.md 302 - build_with_tflite_lib = false; # TODO 303 } // optionalAttrs proprietaryCodecs { 304 # enable support for the H.264 codec 305 proprietary_codecs = true;
··· 290 enable_widevine = true; 291 # Provides the enable-webrtc-pipewire-capturer flag to support Wayland screen capture: 292 rtc_use_pipewire = true; 293 } // optionalAttrs proprietaryCodecs { 294 # enable support for the H.264 codec 295 proprietary_codecs = true;