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

Unified Diff: build/android/pylib/host_driven/tests_annotations.py

Issue 11969025: Enable breakpad building by default on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix assuming linux_breakpad->on Created 7 years, 11 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 | « no previous file | build/common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/host_driven/tests_annotations.py
diff --git a/build/android/pylib/host_driven/tests_annotations.py b/build/android/pylib/host_driven/tests_annotations.py
index f2a183466dfd76b9d474e861bc344e174bd46d5c..8744256ac0c72dde63590e0635caa694b219a936 100644
--- a/build/android/pylib/host_driven/tests_annotations.py
+++ b/build/android/pylib/host_driven/tests_annotations.py
@@ -73,6 +73,10 @@ def LargeTest(function):
return AnnotatedFunctions._AddFunction('LargeTest', function)
+def EnormousTest(function):
Lei Zhang 2013/01/18 02:41:20 Should this be part of the CL that actually add th
+ return AnnotatedFunctions._AddFunction('EnormousTest', function)
+
+
def FlakyTest(function):
return AnnotatedFunctions._AddFunction('FlakyTest', function)
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698