Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(670)

Issue 1785543006: Complete PBXCopyFilesBuildPhase TODO in xcodeproj_file.py. (Closed)

Created:
4 years, 9 months ago by marksc2222
Modified:
4 years, 4 months ago
Reviewers:
Mark Mentovai
CC:
gyp-developer_googlegroups.com
Base URL:
https://chromium.googlesource.com/external/gyp.git@master
Target Ref:
refs/heads/master
Project:
gyp
Visibility:
Public.

Description

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 Committed: https://chromium.googlesource.com/external/gyp/+/1f989f652a3017858c1e418c8344f04baee59f51

Patch Set 1 #

Total comments: 5

Patch Set 2 : Fix minor issues from code review. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+571 lines, -22 lines) Patch
M pylib/gyp/xcode_emulation.py View 1 5 chunks +74 lines, -9 lines 0 comments Download
M pylib/gyp/xcodeproj_file.py View 1 2 chunks +87 lines, -24 lines 0 comments Download
A + test/ios/copies-with-xcode-envvars/Info.plist View 1 1 chunk +3 lines, -3 lines 0 comments Download
A test/ios/copies-with-xcode-envvars/copies-with-xcode-envvars.gyp View 1 1 chunk +97 lines, -0 lines 0 comments Download
A + test/ios/copies-with-xcode-envvars/empty.c View 0 chunks +-1 lines, --1 lines 0 comments Download
A test/ios/copies-with-xcode-envvars/file0 View 1 chunk +1 line, -0 lines 0 comments Download
A + test/ios/copies-with-xcode-envvars/file1 View 0 chunks +-1 lines, --1 lines 0 comments Download
A test/ios/copies-with-xcode-envvars/file10 View 1 chunk +1 line, -0 lines 0 comments Download
A test/ios/copies-with-xcode-envvars/file11 View 1 chunk +1 line, -0 lines 0 comments Download
A + test/ios/copies-with-xcode-envvars/file2 View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/ios/copies-with-xcode-envvars/file3 View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/ios/copies-with-xcode-envvars/file4 View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/ios/copies-with-xcode-envvars/file5 View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/ios/copies-with-xcode-envvars/file6 View 0 chunks +-1 lines, --1 lines 0 comments Download
A test/ios/copies-with-xcode-envvars/file7 View 1 chunk +1 line, -0 lines 0 comments Download
A test/ios/copies-with-xcode-envvars/file8 View 1 chunk +1 line, -0 lines 0 comments Download
A test/ios/copies-with-xcode-envvars/file9 View 1 chunk +1 line, -0 lines 0 comments Download
A test/ios/gyptest-copies-with-xcode-envvars.py View 1 1 chunk +65 lines, -0 lines 0 comments Download
A test/mac/copies-with-xcode-envvars/copies-with-xcode-envvars.gyp View 1 1 chunk +87 lines, -0 lines 0 comments Download
A + test/mac/copies-with-xcode-envvars/empty.c View 0 chunks +-1 lines, --1 lines 0 comments Download
A test/mac/copies-with-xcode-envvars/file0 View 1 chunk +1 line, -0 lines 0 comments Download
A + test/mac/copies-with-xcode-envvars/file1 View 0 chunks +-1 lines, --1 lines 0 comments Download
A test/mac/copies-with-xcode-envvars/file10 View 1 chunk +1 line, -0 lines 0 comments Download
A test/mac/copies-with-xcode-envvars/file11 View 1 chunk +1 line, -0 lines 0 comments Download
A + test/mac/copies-with-xcode-envvars/file2 View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mac/copies-with-xcode-envvars/file3 View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mac/copies-with-xcode-envvars/file4 View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mac/copies-with-xcode-envvars/file5 View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mac/copies-with-xcode-envvars/file6 View 0 chunks +-1 lines, --1 lines 0 comments Download
A test/mac/copies-with-xcode-envvars/file7 View 1 chunk +1 line, -0 lines 0 comments Download
A test/mac/copies-with-xcode-envvars/file8 View 1 chunk +1 line, -0 lines 0 comments Download
A test/mac/copies-with-xcode-envvars/file9 View 1 chunk +1 line, -0 lines 0 comments Download
A test/mac/gyptest-copies-with-xcode-envvars.py View 1 1 chunk +65 lines, -0 lines 0 comments Download
M test/mac/type_envvars/test_bundle_executable.sh View 1 chunk +10 lines, -0 lines 0 comments Download
M test/mac/type_envvars/test_bundle_loadable_module.sh View 1 chunk +14 lines, -0 lines 0 comments Download
M test/mac/type_envvars/test_bundle_shared_library.sh View 1 chunk +16 lines, -0 lines 0 comments Download
M test/mac/type_envvars/test_nonbundle_executable.sh View 1 chunk +11 lines, -0 lines 0 comments Download
M test/mac/type_envvars/test_nonbundle_loadable_module.sh View 1 chunk +11 lines, -0 lines 0 comments Download
M test/mac/type_envvars/test_nonbundle_none.sh View 1 chunk +11 lines, -0 lines 0 comments Download
M test/mac/type_envvars/test_nonbundle_shared_library.sh View 1 chunk +11 lines, -0 lines 0 comments Download
M test/mac/type_envvars/test_nonbundle_static_library.sh View 1 chunk +11 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
marksc2222
This change completes the TODO at https://chromium.googlesource.com/external/gyp/+/master/pylib/gyp/xcodeproj_file.py#1958 A long time ago I submitted change for ...
4 years, 9 months ago (2016-03-12 12:39:33 UTC) #2
Mark Mentovai
Sorry for the delay, and thanks for the added tests. Do you have handy a ...
4 years, 8 months ago (2016-04-05 00:13:26 UTC) #4
marksc2222
On 2016/04/05 00:13:26, Mark Mentovai wrote: > Sorry for the delay, and thanks for the ...
4 years, 8 months ago (2016-04-12 06:23:19 UTC) #5
Mark Mentovai
Well-done! These are just minor comments. https://codereview.chromium.org/1785543006/diff/1/test/ios/copies-with-xcode-envvars/Info.plist File test/ios/copies-with-xcode-envvars/Info.plist (right): https://codereview.chromium.org/1785543006/diff/1/test/ios/copies-with-xcode-envvars/Info.plist#newcode20 test/ios/copies-with-xcode-envvars/Info.plist:20: <string>ause</string> Ought to ...
4 years, 7 months ago (2016-05-06 20:26:54 UTC) #6
marksc2222
On 2016/05/06 20:26:54, Mark Mentovai wrote: > Well-done! These are just minor comments. > Thanks. ...
4 years, 6 months ago (2016-06-20 08:28:06 UTC) #7
Mark Mentovai
LGTM!
4 years, 4 months ago (2016-08-05 03:46:37 UTC) #8
Mark Mentovai
4 years, 4 months ago (2016-08-05 03:47:28 UTC) #10
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
1f989f652a3017858c1e418c8344f04baee59f51 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698