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

Unified Diff: Tools/Scripts/webkitpy/tool/commands/queries.py

Issue 27055003: Remove a bunch of unused webkitpy code from tool/, common/checkout/ and common/config/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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
Index: Tools/Scripts/webkitpy/tool/commands/queries.py
diff --git a/Tools/Scripts/webkitpy/tool/commands/queries.py b/Tools/Scripts/webkitpy/tool/commands/queries.py
index 0c3d8cd2e89483d88712e50dc22129e47a999248..7d2f3f563529c2b5f26bfd503f3aed12b622d632 100644
--- a/Tools/Scripts/webkitpy/tool/commands/queries.py
+++ b/Tools/Scripts/webkitpy/tool/commands/queries.py
@@ -45,6 +45,7 @@ _log = logging.getLogger(__name__)
class CrashLog(AbstractDeclarativeCommand):
name = "crash-log"
help_text = "Print the newest crash log for the given process"
+ show_in_main_help = True
long_help = """Finds the newest crash log matching the given process name
and PID and prints it to stdout."""
argument_names = "PROCESS_NAME [PID]"
@@ -60,6 +61,7 @@ and PID and prints it to stdout."""
class PrintExpectations(AbstractDeclarativeCommand):
name = 'print-expectations'
help_text = 'Print the expected result for the given test(s) on the given port(s)'
+ show_in_main_help = True
def __init__(self):
options = [
@@ -151,6 +153,7 @@ class PrintExpectations(AbstractDeclarativeCommand):
class PrintBaselines(AbstractDeclarativeCommand):
name = 'print-baselines'
help_text = 'Prints the baseline locations for given test(s) on the given port(s)'
+ show_in_main_help = True
def __init__(self):
options = [
« no previous file with comments | « Tools/Scripts/webkitpy/tool/commands/gardenomatic.py ('k') | Tools/Scripts/webkitpy/tool/commands/queuestest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698