|
[GN]: support for loadable modules
+ Adds a new target type loadable_module and tool type solink_module. loadable_module will trigger the solink_module tool type in the toolchain.
+ Updates reference.md and editor configs.
BUG= 369774
Committed: https://crrev.com/027840da082368b8d51f06b9c310807540e50eea
Cr-Commit-Position: refs/heads/master@{#354077}
Total comments: 1
Total comments: 11
Total comments: 4
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+308 lines, -77 lines) |
Patch |
|
M |
build/toolchain/mac/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
tools/gn/BUILD.gn
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
tools/gn/commands.h
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
tools/gn/commands.cc
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
tools/gn/docs/faq.md
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -4 lines |
0 comments
|
Download
|
|
M |
tools/gn/docs/language.md
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
|
M |
tools/gn/docs/reference.md
|
View
|
1
2
3
4
5
6
7
8
9
10
|
21 chunks |
+109 lines, -29 lines |
0 comments
|
Download
|
|
M |
tools/gn/function_toolchain.cc
|
View
|
1
2
3
4
|
4 chunks |
+8 lines, -5 lines |
3 comments
|
Download
|
|
M |
tools/gn/functions.h
|
View
|
1
2
3
4
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
|
M |
tools/gn/functions.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
tools/gn/functions_target.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+35 lines, -3 lines |
0 comments
|
Download
|
|
M |
tools/gn/gn.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
tools/gn/misc/emacs/gn-mode.el
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
tools/gn/misc/tm/GN.tmLanguage
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
tools/gn/misc/vim/syntax/gn.vim
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
tools/gn/ninja_binary_target_writer.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
tools/gn/ninja_binary_target_writer_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+66 lines, -0 lines |
0 comments
|
Download
|
|
M |
tools/gn/ninja_target_writer.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
tools/gn/ninja_toolchain_writer.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
|
M |
tools/gn/runtime_deps.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
|
M |
tools/gn/runtime_deps_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
5 chunks |
+20 lines, -6 lines |
0 comments
|
Download
|
|
M |
tools/gn/target.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
tools/gn/target.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+8 lines, -3 lines |
0 comments
|
Download
|
|
M |
tools/gn/target_generator.cc
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
D |
tools/gn/target_generator_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
|
M |
tools/gn/test_with_scope.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
|
M |
tools/gn/toolchain.h
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
tools/gn/toolchain.cc
|
View
|
1
2
3
4
|
4 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
Total messages: 30 (8 generated)
|