Commit 804112e4 authored by Nico Hartmann's avatar Nico Hartmann Committed by Commit Bot

Revert "cppgc: Fix NOLINT exception"

This reverts commit 313ad531.

Reason for revert: https://ci.chromium.org/p/v8/builders/ci/V8%20Presubmit/10183?

Original change's description:
> cppgc: Fix NOLINT exception
> 
> Bug: chromium:1056170
> Change-Id: I6a0fdd867caa7fc49ff586d878bc57b621260afc
> Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2167863
> Commit-Queue: Omer Katz <omerkatz@chromium.org>
> Commit-Queue: Anton Bikineev <bikineev@chromium.org>
> Reviewed-by: Michael Lippautz <mlippautz@chromium.org>
> Reviewed-by: Anton Bikineev <bikineev@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#67396}

TBR=mlippautz@chromium.org,bikineev@chromium.org,omerkatz@chromium.org

Change-Id: Icb016aec744160e84ee02148dba5b383403d27cc
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: chromium:1056170
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2167444Reviewed-by: 's avatarNico Hartmann <nicohartmann@chromium.org>
Commit-Queue: Nico Hartmann <nicohartmann@chromium.org>
Cr-Commit-Position: refs/heads/master@{#67397}
parent 313ad531
......@@ -7,7 +7,7 @@
#include <memory>
#include "v8config.h" // NOLINT(build/include_directory)
#include "v8config.h" // NOLINT(build/include)
namespace cppgc {
namespace internal {
......
......@@ -8,7 +8,7 @@
#include <stddef.h>
#include <stdint.h>
#include "v8config.h" // NOLINT(build/include_directory)
#include "v8config.h" // NOLINT(build/include)
namespace cppgc {
namespace internal {
......
......@@ -8,7 +8,7 @@
#include <stdint.h>
#include "cppgc/internal/finalizer-trait.h"
#include "v8config.h" // NOLINT(build/include_directory)
#include "v8config.h" // NOLINT(build/include)
namespace cppgc {
namespace internal {
......
......@@ -6,7 +6,7 @@
#define INCLUDE_CPPGC_INTERNAL_LOGGING_H_
#include "cppgc/source-location.h"
#include "v8config.h" // NOLINT(build/include_directory)
#include "v8config.h" // NOLINT(build/include)
namespace cppgc {
namespace internal {
......
......@@ -11,7 +11,7 @@
#include "cppgc/internal/logging.h"
#include "cppgc/trace-trait.h"
#include "v8config.h" // NOLINT(build/include_directory)
#include "v8config.h" // NOLINT(build/include)
namespace cppgc {
......
......@@ -9,7 +9,7 @@
#include <type_traits>
#include "cppgc/source-location.h"
#include "v8config.h" // NOLINT(build/include_directory)
#include "v8config.h" // NOLINT(build/include)
namespace cppgc {
namespace internal {
......
......@@ -8,7 +8,7 @@
#include "cppgc/heap.h"
#include "cppgc/member.h"
#include "cppgc/trace-trait.h"
#include "v8config.h" // NOLINT(build/include_directory)
#include "v8config.h" // NOLINT(build/include)
namespace cppgc {
......
......@@ -11,7 +11,7 @@
#include "cppgc/internal/pointer-policies.h"
#include "cppgc/type-traits.h"
#include "v8config.h" // NOLINT(build/include_directory)
#include "v8config.h" // NOLINT(build/include)
namespace cppgc {
......
......@@ -12,7 +12,7 @@
#include "cppgc/source-location.h"
#include "cppgc/type-traits.h"
#include "cppgc/visitor.h"
#include "v8config.h" // NOLINT(build/include_directory)
#include "v8config.h" // NOLINT(build/include)
namespace cppgc {
namespace internal {
......
......@@ -5,8 +5,8 @@
#ifndef INCLUDE_CPPGC_PLATFORM_H_
#define INCLUDE_CPPGC_PLATFORM_H_
#include "v8-platform.h" // NOLINT(build/include_directory)
#include "v8config.h" // NOLINT(build/include_directory)
#include "v8-platform.h" // NOLINT(build/include)
#include "v8config.h" // NOLINT(build/include)
namespace cppgc {
......
......@@ -7,7 +7,7 @@
#include <string>
#include "v8config.h" // NOLINT(build/include_directory)
#include "v8config.h" // NOLINT(build/include)
#if defined(__has_builtin)
#define CPPGC_SUPPORTS_SOURCE_LOCATION \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment