| Index: android_webview/tools/webview_licenses.py
|
| diff --git a/android_webview/tools/webview_licenses.py b/android_webview/tools/webview_licenses.py
|
| index 97024650c34889789682e2fc6c11b66f771c6e29..3a1911b5b4aec1c7bf3d72f02e94f4253306aa3a 100755
|
| --- a/android_webview/tools/webview_licenses.py
|
| +++ b/android_webview/tools/webview_licenses.py
|
| @@ -103,6 +103,8 @@ def _CheckLicenseHeaders(excluded_dirs_list, whitelisted_files):
|
| excluded_dirs_list.append('chrome/app/resources')
|
| # This is a test output directory
|
| excluded_dirs_list.append('chrome/tools/test/reference_build')
|
| + # blink style copy right headers.
|
| + excluded_dirs_list.append('content/shell/renderer/test_runner')
|
| # This is tests directory, doesn't exist in the snapshot
|
| excluded_dirs_list.append('content/test/data')
|
| # This is a tests directory that doesn't exist in the shipped product.
|
|
|