摘要: Inside look at modern web browser (part 4) By Mariko Kosaka Mariko is a drawsplainer Input is coming to the Compositor This is the last of the 4 part 阅读全文
posted @ 2020-04-03 17:24 Bigben 阅读(237) 评论(0) 推荐(0)
摘要: Inside look at modern web browser (part 2) By Mariko Kosaka Mariko is a drawsplainer What happens in navigation This is part 2 of a 4 part blog series 阅读全文
posted @ 2020-04-03 17:22 Bigben 阅读(242) 评论(0) 推荐(0)
摘要: Inside look at modern web browser (part 3) By Mariko Kosaka Mariko is a drawsplainer Inner workings of a Renderer Process This is part 3 of 4 part blo 阅读全文
posted @ 2020-04-03 17:21 Bigben 阅读(276) 评论(0) 推荐(0)
摘要: 中文版: https://juejin.im/post/5b9b0932e51d450e9059c16a 第一 https://juejin.im/post/5bc293cf6fb9a05ce95c8468 第二 https://juejin.im/post/5bc29d56e51d450e9e44 阅读全文
posted @ 2020-04-03 17:20 Bigben 阅读(666) 评论(0) 推荐(0)
摘要: GN Reference This page is automatically generated from gn help --markdown all. 翻译版:https://blog.csdn.net/u014786330/article/details/84569694 GN Refere 阅读全文
posted @ 2020-04-03 15:38 Bigben 阅读(818) 评论(0) 推荐(0)
摘要: GN Quick Start guide Contents Running GN Setting up a build Passing build arguments Cross-compiling to a target OS or architecture Step-by-step Adding 阅读全文
posted @ 2020-04-03 15:36 Bigben 阅读(2478) 评论(1) 推荐(0)
摘要: GN build configuration This page provides some common build setups for the GN build. It assumes you already got a Chromium checkout. See also Run "gn 阅读全文
posted @ 2020-04-03 15:35 Bigben 阅读(907) 评论(0) 推荐(0)
摘要: Chromium GN构建工具的使用 把生命浪费在美好事物上2018-08-16 11:03 Chromium整体的构建过程大体如下: 这个过程大体为,先由gn工具根据各个模块的.gn配置文件,或gyp工具根据各个模块的.gyp配置文件,产生.ninja文件,再由ninja工具产生最终的目标文件,比 阅读全文
posted @ 2020-04-03 13:45 Bigben 阅读(3793) 评论(0) 推荐(0)
摘要: 1,安装"Debugging Tools for Windows“ Control Panel → Programs → Programs and Features → Select the “Windows Software Development Kit” → Change → Change → 阅读全文
posted @ 2020-04-03 10:54 Bigben 阅读(1217) 评论(0) 推荐(0)