From dfd353d536ec7bddf4668b56ef68939673d6e755 Mon Sep 17 00:00:00 2001 From: Victor Gomes Date: Tue, 15 Mar 2022 10:39:31 +0100 Subject: [PATCH] [bazel] Adds src/common/operations.h Bug: v8:12709 Change-Id: Ia353ce364546fc34ca6b93a9873a20630a8085a5 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3523045 Auto-Submit: Victor Gomes Reviewed-by: Manos Koukoutos Commit-Queue: Victor Gomes Cr-Commit-Position: refs/heads/main@{#79478} --- BUILD.bazel | 1 + BUILD.gn | 1 + 2 files changed, 2 insertions(+) diff --git a/BUILD.bazel b/BUILD.bazel index f04d5d3721..9624fcd9d0 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -1149,6 +1149,7 @@ filegroup( "src/common/checks.h", "src/common/high-allocation-throughput-scope.h", "src/common/message-template.h", + "src/common/operation.h", "src/common/ptr-compr-inl.h", "src/common/ptr-compr.h", "src/compiler-dispatcher/lazy-compile-dispatcher.cc", diff --git a/BUILD.gn b/BUILD.gn index d4db25efcd..289bfcd234 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -2750,6 +2750,7 @@ v8_header_set("v8_internal_headers") { "src/common/checks.h", "src/common/high-allocation-throughput-scope.h", "src/common/message-template.h", + "src/common/operation.h", "src/common/ptr-compr-inl.h", "src/common/ptr-compr.h", "src/compiler-dispatcher/lazy-compile-dispatcher.h",