Move AtomNSWindow to a new file

This commit is contained in:
Cheng Zhao 2018-04-19 16:53:12 +09:00
parent 569967ac21
commit c44279bb10
5 changed files with 266 additions and 243 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.h'],
['atom', 'browser', 'ui', 'cocoa', 'atom_ns_window_delegate.h'],
['atom', 'browser', 'ui', 'cocoa', 'atom_preview_item.h'],
['atom', 'browser', 'ui', 'cocoa', 'atom_touch_bar.h'],