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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 29993003: Use swarming_client instead of swarm_client. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Rebased 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 | « net/net_unittests.isolate ('k') | tools/licenses.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/checklicenses/checklicenses.py
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py
index 179e810571e396c0caf436bf56c0dfecdcfe28e3..f53150e9d3ca102ba04dd7942ad08aa19320d3a0 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -364,12 +364,12 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
],
# https://code.google.com/p/colorama/issues/detail?id=44
- 'tools/swarm_client/third_party/colorama': [
+ 'tools/swarming_client/third_party/colorama': [
'UNKNOWN',
],
# https://github.com/kennethreitz/requests/issues/1610
- 'tools/swarm_client/third_party/requests': [
+ 'tools/swarming_client/third_party/requests': [
'UNKNOWN',
],
« no previous file with comments | « net/net_unittests.isolate ('k') | tools/licenses.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698