7 Commits
Author SHA1 Message Date
Claudio DeSouza ec73bb14d6 [cr140] Mojo union's default constructor removed
This has only affected a sanity test we had.

Chromium changes:
https://chromium.googlesource.com/chromium/src/+/16b2f60d4aa4b486601d3a90a25426eea2d825af

commit 16b2f60d4aa4b486601d3a90a25426eea2d825af
Author: Daniel Cheng <dcheng@chromium.org>
Date:   Thu Jun 26 15:49:40 2025 -0700

    Remove use of Union default ctor in SmartCardProviderPrivateAPI

    Bug: 427778124
    Change-Id: I75c559d19e8d10247bf5a75af9a8061396087248
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6681509
    Reviewed-by: Reilly Grant <reillyg@chromium.org>
    Commit-Queue: Daniel Cheng <dcheng@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#1479507}
2025-08-19 19:54:21 +01:00
cdesouza-chromium 5eb666f034 [CodeHealth] Run gn format on all files (#30448)
This PR is the run of `gn format` on all `gn` files. This is a
mechanical change done with:

```sh
git ls-files -- "*.gn" | xargs gn format
git ls-files -- "*.gni" | xargs gn format
```

This change has been motivated primarily by an improvement to the
formatters privided by `gn` correcting cases of redundant target naming,
i.e cases where `//foo:foo` is used, and should just be `//foo`.

For this particular `gn` change, see:
https://chromium.googlesource.com/chromium/src/+/c822490a82cdb6ad479159683a92858f7c6f0a58

Resolves https://github.com/brave/brave-browser/issues/48161
2025-08-05 18:08:10 +01:00
cdesouza-chromium 7814e17784 [clang-tidy] Modernise namespaces (#24272)
Modernising all namespaces in brave to use nested concat namespace
declarations.

This change is part of a large effort to modernise the brave codebase
across the board with `clang-tidy`, in order to allow future use of
`clang-duty`during code reviews. The idea is to apply a few modernisers
across the codebase in order to have less noise when trying to use
clang-tidy with some sort of autmoation.
2024-06-21 17:12:18 +01:00
Aleksey Khoroshilov 569ccb3766 Use PYTHONPATH to import patcher. 2021-05-25 19:20:45 +07:00
Aleksey Khoroshilov 875f7b303f Add tests. 2021-05-25 19:20:44 +07:00
Aleksey Khoroshilov c93c53019e Add nested types support and fix definition order. 2021-05-25 19:20:44 +07:00
Aleksey Khoroshilov 6b182e7f4e Add mojom patcher. 2021-05-25 19:20:44 +07:00