Registry / utility / chromium-base

chromium-base

JSON →
library86.0.4199.1vcpkgunverified

Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.

vcpkg install chromium-base
INSTALL
IMPORT
SIG · CHROMIUM-BASE
C
chromium-base
utilitycppv86.0.4199.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

base/base64.h
#include <base/base64.h>

Demonstrates base64 encoding using Chromium's base library.

#include "base/base64.h" #include <iostream> int main() { std::string input = "hello"; std::string encoded; base::Base64Encode(input, &encoded); std::cout << encoded << std::endl; return 0; }
Debug
Known issues
gotchaChromium's base library is tightly coupled with the Chromium build system and may require specific compiler flags or dependencies.
fix
Ensure you are using the same build configuration as Chromium (e.g., same compiler, C++ standard, and flags).
affects: *
Upgrade
Version history
86.0.4199.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

chromium-base — pip install chromium-base · libregistry