summaryrefslogtreecommitdiff
path: root/chromium/third_party/skia/tools/rewrite_includes.py
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/skia/tools/rewrite_includes.py')
-rwxr-xr-xchromium/third_party/skia/tools/rewrite_includes.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/third_party/skia/tools/rewrite_includes.py b/chromium/third_party/skia/tools/rewrite_includes.py
index 980c2ef81dd..f73196f7ef3 100755
--- a/chromium/third_party/skia/tools/rewrite_includes.py
+++ b/chromium/third_party/skia/tools/rewrite_includes.py
@@ -45,6 +45,7 @@ ignorelist = [
'include/third_party/vulkan',
# Some node_modules/ files (used by CanvasKit et al) have c++ code which we should ignore.
'node_modules',
+ 'include/third_party/skcms',
]
assert '/' in [os.sep, os.altsep]
@@ -80,6 +81,7 @@ for file_path in to_rewrite():
if ('/generated/' in file_path or
'tests/sksl/' in file_path or
'third_party/skcms' in file_path or
+ 'modules/skcms' in file_path or
file_path.startswith('bazel/rbe')):
continue
if (file_path.endswith('.h') or