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

Side by Side Diff: third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/__init__.py

Issue 2069863002: Add a webkit-patch command which gets a list of relevant try jobs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix import in multicommandtool_unittest Created 4 years, 6 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 unified diff | Download patch
OLDNEW
1 # Required for Python to search this directory for module files 1 # Required for Python to search this directory for module files
2 2
3 from webkitpy.tool.commands.analyze_baselines import AnalyzeBaselines
3 from webkitpy.tool.commands.commitannouncer import CommitAnnouncerCommand 4 from webkitpy.tool.commands.commitannouncer import CommitAnnouncerCommand
4 from webkitpy.tool.commands.flakytests import FlakyTests 5 from webkitpy.tool.commands.flakytests import FlakyTests
6 from webkitpy.tool.commands.layouttestsserver import LayoutTestsServer
5 from webkitpy.tool.commands.prettydiff import PrettyDiff 7 from webkitpy.tool.commands.prettydiff import PrettyDiff
6 from webkitpy.tool.commands.queries import * 8 from webkitpy.tool.commands.queries import CrashLog, PrintExpectations, PrintBas elines
9 from webkitpy.tool.commands.rebaseline_from_try_jobs import RebaselineFromTryJob s
7 from webkitpy.tool.commands.rebaseline import Rebaseline 10 from webkitpy.tool.commands.rebaseline import Rebaseline
8 from webkitpy.tool.commands.rebaselineserver import RebaselineServer 11 from webkitpy.tool.commands.rebaselineserver import RebaselineServer
9 from webkitpy.tool.commands.layouttestsserver import LayoutTestsServer
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698