
chromium
wy7980
这个作者很懒,什么都没留下…
展开
-
gclient sync 出错处理
Get this error:Error: Unrecognized error, please merge or rebase manually.ngw/bincd e:\src\c\src\third_party\hunspell_dictionaries && git rebase --onto 50fb79b30a2e3e512c88884152f26b255d0e4074 refs/原创 2014-10-24 23:30:14 · 5218 阅读 · 1 评论 -
Ubuntu下编译Chromium for Android
Ubuntu下编译Chromium for Android下源码git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git (https慢可以换成http)export PATH="$PATH":`pwd`/depot_tools(也可添加到环境变量文件中“PATH=$PATH:~/Chr转载 2014-10-21 17:24:27 · 1257 阅读 · 2 评论 -
gclient 使用
Google 多源码管理工具 gclienthttp://blog.youkuaiyun.com/doon/article/details/9287693本文根据gclient帮助整理。google的chromium项目是用gclient来管理源码的checkout, update等。 gclient是google专门为这种多源项目编写的脚本,它可以将多个源码管理系统中的代转载 2014-10-21 17:06:55 · 6583 阅读 · 0 评论 -
chrome for android .gclient
solutions = [ { "name" : "36.0.1922.0", "url" : "http://src.chromium.org/svn/releases/36.0.1922.0", "deps_file" : "DEPS", "managed" : True, "custom_deps" :转载 2014-10-21 17:15:05 · 860 阅读 · 0 评论 -
Debugging Chromium on Android
Debugging Chromium on Android目录1 Intro2 Setting up command line flags3 Launching the app4 Log output5 Take a screenshot6 Debugging Java7 Waiting for Jav转载 2014-11-06 22:43:31 · 1494 阅读 · 0 评论