Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Ensure electron delay loads the same modules as chromium #25428

Merged
merged 3 commits into from Sep 12, 2020
Merged

fix: Ensure electron delay loads the same modules as chromium #25428

merged 3 commits into from Sep 12, 2020

Commits on Sep 11, 2020

  1. Ensure electron delay loads the appropriate modules as chromium on wi…

    …ndows
    
    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.
    chrdavis committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    be1e50b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a90cb40 View commit details
    Browse the repository at this point in the history
  3. chore: fix linting

    MarshallOfSound committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    b95daf5 View commit details
    Browse the repository at this point in the history