Reputation: 704
I need to build an older version that still supports NPAPI to run the Java Plugin but I can't seem to find the correct syntax to pull it, here's my .glient which pulls the latest revision:
solutions = [
{
"managed": False,
"name": "src",
"url": "https://chromium.googlesource.com/chromium/src.git",
"custom_deps": {},
"deps_file": ".DEPS.git",
"safesync_url": "",
},
]
And to sync I would use:
gclient sync
Upvotes: 1
Views: 896
Reputation: 21579
There's a specific page on chromium.org that explains how to check out the source of a specific release. You should follow the instructions there.
Upvotes: 1