Project files (Make, Visual Studios, and Xcode) are all generated from GYP (Generate Your Projects). These are the .gyp and .gypi files in the source directories. For chrome/browser/, look at chrome/browser/chrome_browser.gypi.
rsesek / @chromium.org On Wed, Dec 30, 2009 at 8:55 PM, hap 497 <[email protected]> wrote: > Hi, > > Can you please tell me how does make determine which files to compile > in chromium? > I add a test.cc file under chrome/browser, and then do 'make > out/Debug/chrome' again, but nothing is compiled. > I have looked for *.mk file to find the list of files to compile, but > nothing like that is there. > > Thank you for any pointers. > > -- > Chromium Developers mailing list: [email protected] > View archives, change email options, or unsubscribe: > http://groups.google.com/group/chromium-dev > -- Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev
