Revert 246117 "gn: Default is_clang to true on iOS."
commitc8d60658c0d2f8c841a1964bfb308d9b5328c17d
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 21 Jan 2014 22:42:32 +0000 (21 22:42 +0000)
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 21 Jan 2014 22:42:32 +0000 (21 22:42 +0000)
tree7c5829eee89124ad03fb85dff2dc4b9a3e8a1ea6
parent8713c1f0327e7f8ff460d5bb77d638b722a97464
Revert 246117 "gn: Default is_clang to true on iOS."

This isn't correct for the xcode iOS builder.

> gn: Default is_clang to true on iOS.
>
> Mirrors this condition in build/common.gypi:
>
>       ['OS == "ios"', {
>         # ...
>
>         # Enable clang and host builds when generating with ninja-ios.
>         'conditions': [
>           ['"<(GENERATOR)"=="ninja"', {
>             'clang%': 1,
>             'host_os%': "mac",
>           }]
>         ],
>       }],
>
> BUG=336531
> TBR=brettw@chromium.org
>
> Review URL: https://codereview.chromium.org/143323008

TBR=thakis@chromium.org

Review URL: https://codereview.chromium.org/138023008

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@246144 0039d316-1c4b-4281-b951-d872f2087c98
build/config/BUILDCONFIG.gn