Move AtomNSWindowDelegate to a new file

This commit is contained in:
Cheng Zhao 2018-04-19 16:01:19 +09:00
parent 1c6c75da4f
commit ce54fd334d
7 changed files with 279 additions and 253 deletions

1
script/cpplint.py vendored
View file

@ -12,6 +12,7 @@ IGNORE_FILES = set(os.path.join(*components) for components in [
['atom', 'browser', 'mac', 'atom_application_delegate.h'],
['atom', 'browser', 'resources', 'win', 'resource.h'],
['atom', 'browser', 'ui', 'cocoa', 'atom_menu_controller.h'],
['atom', 'browser', 'ui', 'cocoa', 'atom_ns_window_delegate.h'],
['atom', 'browser', 'ui', 'cocoa', 'atom_touch_bar.h'],
['atom', 'browser', 'ui', 'cocoa', 'touch_bar_forward_declarations.h'],
['atom', 'browser', 'ui', 'cocoa', 'NSColor+Hex.h'],