Ask HN: What Is Chrome Written In?

2 points by apstuff ↗ HN
Did Google use their toolkit or was another development platform employed?

2 comments

[ 4.8 ms ] story [ 12.0 ms ] thread
Chrome uses WebKit as their engine, which is written in C++. In terms of UI and the remainder of their internals, I believe it is custom-done, also in C++. I haven't looked too in-depth into their code, but you can get a lot more information about the source tree here: http://dev.chromium.org/developers/how-tos/getting-around-th...