From 920a53b6b6aa703951674dd8d06e037ceb4f9445 Mon Sep 17 00:00:00 2001 From: Clemens Backes Date: Mon, 27 Apr 2020 18:29:03 +0200 Subject: [PATCH] Fix LINT exceptions across the code base The category name changed in https://crrev.com/c/2159690 (in depot_tools), hence presubmit tests start failing whenever someone touches a file which still refers to the old category. R=zhin@chromium.org TBR=machenbach@chromium.org No-Try: true No-Tree-Checks: true Change-Id: I62813a42d63e512d421c4fe94229d04a56056978 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2165760 Reviewed-by: Zhi An Ng Reviewed-by: Clemens Backes Commit-Queue: Clemens Backes Cr-Commit-Position: refs/heads/master@{#67403} --- include/cppgc/heap.h | 2 +- include/cppgc/internal/api-constants.h | 2 +- include/cppgc/internal/gc-info.h | 2 +- include/cppgc/internal/logging.h | 2 +- include/cppgc/internal/persistent-node.h | 2 +- include/cppgc/internal/pointer-policies.h | 2 +- include/cppgc/liveness-broker.h | 2 +- include/cppgc/member.h | 2 +- include/cppgc/persistent.h | 2 +- include/cppgc/platform.h | 4 ++-- include/cppgc/source-location.h | 2 +- include/libplatform/libplatform.h | 4 ++-- include/libplatform/v8-tracing.h | 2 +- include/v8-fast-api-calls.h | 2 +- include/v8-inspector-protocol.h | 8 ++++---- include/v8-inspector.h | 2 +- include/v8-internal.h | 4 ++-- include/v8-platform.h | 2 +- include/v8-profiler.h | 2 +- include/v8-util.h | 2 +- include/v8-version-string.h | 2 +- include/v8-wasm-trap-handler-posix.h | 2 +- include/v8-wasm-trap-handler-win.h | 2 +- include/v8.h | 6 +++--- 24 files changed, 32 insertions(+), 32 deletions(-) diff --git a/include/cppgc/heap.h b/include/cppgc/heap.h index 4908531f92..73f95fa6b5 100644 --- a/include/cppgc/heap.h +++ b/include/cppgc/heap.h @@ -7,7 +7,7 @@ #include -#include "v8config.h" // NOLINT(build/include) +#include "v8config.h" // NOLINT(build/include_directory) namespace cppgc { namespace internal { diff --git a/include/cppgc/internal/api-constants.h b/include/cppgc/internal/api-constants.h index d398a66912..9a21476d67 100644 --- a/include/cppgc/internal/api-constants.h +++ b/include/cppgc/internal/api-constants.h @@ -8,7 +8,7 @@ #include #include -#include "v8config.h" // NOLINT(build/include) +#include "v8config.h" // NOLINT(build/include_directory) namespace cppgc { namespace internal { diff --git a/include/cppgc/internal/gc-info.h b/include/cppgc/internal/gc-info.h index c63752e7cc..9aac1361c6 100644 --- a/include/cppgc/internal/gc-info.h +++ b/include/cppgc/internal/gc-info.h @@ -8,7 +8,7 @@ #include #include "cppgc/internal/finalizer-trait.h" -#include "v8config.h" // NOLINT(build/include) +#include "v8config.h" // NOLINT(build/include_directory) namespace cppgc { namespace internal { diff --git a/include/cppgc/internal/logging.h b/include/cppgc/internal/logging.h index c4b04bdab0..79beaef7d4 100644 --- a/include/cppgc/internal/logging.h +++ b/include/cppgc/internal/logging.h @@ -6,7 +6,7 @@ #define INCLUDE_CPPGC_INTERNAL_LOGGING_H_ #include "cppgc/source-location.h" -#include "v8config.h" // NOLINT(build/include) +#include "v8config.h" // NOLINT(build/include_directory) namespace cppgc { namespace internal { diff --git a/include/cppgc/internal/persistent-node.h b/include/cppgc/internal/persistent-node.h index a333b74d8e..11cf69623e 100644 --- a/include/cppgc/internal/persistent-node.h +++ b/include/cppgc/internal/persistent-node.h @@ -11,7 +11,7 @@ #include "cppgc/internal/logging.h" #include "cppgc/trace-trait.h" -#include "v8config.h" // NOLINT(build/include) +#include "v8config.h" // NOLINT(build/include_directory) namespace cppgc { diff --git a/include/cppgc/internal/pointer-policies.h b/include/cppgc/internal/pointer-policies.h index 885640404c..fe8d94b57a 100644 --- a/include/cppgc/internal/pointer-policies.h +++ b/include/cppgc/internal/pointer-policies.h @@ -9,7 +9,7 @@ #include #include "cppgc/source-location.h" -#include "v8config.h" // NOLINT(build/include) +#include "v8config.h" // NOLINT(build/include_directory) namespace cppgc { namespace internal { diff --git a/include/cppgc/liveness-broker.h b/include/cppgc/liveness-broker.h index 0faf9f1cab..69dbc11f1f 100644 --- a/include/cppgc/liveness-broker.h +++ b/include/cppgc/liveness-broker.h @@ -8,7 +8,7 @@ #include "cppgc/heap.h" #include "cppgc/member.h" #include "cppgc/trace-trait.h" -#include "v8config.h" // NOLINT(build/include) +#include "v8config.h" // NOLINT(build/include_directory) namespace cppgc { diff --git a/include/cppgc/member.h b/include/cppgc/member.h index ed32b5f66c..a183edb96f 100644 --- a/include/cppgc/member.h +++ b/include/cppgc/member.h @@ -11,7 +11,7 @@ #include "cppgc/internal/pointer-policies.h" #include "cppgc/type-traits.h" -#include "v8config.h" // NOLINT(build/include) +#include "v8config.h" // NOLINT(build/include_directory) namespace cppgc { diff --git a/include/cppgc/persistent.h b/include/cppgc/persistent.h index 2ea32480bc..fc6b0b9d92 100644 --- a/include/cppgc/persistent.h +++ b/include/cppgc/persistent.h @@ -12,7 +12,7 @@ #include "cppgc/source-location.h" #include "cppgc/type-traits.h" #include "cppgc/visitor.h" -#include "v8config.h" // NOLINT(build/include) +#include "v8config.h" // NOLINT(build/include_directory) namespace cppgc { namespace internal { diff --git a/include/cppgc/platform.h b/include/cppgc/platform.h index c07d68befe..8dc5e14a7d 100644 --- a/include/cppgc/platform.h +++ b/include/cppgc/platform.h @@ -5,8 +5,8 @@ #ifndef INCLUDE_CPPGC_PLATFORM_H_ #define INCLUDE_CPPGC_PLATFORM_H_ -#include "v8-platform.h" // NOLINT(build/include) -#include "v8config.h" // NOLINT(build/include) +#include "v8-platform.h" // NOLINT(build/include_directory) +#include "v8config.h" // NOLINT(build/include_directory) namespace cppgc { diff --git a/include/cppgc/source-location.h b/include/cppgc/source-location.h index 03ee3084eb..8cc52d6a53 100644 --- a/include/cppgc/source-location.h +++ b/include/cppgc/source-location.h @@ -7,7 +7,7 @@ #include -#include "v8config.h" // NOLINT(build/include) +#include "v8config.h" // NOLINT(build/include_directory) #if defined(__has_builtin) #define CPPGC_SUPPORTS_SOURCE_LOCATION \ diff --git a/include/libplatform/libplatform.h b/include/libplatform/libplatform.h index 6051b644fb..c7ea4c2bd3 100644 --- a/include/libplatform/libplatform.h +++ b/include/libplatform/libplatform.h @@ -9,8 +9,8 @@ #include "libplatform/libplatform-export.h" #include "libplatform/v8-tracing.h" -#include "v8-platform.h" // NOLINT(build/include) -#include "v8config.h" // NOLINT(build/include) +#include "v8-platform.h" // NOLINT(build/include_directory) +#include "v8config.h" // NOLINT(build/include_directory) namespace v8 { namespace platform { diff --git a/include/libplatform/v8-tracing.h b/include/libplatform/v8-tracing.h index 2ab2be457a..45822d00f3 100644 --- a/include/libplatform/v8-tracing.h +++ b/include/libplatform/v8-tracing.h @@ -12,7 +12,7 @@ #include #include "libplatform/libplatform-export.h" -#include "v8-platform.h" // NOLINT(build/include) +#include "v8-platform.h" // NOLINT(build/include_directory) namespace perfetto { namespace trace_processor { diff --git a/include/v8-fast-api-calls.h b/include/v8-fast-api-calls.h index 79a5d4d82a..f74406493b 100644 --- a/include/v8-fast-api-calls.h +++ b/include/v8-fast-api-calls.h @@ -165,7 +165,7 @@ #include #include -#include "v8config.h" // NOLINT(build/include) +#include "v8config.h" // NOLINT(build/include_directory) namespace v8 { diff --git a/include/v8-inspector-protocol.h b/include/v8-inspector-protocol.h index 612a2ebc39..a5ffb7d695 100644 --- a/include/v8-inspector-protocol.h +++ b/include/v8-inspector-protocol.h @@ -5,9 +5,9 @@ #ifndef V8_V8_INSPECTOR_PROTOCOL_H_ #define V8_V8_INSPECTOR_PROTOCOL_H_ -#include "inspector/Debugger.h" // NOLINT(build/include) -#include "inspector/Runtime.h" // NOLINT(build/include) -#include "inspector/Schema.h" // NOLINT(build/include) -#include "v8-inspector.h" // NOLINT(build/include) +#include "inspector/Debugger.h" // NOLINT(build/include_directory) +#include "inspector/Runtime.h" // NOLINT(build/include_directory) +#include "inspector/Schema.h" // NOLINT(build/include_directory) +#include "v8-inspector.h" // NOLINT(build/include_directory) #endif // V8_V8_INSPECTOR_PROTOCOL_H_ diff --git a/include/v8-inspector.h b/include/v8-inspector.h index 01274625c1..6573940e2f 100644 --- a/include/v8-inspector.h +++ b/include/v8-inspector.h @@ -11,7 +11,7 @@ #include #include -#include "v8.h" // NOLINT(build/include) +#include "v8.h" // NOLINT(build/include_directory) namespace v8_inspector { diff --git a/include/v8-internal.h b/include/v8-internal.h index 52ee403f52..41b4a64db6 100644 --- a/include/v8-internal.h +++ b/include/v8-internal.h @@ -10,8 +10,8 @@ #include #include -#include "v8-version.h" // NOLINT(build/include) -#include "v8config.h" // NOLINT(build/include) +#include "v8-version.h" // NOLINT(build/include_directory) +#include "v8config.h" // NOLINT(build/include_directory) namespace v8 { diff --git a/include/v8-platform.h b/include/v8-platform.h index c08d5c7343..7cfd18b570 100644 --- a/include/v8-platform.h +++ b/include/v8-platform.h @@ -11,7 +11,7 @@ #include #include -#include "v8config.h" // NOLINT(build/include) +#include "v8config.h" // NOLINT(build/include_directory) namespace v8 { diff --git a/include/v8-profiler.h b/include/v8-profiler.h index 866d799076..c3b25e8d6a 100644 --- a/include/v8-profiler.h +++ b/include/v8-profiler.h @@ -10,7 +10,7 @@ #include #include -#include "v8.h" // NOLINT(build/include) +#include "v8.h" // NOLINT(build/include_directory) /** * Profiler support for the V8 JavaScript engine. diff --git a/include/v8-util.h b/include/v8-util.h index 29d813e427..89ec4f6a78 100644 --- a/include/v8-util.h +++ b/include/v8-util.h @@ -5,7 +5,7 @@ #ifndef V8_UTIL_H_ #define V8_UTIL_H_ -#include "v8.h" // NOLINT(build/include) +#include "v8.h" // NOLINT(build/include_directory) #include #include #include diff --git a/include/v8-version-string.h b/include/v8-version-string.h index fb84144d54..8faed2a740 100644 --- a/include/v8-version-string.h +++ b/include/v8-version-string.h @@ -5,7 +5,7 @@ #ifndef V8_VERSION_STRING_H_ #define V8_VERSION_STRING_H_ -#include "v8-version.h" // NOLINT(build/include) +#include "v8-version.h" // NOLINT(build/include_directory) // This is here rather than v8-version.h to keep that file simple and // machine-processable. diff --git a/include/v8-wasm-trap-handler-posix.h b/include/v8-wasm-trap-handler-posix.h index 998d0a41bb..9b8e8a5b49 100644 --- a/include/v8-wasm-trap-handler-posix.h +++ b/include/v8-wasm-trap-handler-posix.h @@ -7,7 +7,7 @@ #include -#include "v8config.h" // NOLINT(build/include) +#include "v8config.h" // NOLINT(build/include_directory) namespace v8 { /** diff --git a/include/v8-wasm-trap-handler-win.h b/include/v8-wasm-trap-handler-win.h index 0185df6401..9d3cad5848 100644 --- a/include/v8-wasm-trap-handler-win.h +++ b/include/v8-wasm-trap-handler-win.h @@ -7,7 +7,7 @@ #include -#include "v8config.h" // NOLINT(build/include) +#include "v8config.h" // NOLINT(build/include_directory) namespace v8 { /** diff --git a/include/v8.h b/include/v8.h index a4ccca99c0..4796090463 100644 --- a/include/v8.h +++ b/include/v8.h @@ -24,9 +24,9 @@ #include #include -#include "v8-internal.h" // NOLINT(build/include) -#include "v8-version.h" // NOLINT(build/include) -#include "v8config.h" // NOLINT(build/include) +#include "v8-internal.h" // NOLINT(build/include_directory) +#include "v8-version.h" // NOLINT(build/include_directory) +#include "v8config.h" // NOLINT(build/include_directory) // We reserve the V8_* prefix for macros defined in V8 public API and // assume there are no name conflicts with the embedder's code.