|
Make unit_tests compile in Mac GN
Adds mac app_shim targets. Removed a bunch of links from the root BUILD.gn to random targets. These are all pulled in organically now.
Adds crashpad build. Switches components/crash to using it.
Enables content_browsertests, content_perftests, and content_gl_benchmark which now compile.
Add newline to end of keyboard_content_util.cc.
libexif is now a loadable module like in GYP (unit_tests wouldn't load without this).
A few conditions I added checks for mac_views_browser. These are based on how I think it should work, the mac views build doesn't work in GN yet.
BUG= 512600
Committed: https://crrev.com/5ff98192081303f53baa0a07601f3f679572774f
Cr-Commit-Position: refs/heads/master@{#355500}
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+795 lines, -335 lines) |
Patch |
|
M |
BUILD.gn
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -35 lines |
0 comments
|
Download
|
|
A |
build/secondary/third_party/crashpad/crashpad/client/BUILD.gn
|
View
|
1
2
|
1 chunk |
+45 lines, -0 lines |
0 comments
|
Download
|
|
A |
build/secondary/third_party/crashpad/crashpad/compat/BUILD.gn
|
View
|
1
2
|
1 chunk |
+58 lines, -0 lines |
0 comments
|
Download
|
|
A |
build/secondary/third_party/crashpad/crashpad/third_party/apple_cctools/BUILD.gn
|
View
|
1
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
|
A + |
build/secondary/third_party/crashpad/crashpad/third_party/getopt/BUILD.gn
|
View
|
1
2
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
A |
build/secondary/third_party/crashpad/crashpad/util/BUILD.gn
|
View
|
1
2
|
1 chunk |
+216 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/app_shim/BUILD.gn
|
View
|
|
1 chunk |
+17 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/app_shim/app_shim.gypi
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/BUILD.gn
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
A |
chrome/browser/apps/app_shim/BUILD.gn
|
View
|
|
1 chunk |
+27 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/apps/app_shim/browser_app_shim.gypi
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/BUILD.gn
|
View
|
1
2
3
4
|
3 chunks |
+24 lines, -5 lines |
0 comments
|
Download
|
|
M |
chrome/chrome_tests_unit.gypi
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/common/BUILD.gn
|
View
|
1
2
3
4
5
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
|
M |
chrome/common/extensions/chrome_manifest_url_handlers.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/test/BUILD.gn
|
View
|
1
2
|
2 chunks |
+15 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/utility/BUILD.gn
|
View
|
1
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
|
M |
components/crash.gypi
|
View
|
1
2
3
4
5
6
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
components/crash/content/app/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+68 lines, -8 lines |
0 comments
|
Download
|
|
M |
components/handoff/BUILD.gn
|
View
|
1
2
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/shell/BUILD.gn
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
content/test/BUILD.gn
|
View
|
1
2
3
4
5
|
2 chunks |
+266 lines, -272 lines |
0 comments
|
Download
|
|
M |
third_party/libexif/BUILD.gn
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
ui/keyboard/content/keyboard_content_util.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
ui/views/controls/webview/BUILD.gn
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 51 (27 generated)
|