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

Unified Diff: PRESUBMIT.py

Issue 664373003: Introduce OS_NACL_SFI and OS_NACL_NONSFI macros. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | 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 8ec7f5323e1e58ee875963b91ec25c82353f54c5..2c405655b6c9962dd0c5310942594c013728f168 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -265,6 +265,8 @@ _VALID_OS_MACROS = (
'OS_LINUX',
'OS_MACOSX',
'OS_NACL',
+ 'OS_NACL_NONSFI',
+ 'OS_NACL_SFI',
'OS_OPENBSD',
'OS_POSIX',
'OS_QNX',
« no previous file with comments | « no previous file | build/build_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698