chromium-base
chromium-base copied to clipboard
Trimmed Chromium base library, based on zcbenz/base-minimal and mini_chromium, but with more useful stuff. Currently works under linux and windows only.
关于base
注意: 包含文件: C:\Users\wf\Desktop\chromiun\chromium-base\src\base/threading/thread_restrictions.h 注意: 包含文件: C:\Users\wf\Desktop\chromiun\chromium-base\src\base/synchronization/lock_impl.h [142/142] LINK_EMBED(DLL) base.dll 这个base库编译是整个base库吗?我windows编译出来的有问题啊!(动态库) 谢谢大神!!
提示:ninja: error: loading 'build.ninja': 系统找不到指定的文件。 out\Debug目录需要自己建吧,这里面应该有一个build.ninja。Chromium里有个make脚本,似乎是用来生成这个文件的。作者可否提供下? 另:我如果不想用ninja编译,而是改用msvc,应该怎么做呢?