Suyambu
Suyambu

Reputation: 67

Newly added source files to chromium are not getting build

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

Upvotes: 0

Views: 301

Answers (2)

Mao Shultz
Mao Shultz

Reputation: 86

To update project files use gclient runhooks

Upvotes: 0

dj2
dj2

Reputation: 9618

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

Upvotes: 1

Related Questions