|
7 | 7 | from lib.util import execute |
8 | 8 |
|
9 | 9 | IGNORE_FILES = [ |
10 | | - os.path.join('atom', 'app', 'atom_main.cc'), |
11 | 10 | os.path.join('atom', 'browser', 'mac', 'atom_application.h'), |
12 | 11 | os.path.join('atom', 'browser', 'mac', 'atom_application_delegate.h'), |
13 | | - os.path.join('atom', 'browser', 'native_window_mac.h'), |
14 | 12 | os.path.join('atom', 'browser', 'resources', 'win', 'resource.h'), |
15 | | - os.path.join('atom', 'browser', 'ui', 'cocoa', 'event_processing_window.h'), |
16 | 13 | os.path.join('atom', 'browser', 'ui', 'cocoa', 'atom_menu_controller.h'), |
17 | | - os.path.join('atom', 'browser', 'ui', 'gtk', 'gtk_custom_menu.cc'), |
18 | | - os.path.join('atom', 'browser', 'ui', 'gtk', 'gtk_custom_menu_item.cc'), |
19 | 14 | os.path.join('atom', 'common', 'api', 'api_messages.h'), |
20 | | - os.path.join('atom', 'common', 'api', 'atom_extensions.h'), |
21 | | - os.path.join('atom', 'common', 'atom_version.h'), |
22 | 15 | os.path.join('atom', 'common', 'common_message_generator.cc'), |
23 | 16 | os.path.join('atom', 'common', 'common_message_generator.h'), |
24 | | - os.path.join('atom', 'common', 'swap_or_assign.h'), |
25 | 17 | ] |
26 | 18 |
|
27 | 19 | SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__))) |
|
0 commit comments