Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(66)

Unified Diff: tools/licenses.py

Issue 27195007: remove sandbox/linux/seccomp-legacy references from licenses.py (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/licenses.py
diff --git a/tools/licenses.py b/tools/licenses.py
index be06282e4ca124d819a182970d10e4686746f0a6..00be9917eae80905e502d11688e09adc9c45bc62 100755
--- a/tools/licenses.py
+++ b/tools/licenses.py
@@ -87,7 +87,6 @@ ADDITIONAL_PATHS = (
os.path.join('native_client_sdk'),
os.path.join('net', 'tools', 'spdyshark'),
os.path.join('ppapi'),
- os.path.join('sandbox', 'linux', 'seccomp-legacy'),
os.path.join('sdch', 'open-vcdiff'),
os.path.join('testing', 'gmock'),
os.path.join('testing', 'gtest'),
@@ -113,11 +112,6 @@ SPECIAL_CASES = {
"URL": "http://code.google.com/p/nativeclient",
"License": "BSD",
},
- os.path.join('sandbox', 'linux', 'seccomp-legacy'): {
- "Name": "seccompsandbox",
- "URL": "http://code.google.com/p/seccompsandbox",
- "License": "BSD",
- },
os.path.join('sdch', 'open-vcdiff'): {
"Name": "open-vcdiff",
"URL": "http://code.google.com/p/open-vcdiff",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698