0

There are so many gyp & gypi files in chromium source code. Which one is sort of "main" gyp that hold most crucial information? Is there any documentation that I can refer?

RNA
  • 1,164
  • 2
  • 19
  • 35

1 Answers1

1

$CHROME_SRC/build/all.gyp and $CHROME_SRC/build/common.gypi

Shouqun
  • 746
  • 4
  • 3