Вопрос

I am trying to build chromium by adding new source files to third_party/. I modified the gypi files also accordingly. But still the new files are not getting compiled. Is there any specific commands i need to use to get the new sources compiled ? Thanks in advance

Это было полезно?

Решение

You have to run build/gyp_chromium to have the build files produced from the gyp files.

Другие советы

To update project files use gclient runhooks

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top