David Ostrovsky 55ff68f8d5 Add gitiles as core plugin
Feature: Issue 10334
Change-Id: I5ebca8a20d0933fb920cee17f46ceefad6309656
2019-01-23 11:21:14 +00:00

21 lines
375 B
Python

CORE_PLUGINS = [
"codemirror-editor",
"commit-message-length-validator",
"delete-project",
"download-commands",
"gitiles",
"hooks",
"replication",
"reviewnotes",
"singleusergroup",
"webhooks",
]
CUSTOM_PLUGINS = [
# Add custom core plugins here
]
CUSTOM_PLUGINS_TEST_DEPS = [
# Add custom core plugins with tests deps here
]