I am new to chromium source code. I have few doubt regarding chromium source code make files(gyp, gypi).
1) what is the difference between .gyp
and .gypi
files?
./Source/WebCore/WebCore.gyp/WebCore.gyp
./Source/WebCore/WebCore.gyp/gyp/WebCore.gypi
2) How can i check which file is compiling for linux/mac/windows chromium code.
Because when i check the file in .gyp
file i show that it list almost all the files of webcore for mac/linux/android/ etc.
above doubt is killing me:(