Skip to content

Include CAPI deps for global function types#4211

Open
justjavac wants to merge 3 commits into
chromiumembedded:masterfrom
justjavac:fix-4123-capi-global-function-includes
Open

Include CAPI deps for global function types#4211
justjavac wants to merge 3 commits into
chromiumembedded:masterfrom
justjavac:fix-4123-capi-global-function-includes

Conversation

@justjavac

Copy link
Copy Markdown
Contributor

Fixes #4123.

Summary:

  • Add CAPI include discovery for CEF pointer types used by global function return values and arguments.
  • Apply the same behavior to versioned CAPI headers.
  • Add regression coverage for cef_process_util.h including cef_command_line CAPI dependencies.

Testing:

  • python3 tools/make_capi_header_test.py
  • Verified full-header generation for cef_process_util.h includes cef_command_line_capi.h and cef_command_line_capi_versions.h

@magreenblatt

magreenblatt commented Jul 21, 2026

Copy link
Copy Markdown
Collaborator

Thanks, this PR looks good.

Comment thread tools/make_capi_header_test.py Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

cef_process_util_capi.h missing #include "cef_command_line_capi.h"

2 participants