summaryrefslogtreecommitdiffstats
path: root/tools/md_browser/OWNERS
diff options
context:
space:
mode:
authordpranke <dpranke@chromium.org>2015-10-05 18:20:48 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-06 01:22:14 +0000
commitf87211d56e86be9d68e637e47e7fdfbbcb8834d6 (patch)
treeb882410cd2e04011e1d9a1abc862b6534a35f704 /tools/md_browser/OWNERS
parente5421b13225d3dd9006be2b9f22d038bc9c300b1 (diff)
downloadchromium_src-f87211d56e86be9d68e637e47e7fdfbbcb8834d6.zip
chromium_src-f87211d56e86be9d68e637e47e7fdfbbcb8834d6.tar.gz
chromium_src-f87211d56e86be9d68e637e47e7fdfbbcb8834d6.tar.bz2
Revert of Check in a simple pure-python based Markdown previewer. (patchset #3 id:90001 of https://codereview.chromium.org/1356203004/ )
Reason for revert: checklicenses.py is complaining: http://build.chromium.org/p/chromium/builders/Linux/builds/67561 Original issue's description: > Check in a simple pure-python based Markdown previewer. > > We are now trying to write more and more of our documentation > as Markdown files that live in the repo, but there's no easy > way to preview changes in a local checkout. > > This CL adds a simple previewing tool written in pure Python > that depends on the 'Markdown' python package (also pure Python) > to do all the heavy lifting. It aims to replicate the look > and feel of googlesource.com as closely as possible. > > R=nodir@chromium.org, jam@chromium.org > BUG= > > Committed: https://crrev.com/abe11cb68dd11d5ee153218ba99a3cdba3a3ced6 > Cr-Commit-Position: refs/heads/master@{#352450} TBR=nodir@chromium.org,jam@chromium.org,scottmg@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG= Review URL: https://codereview.chromium.org/1389543003 Cr-Commit-Position: refs/heads/master@{#352503}
Diffstat (limited to 'tools/md_browser/OWNERS')
-rw-r--r--tools/md_browser/OWNERS2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/md_browser/OWNERS b/tools/md_browser/OWNERS
deleted file mode 100644
index 3fc266c..0000000
--- a/tools/md_browser/OWNERS
+++ /dev/null
@@ -1,2 +0,0 @@
-dpranke@chromium.org
-nodir@chromium.org