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

Unified Diff: build/android/pylib/surface_stats_collector.py

Issue 26402002: [Android] Some clean up in pylib. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove shebang lines Created 7 years, 2 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 | « build/android/pylib/io_stats_parser.py ('k') | build/android/pylib/thermal_throttle.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/surface_stats_collector.py
diff --git a/build/android/pylib/surface_stats_collector.py b/build/android/pylib/surface_stats_collector.py
deleted file mode 100644
index d7b6a69a253a548cbcdd09ca902960ee0307a75c..0000000000000000000000000000000000000000
--- a/build/android/pylib/surface_stats_collector.py
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright (c) 2012 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.
-
-from pylib.perf import surface_stats_collector
-
-# TODO(bulach): remove once all references to SurfaceStatsCollector are fixed.
-class SurfaceStatsCollector(surface_stats_collector.SurfaceStatsCollector):
- def __init__(self, adb):
- super(SurfaceStatsCollector, self).__init__(adb)
« no previous file with comments | « build/android/pylib/io_stats_parser.py ('k') | build/android/pylib/thermal_throttle.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698