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

Unified Diff: tools/dartium/dartium_bot_utils.py

Issue 2976303002: Remove Dartium for TIP of origin/master (Closed)
Patch Set: Updated Created 3 years, 5 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/dartium/buildbot_annotated_steps.py ('k') | tools/dartium/download_file.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dartium/dartium_bot_utils.py
diff --git a/tools/dartium/dartium_bot_utils.py b/tools/dartium/dartium_bot_utils.py
deleted file mode 100755
index 6fb0303661b1c825753dec35a062b1816c62ea6d..0000000000000000000000000000000000000000
--- a/tools/dartium/dartium_bot_utils.py
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/usr/bin/python
-
-# Copyright (c) 2014 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-"""Utility functions specific to dartium buildbot checkouts
-"""
-import os
-
-def srcPath():
- """Return the path [dartium_checkout]/src
-
- Only valid if this file is in a dartium checkout.
- """
- # This file is in [dartium checkout]/src/dart/tools/dartium/,
- # if we are in a dartium checkout that checks out dart into src.
- # This function cannot be in utils.py because __file__ is wrong
- # when other modules with the name 'utils' are imported indirectly.
- return os.path.dirname(
- os.path.dirname(
- os.path.dirname(
- os.path.dirname(os.path.abspath(__file__)))))
« no previous file with comments | « tools/dartium/buildbot_annotated_steps.py ('k') | tools/dartium/download_file.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698