How are dependencies such as external libraries counted? Some programming languages will "include" code while others will link "against" external code.
The number of LOC is nothing to boast about in my opinion. The simpler your codebase the easier it is to maintain, the easier it is to focus on what actually matters: the end product.
Does 60 millions of lines of code of Facebook make sense? I mean I know its a large project with multiple modules, but any ideas why such an enormous codebase?