Commit 6eca60ec authored by Scott Violet's avatar Scott Violet Committed by Commit Bot

chromeos: removes special casing of ChromeOS

In hopes of having base::debug::Alias work better on ChromeOS.

BUG=867035
TEST=none

Change-Id: I509efc3bcafe71beaa86c9f5180043255e3ec3db
Reviewed-on: https://chromium-review.googlesource.com/1219889Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Reviewed-by: default avatarReid Kleckner <rnk@chromium.org>
Commit-Queue: Scott Violet <sky@chromium.org>
Cr-Commit-Position: refs/heads/master@{#592864}
parent 4e63d260
...@@ -501,8 +501,7 @@ config("compiler") { ...@@ -501,8 +501,7 @@ config("compiler") {
} }
} }
if (is_clang && !is_nacl && current_toolchain == host_toolchain && if (is_clang && !is_nacl && !use_xcode_clang) {
target_os != "chromeos") {
cflags += [ cflags += [
# TODO(hans): Remove this once Clang generates better optimized debug info # TODO(hans): Remove this once Clang generates better optimized debug info
# by default. https://crbug.com/765793 # by default. https://crbug.com/765793
......
Markdown is supported
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