Skip to content
  • trop[bot]'s avatar
    fix: Ensure electron delay loads the same modules as chromium (#25435) · 2ccfb825
    trop[bot] authored
    
    
    * Ensure electron delay loads the appropriate modules as chromium on windows
    
    This change adds the same module delay load list that chromium uses for electron.  Some modules were already getting delay loaded from other build files in chromium but not the main list via //build/config/win:delayloads.  We do not include the list of delay loads in delayloads_not_for_child_dll as those have issues being loaded in sandboxes processes.  This will reduce the overall reference set impact of the electron processes.
    
    * fix: Ensure win modules are properly delayloaded
    
    * chore: fix linting
    
    Co-authored-by: default avatarChris Davis <chrisdavis@outlook.com>
    Co-authored-by: default avatarSamuel Attard <samuel.r.attard@gmail.com>
    2ccfb825