mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-02 12:17:15 +01:00
a87280cf72
- Update scripts to support git checkouts of CEF and/or Chromium. git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1665 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
13 lines
549 B
Plaintext
13 lines
549 B
Plaintext
# The Chromium Embedded Framework (CEF) project is built on top of the Chromium
|
|
# project source tree. Chromium should be updated to the URL and revision listed
|
|
# below before building CEF. Chromium compatibility information for older CEF
|
|
# revisions is available by viewing this file's change history.
|
|
#
|
|
# Instructions for building CEF are available at:
|
|
# https://code.google.com/p/chromiumembedded/wiki/BranchesAndBuilding
|
|
|
|
{
|
|
'release_url': 'http://src.chromium.org/svn/releases/35.0.1916.27',
|
|
'chromium_checkout': 'refs/tags/35.0.1916.27',
|
|
}
|