|
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
Total comments: 5
|
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
|
Total messages: 10 (3 generated)
|