Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Unified Diff: tools/deps/dartium.deps/DEPS

Issue 2903603002: Fix some issues with buildbot recipe change. (Closed)
Patch Set: Fix promote script Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/bots/linux_distribution_support.py ('k') | tools/promote.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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": [
« no previous file with comments | « tools/bots/linux_distribution_support.py ('k') | tools/promote.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698