|
|
|
|
|
by b0
5073 days ago
|
|
Sorry I will clarify with a genuine question: where is the public source code with changelog? It seems like a snapshotting tool, so you check out the stub and then dump the snapshot into it from the depot. (this is similar to how Windows is built inside Microsoft). |
|
Everything is in public svn and/or git repositories. The thing that's confusing you is probably how modules are split out as dependencies. They're not checked directly into the tree, and instead are listed by repository URL and pinned revision in DEPS files. On checkout and sync gclient pulls the correct revision from the appropriate repository: http://dev.chromium.org/developers/how-tos/depottools#TOC-DE...