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

Unified Diff: PRESUBMIT.py

Issue 2309253005: Unify the macOS and iOS capturer implementations (Closed)
Patch Set: apple -> objc Created 4 years, 3 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
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 04de7c8def9392b87b16347e19f00ca00a85aeb1..5101f27e940dea609c20ebbe87d4b45af08127b4 100755
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -499,6 +499,7 @@ def _CommonChecks(input_api, output_api):
# they do not follow C++ lint rules.
black_list = input_api.DEFAULT_BLACK_LIST + (
r".*\bobjc[\\\/].*",
tkchin_webrtc 2016/09/28 09:21:06 probably don't need the first rule anymore then?
+ r".*objc\.[hcm]+$",
r"webrtc\/build\/ios\/SDK\/.*",
)
source_file_filter = lambda x: input_api.FilterSourceFile(x, None, black_list)
« no previous file with comments | « no previous file | webrtc/modules/video_capture/BUILD.gn » ('j') | webrtc/modules/video_capture/objc/device_info.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698