0
Files
src/content/shell
Joshua Peraza 0120348736 Revert "Make components/crash/core/app a source_set"
This reverts commit 5b0b5b4665.

Reason for revert: b/367166480, b/367250292

Original change's description:
> Make components/crash/core/app a source_set
>
> This is useful in a follow-up CL to ensure deps are not eliminated from
> the components/crash/core/app:app static_library before being linked
> into the final object.
>
> On Windows, components/crash/core/app:app includes declarations in
> crash_export_thunks.h which must have definitions provided by linking
> crash_export_thunks or test_support. This CL corrects missing
> definitions of these crash_export_thunks by linking one of those deps
> or by removing dependencies on components/crash/core/app:app.
>
> Change-Id: I209c11affe4451aa2ea3afd40e065e402bbd2bb2
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3207228
> Reviewed-by: Lei Zhang <thestig@chromium.org>
> Commit-Queue: Joshua Peraza <jperaza@chromium.org>
> Reviewed-by: Andrey Kosyakov <caseq@chromium.org>
> Reviewed-by: Dmitry Gozman <dgozman@chromium.org>
> Cr-Commit-Position: refs/heads/main@{#1354830}

Change-Id: I6fbf3110f3d502f3e1098fcea4f597fadb9a41e9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5866330
Commit-Queue: Joshua Peraza <jperaza@chromium.org>
Reviewed-by: Andrey Kosyakov <caseq@chromium.org>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Owners-Override: Daniel Yip <danielyip@google.com>
Reviewed-by: Daniel Yip <danielyip@google.com>
Cr-Commit-Position: refs/heads/main@{#1356049}
2024-09-16 19:09:56 +00:00
..