Upstream chrome://flags & chrome://ui-alternatives iOS WebUI.
Put iOS chrome://flags & chrome://ui-alternatives resources and
strings to components/flags_ui so that they live close to the
corresponding shared resources.
BUG=554966
Review URL: https://codereview.chromium.org/1500533002
Cr-Commit-Position: refs/heads/master@{#363527}
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 4e1edcc6..294ee17 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -1600,6 +1600,7 @@
(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)