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

Unified Diff: tools/grit/grit/exception.py

Issue 2028393003: [Merge to 2756] Revert "Compress .pak resources with new option: "type=GZIPPABLE_BINDATA"" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2756
Patch Set: Created 4 years, 7 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 | « content/public/test/browser_test_utils.cc ('k') | tools/grit/grit/format/data_pack_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/grit/grit/exception.py
diff --git a/tools/grit/grit/exception.py b/tools/grit/grit/exception.py
index 905046a81db083a29eeb67fbd1dca64b89944d09..a9584a0e05036bd8674d6c1758e071348b535e3f 100755
--- a/tools/grit/grit/exception.py
+++ b/tools/grit/grit/exception.py
@@ -48,6 +48,7 @@ class UnexpectedContent(Parsing):
'''This element should not have content'''
pass
+
class MissingMandatoryAttribute(Parsing):
'''This element is missing a mandatory attribute'''
pass
@@ -135,7 +136,3 @@ class IdRangeOverlap(Base):
'''ID range overlap.'''
pass
-
-class ReservedHeaderCollision(Base):
- '''Resource included with first 3 bytes matching reserved header.'''
- pass
« no previous file with comments | « content/public/test/browser_test_utils.cc ('k') | tools/grit/grit/format/data_pack_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698