Skip to content

Make able to reduce CEF package size

Alexey Shumkin requested to merge ashumkin:master into master

Some projects do not use DevTools, and also use specific languages. So, they need not to distribute unused files such as devtools_resources.pak and most of locales/*.pak. But CheckResources and CheckLocales functions hardcode such requirements. Let's make them more flexible.So, we can reduce distributed package size.

Merge request reports