Bring back build/include_order cpplint.

This commit is contained in:
Cheng Zhao 2014-03-16 09:13:06 +08:00
parent bbef33a33a
commit 2d808d30a2
42 changed files with 89 additions and 4 deletions

View file

@ -5,6 +5,7 @@
#include "atom/common/api/atom_api_clipboard.h"
#include <string>
#include <vector>
#include "atom/common/v8/native_type_conversions.h"
#include "ui/base/clipboard/clipboard.h"

View file

@ -4,6 +4,9 @@
#include "atom/common/api/atom_api_crash_reporter.h"
#include <map>
#include <string>
#include "atom/common/crash_reporter/crash_reporter.h"
#include "atom/common/v8/native_type_conversions.h"

View file

@ -4,6 +4,8 @@
#include "atom/common/api/atom_bindings.h"
#include <string>
#include "base/logging.h"
#include "atom/common/atom_version.h"
#include "atom/common/v8/native_type_conversions.h"

View file

@ -8,6 +8,8 @@
#include <sys/time.h>
#include <unistd.h>
#include <string>
#include "base/debug/crash_logging.h"
#include "base/files/file_path.h"
#include "base/linux_util.h"

View file

@ -5,6 +5,8 @@
#ifndef ATOM_COMMON_CRASH_REPORTER_CRASH_REPORTER_LINUX_H_
#define ATOM_COMMON_CRASH_REPORTER_CRASH_REPORTER_LINUX_H_
#include <string>
#include "base/compiler_specific.h"
#include "base/memory/scoped_ptr.h"
#include "atom/common/crash_reporter/crash_reporter.h"

View file

@ -5,6 +5,8 @@
#ifndef ATOM_COMMON_CRASH_REPORTER_CRASH_REPORTER_MAC_H_
#define ATOM_COMMON_CRASH_REPORTER_CRASH_REPORTER_MAC_H_
#include <string>
#include "base/compiler_specific.h"
#include "atom/common/crash_reporter/crash_reporter.h"
#import "vendor/breakpad/src/client/mac/Framework/Breakpad.h"

View file

@ -4,6 +4,8 @@
#include "atom/common/crash_reporter/crash_reporter_win.h"
#include <string>
#include "base/file_util.h"
#include "base/logging.h"
#include "base/memory/singleton.h"

View file

@ -5,6 +5,9 @@
#ifndef ATOM_COMMON_CRASH_REPORTER_CRASH_REPORTER_WIN_H_
#define ATOM_COMMON_CRASH_REPORTER_CRASH_REPORTER_WIN_H_
#include <string>
#include <vector>
#include "base/compiler_specific.h"
#include "base/memory/scoped_ptr.h"
#include "atom/common/crash_reporter/crash_reporter.h"

View file

@ -4,6 +4,9 @@
#include "atom/common/node_bindings.h"
#include <string>
#include <vector>
#include "base/command_line.h"
#include "base/message_loop/message_loop.h"
#include "base/base_paths.h"

View file

@ -5,6 +5,7 @@
#include "atom/common/v8/v8_value_converter.h"
#include <string>
#include <utility>
#include "base/logging.h"
#include "base/memory/scoped_ptr.h"