Commit 91527da6 authored by Gyuyoung Kim's avatar Gyuyoung Kim Committed by Commit Bot

Reland "Reland "Include *.mojom-forward.h instead of .mojom.h from logging_utils.h""

This is a reland of 8d32b638

The dependency should be "//third_party/blink/public/mojom:mojom_platform_blink_headers"

Original change's description:
> Reland "Include *.mojom-forward.h instead of .mojom.h from logging_utils.h"
>
> This is a reland of be56a0b9
>
> Fix the build break caused by the missing dependency.
>
> Original change's description:
> > Include *.mojom-forward.h instead of .mojom.h from logging_utils.h
> >
> > This CL replaces .mojom.h with .mojom-forward.h to reduce pre-processed
> > size of logging_utils.h
> >
> > This CL has no behavior changes.
> >
> > Bug: 1001360
> > Change-Id: Idd305572c67e46a5f7a01937ec1d2e31fc62d8ea
> > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1808619
> > Reviewed-by: Kentaro Hara <haraken@chromium.org>
> > Reviewed-by: Kent Tamura <tkent@chromium.org>
> > Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com>
> > Cr-Commit-Position: refs/heads/master@{#697134}
>
> Bug: 1001360
> Change-Id: I5a8112a21782863c6420eddd2fe717d368419b90
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1808953
> Reviewed-by: Takuto Ikuta <tikuta@chromium.org>
> Reviewed-by: Kentaro Hara <haraken@chromium.org>
> Reviewed-by: Kent Tamura <tkent@chromium.org>
> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com>
> Cr-Commit-Position: refs/heads/master@{#697475}

Bug: 1001360
Change-Id: I322956ee2361e6c913bd27e8e80b12cff745ccaf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1810502Reviewed-by: default avatarTakuto Ikuta <tikuta@chromium.org>
Reviewed-by: default avatarKent Tamura <tkent@chromium.org>
Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com>
Cr-Commit-Position: refs/heads/master@{#697875}
parent 5604845b
......@@ -96,6 +96,7 @@ jumbo_source_set("common") {
"//net",
"//services/metrics/public/cpp:ukm_builders",
"//services/network/public/cpp:cpp",
"//third_party/blink/public/mojom:mojom_platform_blink_headers",
]
# iOS doesn't use and must not depend on //media
......
......@@ -4,6 +4,8 @@
#include "third_party/blink/public/common/logging/logging_utils.h"
#include "third_party/blink/public/mojom/devtools/console_message.mojom-blink.h"
namespace blink {
logging::LogSeverity ConsoleMessageLevelToLogSeverity(
......
......@@ -6,7 +6,8 @@
#define THIRD_PARTY_BLINK_PUBLIC_COMMON_LOGGING_LOGGING_UTILS_H_
#include "base/logging.h"
#include "third_party/blink/public/mojom/devtools/console_message.mojom.h"
#include "third_party/blink/public/common/common_export.h"
#include "third_party/blink/public/mojom/devtools/console_message.mojom-forward.h"
namespace blink {
......
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