Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(127)

Issue 644683004: android_webview: force clang for host targets. (Closed)

Created:
6 years, 2 months ago by Torne
Modified:
6 years, 2 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

android_webview: force clang for host targets. Current AOSP versions use clang to build host code by default and https://codereview.chromium.org/516723004 configured common.gypi to assume this, but this breaks building against older releases where clang is not the default. Force use of clang by emitting "LOCAL_CLANG := true" into generated host makefiles so that it will work no matter what release we are using. BUG=421873 Committed: https://crrev.com/981f132f9f354a9c3cd1bb45bb1f95f8d006f5fa Cr-Commit-Position: refs/heads/master@{#298942}

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -0 lines) Patch
M build/common.gypi View 1 chunk +15 lines, -0 lines 1 comment Download

Messages

Total messages: 8 (2 generated)
Torne
6 years, 2 months ago (2014-10-09 14:10:38 UTC) #2
Primiano Tucci (use gerrit)
LGTM https://codereview.chromium.org/644683004/diff/1/build/common.gypi File build/common.gypi (right): https://codereview.chromium.org/644683004/diff/1/build/common.gypi#newcode5586 build/common.gypi:5586: ['android_webview_build==1', { Shouldn't this be android_webview_build==1 and host_clang==1 ...
6 years, 2 months ago (2014-10-09 14:18:12 UTC) #3
Torne
On 2014/10/09 14:18:12, Primiano Tucci wrote: > LGTM > > https://codereview.chromium.org/644683004/diff/1/build/common.gypi > File build/common.gypi (right): ...
6 years, 2 months ago (2014-10-09 14:21:54 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/644683004/1
6 years, 2 months ago (2014-10-09 14:33:49 UTC) #6
commit-bot: I haz the power
Committed patchset #1 (id:1)
6 years, 2 months ago (2014-10-09 18:37:33 UTC) #7
commit-bot: I haz the power
6 years, 2 months ago (2014-10-09 18:38:11 UTC) #8
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/981f132f9f354a9c3cd1bb45bb1f95f8d006f5fa
Cr-Commit-Position: refs/heads/master@{#298942}

Powered by Google App Engine
This is Rietveld 408576698