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

Unified Diff: PRESUBMIT.py

Issue 1668963002: Componentize IDR_NET_ERROR_HTML for sharing it with iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 6aef117b974314f84341a4818d114ac263ff99a4..4ee994151084ac3340def05e4458c6d999700e4c 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -1583,6 +1583,7 @@ def _CheckNoDeprecatedCSS(input_api, output_api):
r"^chrome/docs",
r"^components/dom_distiller/core/css/distilledpage_ios.css",
r"^components/flags_ui/resources/apple_flags.css",
+ r"^components/neterror/resources/neterror.css",
r"^native_client_sdk"))
file_filter = lambda f: input_api.FilterSourceFile(
f, white_list=file_inclusion_pattern, black_list=black_list)
« no previous file with comments | « no previous file | chrome/app/theme/default_100_percent/common/error_network_generic.png » ('j') | components/resources/OWNERS » ('J')

Powered by Google App Engine
This is Rietveld 408576698