mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
Updated to lated Chromium and WebKit changes for aggregate support.
TBR=alanknight@google.com Review URL: https://codereview.chromium.org/2040093003 .
This commit is contained in:
parent
40108f661d
commit
dd481e9d15
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ execfile(os.path.join(path, 'src', 'dart', 'tools', 'deps', 'dartium.deps', 'DEP
|
|||
# Now we need to override some settings and add some new ones.
|
||||
|
||||
vars.update({
|
||||
"dartium_chromium_commit": "b6b6b76417ce80120ee48b662a7c7ef257723494",
|
||||
"dartium_webkit_commit": "586bcb7d9e5c46c84a3c9d1f43f26343da78548a",
|
||||
"dartium_chromium_commit": "ef7d4ae18c646aea34c07a7ef62de7342c3b8c12",
|
||||
"dartium_webkit_commit": "b7c1bc7268a2b3bdd0cbf59998d99624b3e1a4e9",
|
||||
"chromium_base_revision": "338390",
|
||||
|
||||
# We use mirrors of all github repos to guarantee reproducibility and
|
||||
|
|
Loading…
Reference in a new issue