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

Unified Diff: PRESUBMIT.py

Issue 98543004: Remove usage of deprecated V8 APIs from c/r/extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 7 years 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 | chrome/renderer/extensions/api_activity_logger.cc » ('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 f861ab5ab6c8fcfa4ca78cc96103de38df1660e7..15eaf642d901384bf100de782fce465603ef4bae 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -835,6 +835,8 @@ def _CheckSpamLogging(input_api, output_api):
_TEST_CODE_EXCLUDED_PATHS +
input_api.DEFAULT_BLACK_LIST +
(r"^base[\\\/]logging\.h$",
+ r"^chrome[\\\/]renderer[\\\/]extensions[\\\/]"
+ r"logging_native_handler\.cc",
r"^remoting[\\\/]base[\\\/]logging\.h$",
r"^sandbox[\\\/]linux[\\\/].*",))
source_file_filter = lambda x: input_api.FilterSourceFile(
« no previous file with comments | « no previous file | chrome/renderer/extensions/api_activity_logger.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698