|
|
Add support for Mac/iOS application bundles to GN tool.
Add a new property to all targets named "bundle_data". The values
are propagated down the dependency chain, stopping at executable,
shared_library and loadable_modules.
Add a new target "copy_bundle_data" similar to "copy" except that
the list of files to copy comes from the "bundle_data" property of
its dependencies (it can be empty).
Add a new tool "copy_bundle_data" used by "copy_bundle_data" target.
BUG= 546283, 297668
Total comments: 12
Total comments: 2
Total comments: 4
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+442 lines, -50 lines) |
Patch |
 |
M |
tools/gn/action_values.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
tools/gn/command_desc.cc
|
View
|
|
2 chunks |
+7 lines, -6 lines |
0 comments
|
Download
|
 |
M |
tools/gn/command_format.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
tools/gn/commands.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/gn/copy_target_generator.h
|
View
|
1
2
|
3 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/gn/copy_target_generator.cc
|
View
|
1
2
3
4
|
1 chunk |
+21 lines, -10 lines |
0 comments
|
Download
|
 |
M |
tools/gn/docs/reference.md
|
View
|
1
2
3
4
|
8 chunks |
+83 lines, -10 lines |
0 comments
|
Download
|
 |
M |
tools/gn/function_forward_variables_from.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/gn/function_toolchain.cc
|
View
|
|
2 chunks |
+7 lines, -4 lines |
1 comment
|
Download
|
 |
M |
tools/gn/functions.h
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/gn/functions.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
tools/gn/functions_target.cc
|
View
|
1
2
3
4
|
2 chunks |
+64 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/gn/ninja_copy_target_writer.h
|
View
|
1
2
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
tools/gn/ninja_copy_target_writer.cc
|
View
|
1
2
3
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
tools/gn/ninja_copy_target_writer_unittest.cc
|
View
|
1
2
3
4
|
4 chunks |
+34 lines, -3 lines |
0 comments
|
Download
|
 |
M |
tools/gn/ninja_target_writer.cc
|
View
|
1
2
3
|
1 chunk |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/gn/runtime_deps.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
tools/gn/target.h
|
View
|
1
2
3
4
|
5 chunks |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/gn/target.cc
|
View
|
1
2
3
4
|
5 chunks |
+32 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/gn/target_generator.h
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
tools/gn/target_generator.cc
|
View
|
1
2
3
4
|
3 chunks |
+38 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/gn/target_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+52 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/gn/test_with_scope.cc
|
View
|
1
2
3
4
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/gn/toolchain.h
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/gn/toolchain.cc
|
View
|
|
4 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/gn/variables.h
|
View
|
1
2
3
4
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/gn/variables.cc
|
View
|
1
2
3
4
|
2 chunks |
+24 lines, -0 lines |
0 comments
|
Download
|
Dependent Patchsets:
Total messages: 18 (4 generated)
|