| Index: android_webview/tools/webview_licenses.py
|
| diff --git a/android_webview/tools/webview_licenses.py b/android_webview/tools/webview_licenses.py
|
| index c062b95f9d254ce60c9584cae9ae4f85d83f0f60..1c0d80e19910ff1e4332a85648fc410a4dd0e79a 100755
|
| --- a/android_webview/tools/webview_licenses.py
|
| +++ b/android_webview/tools/webview_licenses.py
|
| @@ -113,6 +113,8 @@ def _CheckLicenseHeaders(excluded_dirs_list, whitelisted_files):
|
| excluded_dirs_list.append('gin/test')
|
| # This is a test output directory
|
| excluded_dirs_list.append('data/dom_perf')
|
| + # This is a tests directory that doesn't exist in the shipped product.
|
| + excluded_dirs_list.append('tools/perf/page_sets')
|
| # Histogram tools, doesn't exist in the snapshot
|
| excluded_dirs_list.append('tools/histograms')
|
| # Swarming tools, doesn't exist in the snapshot
|
|
|