|
Add more components to "gn check", work on dom_distiller.
Added components are:
bitmap_uploader
browser_sync
dom_distiller
exp
proxy_config
query_parser
rappor
renderer_context_menu
resource_provider
resources
rlz
safe_browsing_db
safe_json
scheduler
search
The dom distiller GN build was a little messed up. The JNI registrar files were in core but referenced files in content. I moved the registrar files to content/browser which is where they're needed and matches some other components. There were also some other duplicated java targets, and I split out the content build file into separate subdirectories and renamed the targets to match.
TBR=dpranke@chromium.org
BUG= 562773
Committed: https://crrev.com/15764b1f1b8fe2d0ba0328235d55516ac3415276
Cr-Commit-Position: refs/heads/master@{#362234}
Total comments: 7
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+333 lines, -261 lines) |
Patch |
 |
M |
.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+17 lines, -18 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/test/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
10 chunks |
+92 lines, -72 lines |
1 comment
|
Download
|
 |
M |
components/autofill/content/browser/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/bitmap_uploader/BUILD.gn
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/browser_sync/browser/BUILD.gn
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
5 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/android/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
1 chunk |
+3 lines, -8 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/content/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+0 lines, -137 lines |
0 comments
|
Download
|
 |
A |
components/dom_distiller/content/browser/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
1 chunk |
+72 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/dom_distiller/content/common/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
1 chunk |
+28 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/dom_distiller/content/renderer/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+35 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/core/BUILD.gn
|
View
|
|
2 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/exo/BUILD.gn
|
View
|
|
4 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/nacl/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/nacl/common/BUILD.gn
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/proxy_config/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
2 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/query_parser/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/rappor/BUILD.gn
|
View
|
|
3 chunks |
+13 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/renderer_context_menu/BUILD.gn
|
View
|
1
2
3
4
|
1 chunk |
+10 lines, -7 lines |
0 comments
|
Download
|
 |
M |
components/resource_provider/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
|
5 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/safe_browsing_db/BUILD.gn
|
View
|
|
3 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/safe_json/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/scheduler/BUILD.gn
|
View
|
1
2
3
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/search/BUILD.gn
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 86 (41 generated)
|