patch from chinmaygarde@ to make progress on mac, ios.
commit2a29462a04dabad3fc20dc922227c46b36459912
authordpranke <dpranke@chromium.org>
Fri, 7 Aug 2015 05:23:01 +0000 (6 22:23 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 7 Aug 2015 05:23:38 +0000 (7 05:23 +0000)
tree72e3455a20fc9ea4703e09c6f6709e4ed271fb5c
parent3cc916da8400357424062ca1fe280134e8a7f573
patch from chinmaygarde@ to make progress on mac, ios.

I've taken https://github.com/chinmaygarde/sky_engine/commit/ad591c629a295936206dcfde37f63c8c82bc2838
and merged it onto Chromium ToT, with a few lint and other cleanups,
and one fix to make sure that Mac still compiled (which may have broken
iOS, haven't tested yet).

R=brettw@chromium.org, sdfresne@chromium.org
BUG=459705
CQ_EXTRA_TRYBOTS=tryserver.chromium.mac:mac_chromium_gn_rel,mac_chromium_gn_dbg

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

Cr-Commit-Position: refs/heads/master@{#342297}
23 files changed:
BUILD.gn
base/BUILD.gn
base/memory/BUILD.gn
base/process/BUILD.gn
base/test/BUILD.gn
build/config/BUILD.gn
build/config/BUILDCONFIG.gn
build/config/compiler/BUILD.gn
build/config/features.gni
build/config/ios/BUILD.gn
build/config/ios/find_signing_identity.py [new file with mode: 0644]
build/config/ios/ios_app.py [new file with mode: 0644]
build/config/ios/ios_sdk.gni
build/config/ios/ios_sim.py [new file with mode: 0755]
build/config/ios/lldb_start_commands.txt [new file with mode: 0644]
build/config/ios/rules.gni [new file with mode: 0644]
build/config/mac/BUILD.gn
build/config/mac/mac_app.py [new file with mode: 0644]
build/config/mac/rules.gni [new file with mode: 0644]
build/secondary/testing/gtest/BUILD.gn
build/secondary/third_party/nss/BUILD.gn
build/toolchain/mac/BUILD.gn
testing/test.gni