diff options
author | chrishenry@google.com <chrishenry@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-10 23:32:58 +0000 |
---|---|---|
committer | chrishenry@google.com <chrishenry@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-10 23:32:58 +0000 |
commit | 4e8cf25019b672394d7d6bd6a3bdfcd3346dcb75 (patch) | |
tree | 32418b4f310083dab45a6477a014f2c7ea1ac404 /content/test/gpu/gpu_tests | |
parent | 5a3cac4984e85e5dcdae1dfe8e2588c723261bee (diff) | |
download | chromium_src-4e8cf25019b672394d7d6bd6a3bdfcd3346dcb75.zip chromium_src-4e8cf25019b672394d7d6bd6a3bdfcd3346dcb75.tar.gz chromium_src-4e8cf25019b672394d7d6bd6a3bdfcd3346dcb75.tar.bz2 |
Delete all_page_actions, which is now empty.
All existing actions can now be accessed from ActionRunner
directly, so this file has outlived its usefulness.
BUG=361809
Review URL: https://codereview.chromium.org/356833010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282462 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/test/gpu/gpu_tests')
-rw-r--r-- | content/test/gpu/gpu_tests/context_lost.py | 2 | ||||
-rw-r--r-- | content/test/gpu/gpu_tests/maps.py | 2 | ||||
-rw-r--r-- | content/test/gpu/gpu_tests/screenshot_sync.py | 2 | ||||
-rw-r--r-- | content/test/gpu/gpu_tests/webgl_conformance.py | 2 | ||||
-rw-r--r-- | content/test/gpu/gpu_tests/webgl_robustness.py | 2 |
5 files changed, 0 insertions, 10 deletions
diff --git a/content/test/gpu/gpu_tests/context_lost.py b/content/test/gpu/gpu_tests/context_lost.py index 886a561..57970d3 100644 --- a/content/test/gpu/gpu_tests/context_lost.py +++ b/content/test/gpu/gpu_tests/context_lost.py @@ -8,9 +8,7 @@ from telemetry.core import exceptions from telemetry.core import util from telemetry.page import page from telemetry.page import page_set -# pylint: disable=W0401,W0614 from telemetry.page import page_test -from telemetry.page.actions.all_page_actions import * data_path = os.path.join( util.GetChromiumSrcDir(), 'content', 'test', 'data', 'gpu') diff --git a/content/test/gpu/gpu_tests/maps.py b/content/test/gpu/gpu_tests/maps.py index 9c2ed36..66ee376 100644 --- a/content/test/gpu/gpu_tests/maps.py +++ b/content/test/gpu/gpu_tests/maps.py @@ -19,8 +19,6 @@ from telemetry.core import util from telemetry.page import page from telemetry.page import page_set from telemetry.page import page_test -# pylint: disable=W0401,W0614 -from telemetry.page.actions.all_page_actions import * class _MapsValidator(cloud_storage_test_base.ValidatorBase): def CustomizeBrowserOptions(self, options): diff --git a/content/test/gpu/gpu_tests/screenshot_sync.py b/content/test/gpu/gpu_tests/screenshot_sync.py index a787bce..c280b25 100644 --- a/content/test/gpu/gpu_tests/screenshot_sync.py +++ b/content/test/gpu/gpu_tests/screenshot_sync.py @@ -10,8 +10,6 @@ from telemetry.core import util from telemetry.page import page from telemetry.page import page_set from telemetry.page import page_test -# pylint: disable=W0401,W0614 -from telemetry.page.actions.all_page_actions import * data_path = os.path.join( util.GetChromiumSrcDir(), 'content', 'test', 'data', 'gpu') diff --git a/content/test/gpu/gpu_tests/webgl_conformance.py b/content/test/gpu/gpu_tests/webgl_conformance.py index 21a4200..8deaf7e 100644 --- a/content/test/gpu/gpu_tests/webgl_conformance.py +++ b/content/test/gpu/gpu_tests/webgl_conformance.py @@ -13,8 +13,6 @@ from telemetry.core import util from telemetry.page import page_set from telemetry.page import page as page_module from telemetry.page import page_test -# pylint: disable=W0401,W0614 -from telemetry.page.actions.all_page_actions import * conformance_path = os.path.join( diff --git a/content/test/gpu/gpu_tests/webgl_robustness.py b/content/test/gpu/gpu_tests/webgl_robustness.py index df24fd0..e1913a4 100644 --- a/content/test/gpu/gpu_tests/webgl_robustness.py +++ b/content/test/gpu/gpu_tests/webgl_robustness.py @@ -5,8 +5,6 @@ from telemetry import benchmark from telemetry.page import page from telemetry.page import page_set from telemetry.page import page_test -# pylint: disable=W0401,W0614 -from telemetry.page.actions.all_page_actions import * from webgl_conformance import WebglConformanceValidator from webgl_conformance import conformance_harness_script |