| Index: test/copies/src/copies.gyp
|
| diff --git a/test/copies/src/copies.gyp b/test/copies/src/copies.gyp
|
| index ce2e0cabca54313613c22828f21baa95500656b5..4773451e881c906130f1a0f76065663a05d9f1bc 100644
|
| --- a/test/copies/src/copies.gyp
|
| +++ b/test/copies/src/copies.gyp
|
| @@ -28,6 +28,19 @@
|
| },
|
| ],
|
| },
|
| + # Copy file to BUILT FRAMEWORKS directory.
|
| + {
|
| + 'target_name': 'copies_framework',
|
| + 'type': 'none',
|
| + 'copies': [
|
| + {
|
| + 'destination': '<(FRAMEWORK_DIR)/copies-out/framework',
|
| + 'files': [
|
| + 'file1',
|
| + ],
|
| + },
|
| + ],
|
| + },
|
| # Copy a directory tree.
|
| {
|
| 'target_name': 'copies_recursive',
|
| @@ -41,8 +54,9 @@
|
| },
|
| ],
|
| },
|
| - # Copy a directory from deeper in the tree (this should not reproduce the
|
| - # entire directory path in the destination, only the final directory).
|
| + # Copy a directory from deeper in the tree (this should not
|
| + # reproduce the entire directory path in the destination,
|
| + # only the final directory).
|
| {
|
| 'target_name': 'copies_recursive_depth',
|
| 'type': 'none',
|
|
|