summaryrefslogtreecommitdiffstats
path: root/android_webview
diff options
context:
space:
mode:
authorabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-09 01:12:07 +0000
committerabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-09 01:12:07 +0000
commit1768b143870e8a01625446f3b327a01a1916b49b (patch)
treef8ae3f36f17ce80adde11eb413f293dffc7bb2bf /android_webview
parent41bee9f028ef02b0230b7680220a8b3b9d46771d (diff)
downloadchromium_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-xandroid_webview/tools/webview_licenses.py2
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