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

Unified Diff: build/android/pylib/gtest/test_package_exe.py

Issue 137283007: [Android] Lint pylib/gtest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Frank's comment. Created 6 years, 10 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/gtest/test_package_apk.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/gtest/test_package_exe.py
diff --git a/build/android/pylib/gtest/test_package_exe.py b/build/android/pylib/gtest/test_package_exe.py
index d9d18d80fe3de0a22d305fa0a130708894c6da4f..2fc1005d5b11e04cadcf31b1c6bd52d0f5485ee2 100644
--- a/build/android/pylib/gtest/test_package_exe.py
+++ b/build/android/pylib/gtest/test_package_exe.py
@@ -12,8 +12,7 @@ import tempfile
from pylib import cmd_helper
from pylib import constants
from pylib import pexpect
-
-from test_package import TestPackage
+from pylib.gtest.test_package import TestPackage
class TestPackageExecutable(TestPackage):
@@ -52,7 +51,8 @@ class TestPackageExecutable(TestPackage):
ret = 1
return ret
- def _AddNativeCoverageExports(self, adb):
+ @staticmethod
+ def _AddNativeCoverageExports(adb):
# export GCOV_PREFIX set the path for native coverage results
# export GCOV_PREFIX_STRIP indicates how many initial directory
# names to strip off the hardwired absolute paths.
« no previous file with comments | « build/android/pylib/gtest/test_package_apk.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698