The compilation steps are described earlier. I used vs2008 and installed Windows SDK 7. The final result is
12> D:/project/Chrome/src/third_party/cld/BAR/toolbar/cld/i18n/encodings/compact_lang_det/unittest_data.h (178): Warning c4566: character represented by universal-character-name '/u05d6' cannot be represented in the current Code Page (936)
12> D:/project/Chrome/src/third_party/cld/BAR/toolbar/cld/i18n/encodings/compact_lang_det/unittest_data.h (178): Warning c4566: character represented by universal-character-name '/u05e2' cannot be represented in the current Code Page (936)
12> D:/project/Chrome/src/third_party/cld/BAR/toolbar/cld/i18n/encodings/compact_lang_det/unittest_data.h (178): Warning c4566: character represented by universal-character-name '/u05e8' cannot be represented in the current Code Page (936)
12> .. /third_party/cld/BAR/toolbar/cld/i18n/encodings/compact_lang_det/compact_lang_det_unittest_small.cc (45): Warning c4566: character represented by universal-character-name '/u00f6' cannot be represented in the current Code Page (936)
12> build log was saved at "file: // D:/project/Chrome/src/Chrome/debug/obj/unit_tests/buildlog.htm"
12> unit_tests-1 error (s), 4251 warning (s)
=========== Build: 9 succeeded, 3 failed, 212 up-to-date, 0 skipped ==========
The three errors are some multilingual testing programs (which contain UTF-8 characters and I use the English version of vs2008). It doesn't matter.
Below is (it seems a little different from the color of the published version, especially the chrome icon)
Interactive_ui_tests.exe is an automatic test program, which is very interesting.
There is also a player:
Chrome's testshell: