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

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -