summaryrefslogtreecommitdiffstats
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authorjoedow <joedow@chromium.org>2016-02-08 13:18:13 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-08 21:19:16 +0000
commit91151047466065d41b4e1a8ee8cae7653dbcceb5 (patch)
treefdf245aa5c864a59667f92a29e24da596e4f8ec1 /PRESUBMIT.py
parent77e1d01e1d15ebe163796d7742f177df24b1f089 (diff)
downloadchromium_src-91151047466065d41b4e1a8ee8cae7653dbcceb5.zip
chromium_src-91151047466065d41b4e1a8ee8cae7653dbcceb5.tar.gz
chromium_src-91151047466065d41b4e1a8ee8cae7653dbcceb5.tar.bz2
Moving Gnubby* files to a new directory.
This CL moves the existing Gnubby files into a new security_key directory. Since I will be refactoring this and expanding the number of files, I thought it would be better to keep them orgainzed in a sub-directory vs. adding all of th files to the host root directory. Also needed to update the Presubmit file for the AllowScopedIO exception. BUG=584463 Review URL: https://codereview.chromium.org/1668393002 Cr-Commit-Position: refs/heads/master@{#374177}
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r--PRESUBMIT.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index de7d443..f7d2047 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -177,7 +177,8 @@ _BANNED_CPP_FUNCTIONS = (
r"simple_platform_shared_buffer_posix\.cc$",
r"^net[\\\/]disk_cache[\\\/]cache_util\.cc$",
r"^net[\\\/]url_request[\\\/]test_url_fetcher_factory\.cc$",
- r"^remoting[\\\/]host[\\\/]gnubby_auth_handler_posix\.cc$",
+ r"^remoting[\\\/]host[\\\/]security_key[\\\/]"
+ "gnubby_auth_handler_linux\.cc$",
r"^ui[\\\/]ozone[\\\/]platform[\\\/]drm[\\\/]host[\\\/]"
"drm_display_host_manager\.cc$",
),