Skip to content

Commit

Permalink
[headless] Use system libc++ for headless buildbot.
Browse files Browse the repository at this point in the history
R=eseckler@chromium.org
BUG=615047

Change-Id: I27cca41d2ea79b07f34d48c1bc1091cfd6caa9d9
Reviewed-on: https://chromium-review.googlesource.com/570242
Reviewed-by: Eric Seckler <eseckler@chromium.org>
Commit-Queue: Alexander Timin <altimin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#486386}
  • Loading branch information
Alexander Timin authored and Commit Bot committed Jul 13, 2017
1 parent 17de6f0 commit 8c44af7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/args/headless.gn
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ icu_use_data_file = false
# to simplify deployment.
v8_use_external_startup_data = false

# Do not use bundled libc++ to ensure that everything works when Headless
# Chromium is embedded.
use_custom_libcxx = false

enable_nacl = false
enable_print_preview = false
enable_remoting = false
Expand Down

0 comments on commit 8c44af7

Please sign in to comment.