diff options
author | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-09 01:12:07 +0000 |
---|---|---|
committer | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-09 01:12:07 +0000 |
commit | 1768b143870e8a01625446f3b327a01a1916b49b (patch) | |
tree | f8ae3f36f17ce80adde11eb413f293dffc7bb2bf /android_webview | |
parent | 41bee9f028ef02b0230b7680220a8b3b9d46771d (diff) | |
download | chromium_src-1768b143870e8a01625446f3b327a01a1916b49b.zip chromium_src-1768b143870e8a01625446f3b327a01a1916b49b.tar.gz chromium_src-1768b143870e8a01625446f3b327a01a1916b49b.tar.bz2 |
Add inbox_app to silk page set
This CL adds an app-style widget called app-drawer to the Silk page set. The
app-drawer widget comes from https://github.com/abarth/app-widgets and is based
on Android's navigation drawer:
http://developer.android.com/design/patterns/navigation-drawer.html
R=nduca@chromium.org
TBR=boliu@chromium.org
BUG=332439
Review URL: https://codereview.chromium.org/120753003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243722 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview')
-rwxr-xr-x | android_webview/tools/webview_licenses.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android_webview/tools/webview_licenses.py b/android_webview/tools/webview_licenses.py index c062b95..1c0d80e 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 |