зеркало из https://github.com/electron/electron.git
Fix cpplint warnings.
This commit is contained in:
Родитель
c2f7920068
Коммит
c95869e515
|
@ -10,6 +10,8 @@
|
|||
#ifndef CHROME_BROWSER_BROWSER_PROCESS_H_
|
||||
#define CHROME_BROWSER_BROWSER_PROCESS_H_
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "base/basictypes.h"
|
||||
#include "base/memory/scoped_ptr.h"
|
||||
|
||||
|
|
|
@ -16,10 +16,11 @@ IGNORE_FILES = [
|
|||
os.path.join('atom', 'browser', 'ui', 'cocoa', 'atom_menu_controller.h'),
|
||||
os.path.join('atom', 'browser', 'ui', 'gtk', 'gtk_custom_menu.cc'),
|
||||
os.path.join('atom', 'browser', 'ui', 'gtk', 'gtk_custom_menu_item.cc'),
|
||||
os.path.join('atom', 'common', 'api', 'api_messages.cc'),
|
||||
os.path.join('atom', 'common', 'api', 'api_messages.h'),
|
||||
os.path.join('atom', 'common', 'api', 'atom_extensions.h'),
|
||||
os.path.join('atom', 'common', 'atom_version.h'),
|
||||
os.path.join('atom', 'common', 'common_message_generator.cc'),
|
||||
os.path.join('atom', 'common', 'common_message_generator.h'),
|
||||
os.path.join('atom', 'common', 'swap_or_assign.h'),
|
||||
]
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче