Make ninja work with XCTests for iOS.

Update so XCTests are properly built by ninja, after generating
the projects with gyp. This includes correctly handling the bundle
settings from gyp, and then adding the correct paths to access
XCTest.framework.

BUG=
R=justincohen@chromium.org

Review URL: https://codereview.chromium.org/1410113002 .
15 files changed
tree: acf3f4d47f1b539687f60b64ba781fc73aa338fc
  1. buildbot/
  2. data/
  3. pylib/
  4. samples/
  5. test/
  6. tools/
  7. .gitignore
  8. AUTHORS
  9. codereview.settings
  10. DEPS
  11. gyp
  12. gyp.bat
  13. gyp_main.py
  14. gyptest.py
  15. LICENSE
  16. OWNERS
  17. PRESUBMIT.py
  18. README.md
  19. setup.py
README.md

GYP can Generate Your Projects.

Documents are available at gyp.gsrc.io, or you can check out md-pages branch to read those documents offline.