Page 1 of 1

Building source - which CEF folder gets used?

PostPosted: Mon May 02, 2016 8:11 pm
by HarmlessDave
I need to add the fix for Issue #1802 (DCHECK in MediaDeviceDispatcher when only selecting Video capture devices) in the CEF 2526 source then rebuild.

I think I've figured out how to use the --no-update --force-build flags so I can work from my local source, but what I'm not sure about is which of the CEF source folders I should edit the source in (where --download-dir=e:\cef-2526):

E:\ > cef-2526 > \cef\libcef\browser

or

E:\ > cef-2526 > \chromium\src\cef\libcef\browser

I haven't used Python before so it's a black box for me except for the comments.

Re: Building source - which CEF folder gets used?

PostPosted: Mon May 02, 2016 8:35 pm
by magreenblatt
The 2nd one.

Re: Building source - which CEF folder gets used?

PostPosted: Mon May 02, 2016 8:50 pm
by HarmlessDave
Thanks! And thanks again for all of the help with my earlier questions.