diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-23 05:11:32 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-23 05:11:32 +0000 |
commit | 9682d68a2d4e1158126c992a1fd42a445b246f1d (patch) | |
tree | ce5d1764b453e747141ac8a57b8ffc577cb61a20 /build/toolchain | |
parent | b000edf932ccdf22ed58ec0905bd4befecb1832c (diff) | |
download | chromium_src-9682d68a2d4e1158126c992a1fd42a445b246f1d.zip chromium_src-9682d68a2d4e1158126c992a1fd42a445b246f1d.tar.gz chromium_src-9682d68a2d4e1158126c992a1fd42a445b246f1d.tar.bz2 |
Add GN conversions for flags
Adds a remapping from important GYP flags used on the main waterfall for GN. For the other ones, I added a list of used flags and filed bugs for them.
R=scottmg@chromium.org
BUG=
Review URL: https://codereview.chromium.org/119803002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242356 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/toolchain')
-rw-r--r-- | build/toolchain/mac/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/toolchain/mac/BUILD.gn b/build/toolchain/mac/BUILD.gn index b8a3c5e..4150ae6 100644 --- a/build/toolchain/mac/BUILD.gn +++ b/build/toolchain/mac/BUILD.gn @@ -3,7 +3,7 @@ # found in the LICENSE file. # Should only be running on Mac. -assert(is_mac) +assert(is_mac || is_ios) cc = rebase_path("//third_party/llvm-build/Release+Asserts/bin/clang", ".", root_build_dir) cxx = rebase_path("//third_party/llvm-build/Release+Asserts/bin/clang++", ".", root_build_dir) |