在我从 chromium 站点添加“Hello world”示例后,我尝试编译 chromium 代码:
https://www.chromium.org/developers/webui
我得到这个错误:
**../../../chrome/browser/ui/webui/hello_world_ui.cc:21:16:错误:'content::WebUIDataSource' html_source->SetJsonPath("strings. js");
1 error generated.
ninja: build stopped: subcommand failed.**
i open the "web_ui_data_source.h" file and the function 'SetJsonPath()' wasn't there .
please help me , what do i need do?