Ignore more Objective-C headers

This commit is contained in:
Kevin Sawicki 2017-03-23 08:21:41 -07:00
parent ece7698b6a
commit 31cd7a28d8

View file

@ -11,6 +11,8 @@ CPPLINT = os.path.join(SOURCE_ROOT, 'vendor', 'libchromiumcontent', 'vendor', 'd
IGNORED_FILES = [
os.path.join('browser', 'mac', 'bry_inspectable_web_contents_view.h'),
os.path.join('browser', 'mac', 'event_dispatching_window.h'),
os.path.join('browser', 'mac', 'notification_center_delegate.h'),
]
def main():