[Android WebView] Remove WebView-specific "exceptional" paths list
commit4b533e8b05808c83e441c63540aed90062ad2496
authormnaganov <mnaganov@chromium.org>
Thu, 28 May 2015 16:08:44 +0000 (28 09:08 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 28 May 2015 16:09:46 +0000 (28 16:09 +0000)
tree223da85632d4eaa17a2d2630250f5e559ac56985
parentbf1cf11bb721eb52bf46868cb831afd1f53567af
[Android WebView] Remove WebView-specific "exceptional" paths list

1. Remove WebView-specific "prune paths", as all of them are now in
   Chromium-wide PRUNE_PATHS list from licenses.py
   (https://codereview.chromium.org/1153763006)

2. Extract "FindThirdPartyDirsWithFiles" in licenses.py, which can
   also be used in webview_licenses.py

3. Remove known_issues.py, as this was the list of dirs that are
   "incompatibly licensed" w.r.t. Android tree (in fact, we could remove
   this list earlier, when I was removing the "incompatible directories"
   list generator, but I was misguided by the fact that this list was
   also used in other code, although its effect on that code is actually
   void).

BUG=486158

Review URL: https://codereview.chromium.org/1155163007

Cr-Commit-Position: refs/heads/master@{#331792}
android_webview/tools/known_issues.py [deleted file]
android_webview/tools/webview_licenses.py
tools/licenses.py