Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1423)

Unified Diff: src/v8.h

Issue 333013002: Check alpha-sorting of includes during presubmit. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/unicode.cc ('k') | src/v8.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/v8.h
diff --git a/src/v8.h b/src/v8.h
index b14458a0b9254a19a944e0fe225489a17f27f15f..e90a42cde2965c0ea9f66aff159bafe2be889192 100644
--- a/src/v8.h
+++ b/src/v8.h
@@ -28,23 +28,23 @@
// Basic includes
#include "include/v8.h"
#include "include/v8-platform.h"
-#include "src/v8checks.h"
-#include "src/allocation.h"
-#include "src/assert-scope.h"
-#include "src/utils.h"
-#include "src/flags.h"
-#include "src/globals.h"
+#include "src/v8checks.h" // NOLINT
+#include "src/allocation.h" // NOLINT
+#include "src/assert-scope.h" // NOLINT
+#include "src/utils.h" // NOLINT
+#include "src/flags.h" // NOLINT
+#include "src/globals.h" // NOLINT
// Objects & heap
-#include "src/objects-inl.h"
-#include "src/spaces-inl.h"
-#include "src/heap-inl.h"
-#include "src/incremental-marking-inl.h"
-#include "src/mark-compact-inl.h"
-#include "src/log-inl.h"
-#include "src/handles-inl.h"
-#include "src/types-inl.h"
-#include "src/zone-inl.h"
+#include "src/objects-inl.h" // NOLINT
+#include "src/spaces-inl.h" // NOLINT
+#include "src/heap-inl.h" // NOLINT
+#include "src/incremental-marking-inl.h" // NOLINT
+#include "src/mark-compact-inl.h" // NOLINT
+#include "src/log-inl.h" // NOLINT
+#include "src/handles-inl.h" // NOLINT
+#include "src/types-inl.h" // NOLINT
+#include "src/zone-inl.h" // NOLINT
namespace v8 {
namespace internal {
« no previous file with comments | « src/unicode.cc ('k') | src/v8.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698