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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 135773003: Revert of Revert of Add clang-format binaries and scripts for all platforms (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | « third_party/clang_format/scripts/clang-format-sublime.py ('k') | no next file » | 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 16fc1ac5b420a2bf9e421818630154207a9366a5..d3918ac76f27bf1b8a477bae4db484668fd5ef87 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -165,6 +165,11 @@
'UNKNOWN',
],
+ # http://crbug.com/333508
+ 'third_party/clang_format/scripts': [
+ 'UNKNOWN',
+ ],
+
# Not used. http://crbug.com/156020
# Using third_party/cros_dbus_cplusplus/cros_dbus_cplusplus.gyp instead.
'third_party/cros_dbus_cplusplus/source/autogen.sh': [
« no previous file with comments | « third_party/clang_format/scripts/clang-format-sublime.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698