문제

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