Index: PRESUBMIT.py |
diff --git a/PRESUBMIT.py b/PRESUBMIT.py |
index 00bcc3e545910a89f381d575d74d94e877bff554..f07f49b9c83b72deee97583389b3cc87d2777f95 100755 |
--- a/PRESUBMIT.py |
+++ b/PRESUBMIT.py |
@@ -63,7 +63,6 @@ NATIVE_API_DIRS = ( |
# These directories should not be used but are maintained only to avoid breaking |
# some legacy downstream code. |
LEGACY_API_DIRS = ( |
- 'talk/app/webrtc', |
'webrtc/base', |
'webrtc/common_audio/include', |
'webrtc/modules/audio_coding/include', |
@@ -459,6 +458,7 @@ def _CommonChecks(input_api, output_api): |
], |
pylintrc='pylintrc')) |
+ # TODO(nisse): talk/ is no more, so make below checks simpler? |
# WebRTC can't use the presubmit_canned_checks.PanProjectChecks function since |
# we need to have different license checks in talk/ and webrtc/ directories. |
# Instead, hand-picked checks are included below. |