Index: PRESUBMIT.py |
diff --git a/PRESUBMIT.py b/PRESUBMIT.py |
index 4e1edcc620898423aa36c5f0e184342d5cc9be5a..294ee1793ad0f0aac1688fc0be6335ba35ec23ad 100644 |
--- a/PRESUBMIT.py |
+++ b/PRESUBMIT.py |
@@ -1600,6 +1600,7 @@ def _CheckNoDeprecatedCSS(input_api, output_api): |
(r"^chrome/common/extensions/docs", |
r"^chrome/docs", |
r"^components/dom_distiller/core/css/distilledpage_ios.css", |
+ r"^components/flags_ui/resources/apple_flags.css", |
r"^native_client_sdk")) |
file_filter = lambda f: input_api.FilterSourceFile( |
f, white_list=file_inclusion_pattern, black_list=black_list) |