watchlist: Add the filename pattern for definitions.
authorlevin@chromium.org <levin@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 27 Sep 2011 19:55:27 +0000 (19:55 +0000)
committerlevin@chromium.org <levin@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 27 Sep 2011 19:55:27 +0000 (19:55 +0000)
commit8c1d52fbeeb5fe7c81588b4eb023101c51c85618
treedf94a76dfd28ac32ede56d0cbbaaff0eea23edaa
parent061133e0780d11a685953064187b3406732fa177
watchlist: Add the filename pattern for definitions.
https://bugs.webkit.org/show_bug.cgi?id=68917

Reviewed by Adam Barth.

* Scripts/webkitpy/common/watchlist/filenamepattern.py: Added.
* Scripts/webkitpy/common/watchlist/filenamepattern_unittest.py: Added.
* Scripts/webkitpy/common/watchlist/watchlist.py: Added the filename pattern
for definitions.
* Scripts/webkitpy/common/watchlist/watchlist_unittest.py: Added tests.
* Scripts/webkitpy/common/watchlist/watchlistparser_unittest.py: Typo fix.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96144 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Tools/ChangeLog
Tools/Scripts/webkitpy/common/watchlist/filenamepattern.py [new file with mode: 0644]
Tools/Scripts/webkitpy/common/watchlist/filenamepattern_unittest.py [new file with mode: 0644]
Tools/Scripts/webkitpy/common/watchlist/watchlist.py
Tools/Scripts/webkitpy/common/watchlist/watchlist_unittest.py [new file with mode: 0644]
Tools/Scripts/webkitpy/common/watchlist/watchlistparser.py
Tools/Scripts/webkitpy/common/watchlist/watchlistparser_unittest.py