Commit 6c2c6a48 authored by Allan Sandfeld Jensen's avatar Allan Sandfeld Jensen
Browse files

Support linux-clang-libc++ builds



Updates chromium including:
  579ba08 Remove dependency on data_use_measure compontent
  7172fcd Fix shim headers for vpx
  0085696 Fix builds with path containing "+"
  aad9dc4 Support linux-clang-libc++ builds

Change-Id: Ic4fa0bea77ee170c55f02efb883d86b3537d9229
Reviewed-by: default avatarMichal Klocek <michal.klocek@qt.io>
parent 70a8caaf
No related merge requests found
Showing with 3 additions and 1 deletion
Subproject commit 725c4c950b5fd0cd3d3aa1f9b8f40eadeb439c97 Subproject commit aad9dc4fd2f2b25d45cdb6851dc6e1169c43a195
...@@ -30,6 +30,8 @@ use?(gn) { ...@@ -30,6 +30,8 @@ use?(gn) {
is_clang=true \ is_clang=true \
clang_use_chrome_plugins=false \ clang_use_chrome_plugins=false \
clang_base_path=\"$${clang_prefix}\" clang_base_path=\"$${clang_prefix}\"
linux-clang-libc++: gn_args += use_libcxx=true
} else { } else {
gn_args += \ gn_args += \
is_clang=false is_clang=false
......
Supports Markdown
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