How to download an older branch of Chromium from Git using gclient? -
i need build older version still supports npapi run java plugin can't seem find correct syntax pull it, here's .glient pulls latest revision:
solutions = [ { "managed": false, "name": "src", "url": "https://chromium.googlesource.com/chromium/src.git", "custom_deps": {}, "deps_file": ".deps.git", "safesync_url": "", }, ]
and sync use:
gclient sync
there's specific page on chromium.org explains how check out source of specific release. should follow instructions there.
Comments
Post a Comment