summaryrefslogtreecommitdiffstats
path: root/tools/licenses.py
diff options
context:
space:
mode:
authorddorwin@chromium.org <ddorwin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-06 18:44:49 +0000
committerddorwin@chromium.org <ddorwin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-06 18:44:49 +0000
commit2f5dc5732d6e5624a3d15f58a3b1fba6da4d1888 (patch)
treef5e63f2260b977e172fe7b388b0bb32e6984dc81 /tools/licenses.py
parentdca7dd933acd1c9d2ed0454679158db2fa0a3224 (diff)
downloadchromium_src-2f5dc5732d6e5624a3d15f58a3b1fba6da4d1888.zip
chromium_src-2f5dc5732d6e5624a3d15f58a3b1fba6da4d1888.tar.gz
chromium_src-2f5dc5732d6e5624a3d15f58a3b1fba6da4d1888.tar.bz2
Add Widevine CDM plugin build files.
BUG=149772 Review URL: https://chromiumcodereview.appspot.com/10981012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160583 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/licenses.py')
-rwxr-xr-xtools/licenses.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/licenses.py b/tools/licenses.py
index e41b434..230ad11 100755
--- a/tools/licenses.py
+++ b/tools/licenses.py
@@ -28,6 +28,9 @@ PRUNE_PATHS = set([
# Placeholder directory only, not third-party code.
os.path.join('third_party','adobe'),
+ # Build files only, not third-party code.
+ os.path.join('third_party','widevine'),
+
# Only binaries, used during development.
os.path.join('third_party','valgrind'),