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

Unified Diff: PRESUBMIT.py

Issue 2195203002: Recognize new Operating System: NetBSD (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Recognize new OS type: OS_NETBSD Created 4 years, 5 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 | « AUTHORS ('k') | build/build_config.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 2fad49d17a0218adb806f415e9ff3f74b1f63e42..bc2e48df43547add41c490b82ee8cd8528a8451c 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -306,6 +306,7 @@ _VALID_OS_MACROS = (
'OS_NACL',
'OS_NACL_NONSFI',
'OS_NACL_SFI',
+ 'OS_NETBSD',
'OS_OPENBSD',
'OS_POSIX',
'OS_QNX',
« no previous file with comments | « AUTHORS ('k') | build/build_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698