This adds it to llvm.org/svn/llvm-project/monorepo-root/trunk which is mirrored to the root of https://github.com/llvm-git-prototype/llvm.
Having the .gn file in the root of the repo greatly improves the ergonomics of running gn: It's now just gn gen out/foo instead of gn --dotfile=llvm/utils/gn/.gn --root=. gen out/foo (likewise for all other gn commands).
I'll then remove it from llvm/utils/gn/.gn in a separate patch once everyone uses the official monorepo.