Complete PBXCopyFilesBuildPhase TODO in xcodeproj_file.py.

Add the remaining destination-related Xcode build setting names to the
list in class PBXCopyFilesBuildPhase. After this change destinations
can be specified as e.g.

  <(PRODUCT_DIR)/$(PLUGINS_FOLDER_PATH)

and this will work in Xcode, ninja and make. Previously such
destinations would only work in Xcode. Also now Xcode's GUI
will show its human-friendly name for the destination, in
this case "PlugIns". Previously such a destination would show
as "Products Directory" and the Subpath field would show
the rest of the path to the destination.

R=mark@chromium.org

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

Patch from Mark Callow <marksc2222@gmail.com>.
41 files changed
tree: 1cf9eb35e23bc3ceb6b92dbb5a8daf6463af2151
  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.