Ignore more Objective-C headers
This commit is contained in:
parent
ece7698b6a
commit
31cd7a28d8
1 changed files with 2 additions and 0 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Reference in a new issue