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

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

Issue 1968993002: Compressing .pak resources with new option: "type=GZIPPABLE_BINDATA" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed Python formatting 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 a9584a0e05036bd8674d6c1758e071348b535e3f..905046a81db083a29eeb67fbd1dca64b89944d09 100755
--- a/tools/grit/grit/exception.py
+++ b/tools/grit/grit/exception.py
@@ -48,7 +48,6 @@ class UnexpectedContent(Parsing):
'''This element should not have content'''
pass
-
class MissingMandatoryAttribute(Parsing):
'''This element is missing a mandatory attribute'''
pass
@@ -136,3 +135,7 @@ 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