Files
brave-core/chromium_src/v8
Max Karolinskiy efa79dfdd1 Changes check_chromium_src warning into an error. (#33823)
* Changes check_chromium_src warning into an error.
Changes the warning that catches use of defined symbols in the override,
but not in the original file into an error. All uses of such symbols
should be marked with // CHROMIUM_SRC_INTERNAL_USE comment.

* Removes symbol exclusions section of the config file.
All symbols that don't conform to check_chromium_src rules should be marked with // CHROMIUM_SRC_NOLINT comment.
2026-02-18 16:07:35 -05:00
..