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

Unified Diff: PRESUBMIT.py

Issue 476113002: Tolerate HarfBuzz include order for generated headers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@harfbuzzroll0935
Patch Set: Created 6 years, 4 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 | no next file » | 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 ec9611d2650755e069d769bae7c87023df5f4d9e..edbf84aadb4d22f81bb0d005db991dfc407d8ceb 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -651,7 +651,7 @@ def _CheckIncludeOrderInFile(input_api, f, changed_linenums):
# check.
uncheckable_includes_pattern = input_api.re.compile(
r'\s*#include '
- '("ipc/.*macros\.h"|<windows\.h>|".*gl.*autogen.h")\s*')
+ '("ipc/.*macros\.h"|<windows\.h>|".*gl.*autogen.h"|"hb.*-(private|table).hh")\s*')
contents = f.NewContents()
warnings = []
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698