Skip to content

Commit

Permalink
Update minichromium build-script
Browse files Browse the repository at this point in the history
  • Loading branch information
supervacuus committed Jun 11, 2024
1 parent a52e010 commit ff8eed7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions third_party/mini_chromium/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ mc_append_sources(
check.h
check_op.h
compiler_specific.h
containers/checked_iterators.h
containers/dynamic_extent.h
containers/span.h
containers/util.h
debug/alias.cc
debug/alias.h
files/file_path.cc
Expand All @@ -24,15 +27,19 @@ mc_append_sources(
files/scoped_file.cc
files/scoped_file.h
format_macros.h
immediate_crash.h
logging.cc
logging.h
memory/free_deleter.h
memory/page_size.h
memory/raw_ptr_exclusion.h
memory/scoped_policy.h
metrics/histogram_functions.h
metrics/histogram_macros.h
metrics/persistent_histogram_allocator.h
notreached.h
numerics/basic_ops_impl.h
numerics/byte_conversions.h
numerics/checked_math.h
numerics/checked_math_impl.h
numerics/clamped_math.h
Expand Down Expand Up @@ -76,6 +83,7 @@ mc_append_sources(
threading/thread_local_storage.cc
threading/thread_local_storage.h
types/cxx23_to_underlying.h
types/to_address.h
)

if(NOT MINGW)
Expand Down

0 comments on commit ff8eed7

Please sign in to comment.