现在的位置: 首页 > 综合 > 正文

总算编出来了一个可以跑的chrome了

2012年08月16日 ⁄ 综合 ⁄ 共 1291字 ⁄ 字号 评论关闭

编译步骤前面已经介绍过了。我用的是vs2008,安装了windows sdk 7,最终结果是
12>d:/project/chrome/src/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/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/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/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 ==========

3个错误是一些多语言测试程序(里面一些utf-8的字符,我用的是英文版的vs2008),没什么要紧的。

下面是截图(跟发表版的颜色好像有点不一样,特别是chrome的图标)

image

image

里面的interactive_ui_tests.exe是自动测试程序,很有趣。

image

image

里面还有一个播放器:

image

chrome的TestShell:

image

抱歉!评论已关闭.