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

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: 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
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index f861ab5ab6c8fcfa4ca78cc96103de38df1660e7..79f37bd64c22a6b112367f9402fd2ec2532a7823 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[\\\/]"
marja 2013/12/02 13:36:21 What's this, and why?
jochen (gone - plz use gerrit) 2013/12/02 13:45:12 the logging handler uses LOG(INFO), so I'm adding
Jói 2013/12/02 13:48:33 \\\\ -> \\\ (middle one)
+ 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') | chrome/renderer/extensions/module_system.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698