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

Unified Diff: tools/telemetry/telemetry/core/browser_finder_exceptions.py

Issue 739623005: [Telemetry] Resolve errors due to new pylint checker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ready to land Created 6 years, 1 month 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/telemetry/telemetry/core/browser_finder.py ('k') | tools/telemetry/telemetry/core/browser_options.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/core/browser_finder_exceptions.py
diff --git a/third_party/ashmem/BUILD.gn b/tools/telemetry/telemetry/core/browser_finder_exceptions.py
similarity index 61%
copy from third_party/ashmem/BUILD.gn
copy to tools/telemetry/telemetry/core/browser_finder_exceptions.py
index a3f7e6a28657131501024ba45b28627ae0893fff..76fbdcf69016ea090b44031f4ff843ba837ade65 100644
--- a/third_party/ashmem/BUILD.gn
+++ b/tools/telemetry/telemetry/core/browser_finder_exceptions.py
@@ -2,11 +2,10 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-assert(is_android)
-
-source_set("ashmem") {
- sources = [
- "ashmem.h",
- "ashmem-dev.c",
- ]
-}
+
+class BrowserTypeRequiredException(Exception):
+ pass
+
+
+class BrowserFinderException(Exception):
+ pass
« no previous file with comments | « tools/telemetry/telemetry/core/browser_finder.py ('k') | tools/telemetry/telemetry/core/browser_options.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698