summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authoraiolos <aiolos@chromium.org>2016-02-01 10:25:42 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-01 18:26:52 +0000
commit4d11b74758d420a5a7ac3adaa1fbd3b9e375f469 (patch)
tree3f4a824e117d8e2971249164f9a4b0179ca95aba /content
parentfd6766339a90dfececd79573c7638bc7509a6dc8 (diff)
downloadchromium_src-4d11b74758d420a5a7ac3adaa1fbd3b9e375f469.zip
chromium_src-4d11b74758d420a5a7ac3adaa1fbd3b9e375f469.tar.gz
chromium_src-4d11b74758d420a5a7ac3adaa1fbd3b9e375f469.tar.bz2
Delete tools/telemetry.
Also make some whitespace changes in gpu_tests for client presubmit checks. NOPRESUBMIT=true BUG=478864 Review URL: https://codereview.chromium.org/1647513002 Cr-Commit-Position: refs/heads/master@{#372688}
Diffstat (limited to 'content')
-rw-r--r--content/test/gpu/gpu_tests/maps.py1
-rw-r--r--content/test/gpu/page_sets/pixel_tests.py2
-rwxr-xr-xcontent/test/gpu/run_unittests.py1
3 files changed, 4 insertions, 0 deletions
diff --git a/content/test/gpu/gpu_tests/maps.py b/content/test/gpu/gpu_tests/maps.py
index 21aafa5..c153e0e 100644
--- a/content/test/gpu/gpu_tests/maps.py
+++ b/content/test/gpu/gpu_tests/maps.py
@@ -19,6 +19,7 @@ from telemetry.page import page_test
from telemetry import story as story_module
from telemetry.story import story_set as story_set_module
+
class MapsValidator(cloud_storage_test_base.ValidatorBase):
def __init__(self):
super(MapsValidator, self).__init__()
diff --git a/content/test/gpu/page_sets/pixel_tests.py b/content/test/gpu/page_sets/pixel_tests.py
index 3854df6..0f7ae64 100644
--- a/content/test/gpu/page_sets/pixel_tests.py
+++ b/content/test/gpu/page_sets/pixel_tests.py
@@ -1,12 +1,14 @@
# Copyright 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.
+
from telemetry.story import story_set as story_set_module
import sys
from gpu_tests import gpu_test_base
+
class PixelTestsPage(gpu_test_base.PageBase):
def __init__(self, url, name, test_rect, revision, story_set,
diff --git a/content/test/gpu/run_unittests.py b/content/test/gpu/run_unittests.py
index 9f98f42..b874ce7 100755
--- a/content/test/gpu/run_unittests.py
+++ b/content/test/gpu/run_unittests.py
@@ -18,6 +18,7 @@ path_util.AddDirToPathIfNeeded(path_util.GetChromiumSrcDir(), 'tools',
from telemetry.testing import unittest_runner
+
def main():
return unittest_runner.Run(gpu_project_config.CONFIG, no_browser=True)