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

Unified Diff: PRESUBMIT.py

Issue 2296613002: Delete talk directory, and references from build_ios_libs.sh. (Closed)
Patch Set: Update filenames for c -> c++ conversion. 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
« no previous file with comments | « LICENSE_THIRD_PARTY ('k') | all.gyp » ('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 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.
« no previous file with comments | « LICENSE_THIRD_PARTY ('k') | all.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698