| Index: tools/deps/dartium.deps/DEPS
|
| diff --git a/tools/deps/dartium.deps/DEPS b/tools/deps/dartium.deps/DEPS
|
| index 517abaf7f21c172b4b4aea2e72564d919bcd2864..90943fb3716b5b896e006b486a17f92d458281fa 100644
|
| --- a/tools/deps/dartium.deps/DEPS
|
| +++ b/tools/deps/dartium.deps/DEPS
|
| @@ -191,25 +191,6 @@ hooks[0:0] = [{
|
| }]
|
|
|
| hooks.append({
|
| - # Set the revision for a lazily downloaded reference build of chromium,
|
| - # with which to run perf tests.
|
| - 'name': 'set_reference_build',
|
| - 'pattern': '.',
|
| - 'action': ['python',
|
| - 'src/dart/tools/bots/set_reference_build_revision.py',
|
| - Var('chromium_base_revision')],
|
| -})
|
| -#hooks.append({
|
| - # Peg the blink version number in LASTCHANGE.blink to be the upstream
|
| - # webkit_revision number so that chrome remote devtools pulls assets from
|
| - # the right place.
|
| -# "name": "lastchange",
|
| -# "pattern": ".",
|
| -# "action": ["python", "-c",
|
| -# "f=open('src/build/util/LASTCHANGE.blink','w'); f.write('LASTCHANGE=" +
|
| -# Var('webkit_revision') + "\\n')" ],
|
| -#})
|
| -hooks.append({
|
| "name": "checked_in_dart_sdks",
|
| "pattern": ".",
|
| "action": [
|
|
|