liaoyuanhuo
liaoyuanhuo
非常感谢你的回复,以下是问题的具体描述 1.系统环境 Ubuntu 14.04.1 LTS cpu:i3 内存:4g 2.获取代码 gclient config --name=src/chromeview git://github.com/mogoweb/chromium_webview.git gclient sync 这一步同步完成后src下的chromeview消失,须手动再次拷入 3.编译步骤 1. 设置环境变量CHROME_SRC 2. 在.gclient 同层级目录下生成chromium.gyp_env文件{ 'GYP_DEFINES': 'OS=android', } 3. source ./chromeview/build/envsetup.sh 4. mogo_gyp 1....
Thank you. I'll try
when i gclient sync it's error gclient.py: error: --gclientfile target must be a filename, not a path Traceback (most recent call last): File "src/chromeview/tools/fetch_deps.py", line 90, in main() File "src/chromeview/tools/fetch_deps.py",...