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

Unified Diff: PRESUBMIT.py

Issue 2878733004: Fixing check_orphan_headers on Windows (Closed)
Patch Set: Removing comment Created 3 years, 7 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 | « no previous file | tools_webrtc/presubmit_checks_lib/check_orphan_headers.py » ('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 e1dec872b147c982a96cd3d90ec54a2643d84f4e..e2d0dd50d092b8699e208273f40864e6061a4d0a 100755
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -575,10 +575,7 @@ def _CommonChecks(input_api, output_api):
results.extend(_CheckJSONParseErrors(input_api, output_api))
results.extend(_RunPythonTests(input_api, output_api))
results.extend(_CheckUsageOfGoogleProtobufNamespace(input_api, output_api))
- # Disabling this because it seems to have a bug when running on Windows.
- # TODO(mbonadei): fix this and re-enable this check.
- # BUG: https://bugs.chromium.org/p/webrtc/issues/detail?id=7635
- # results.extend(_CheckOrphanHeaders(input_api, output_api))
+ results.extend(_CheckOrphanHeaders(input_api, output_api))
return results
« no previous file with comments | « no previous file | tools_webrtc/presubmit_checks_lib/check_orphan_headers.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698