|
Add support for building "ios_chrome_unittests" with gn.
Port all targets required to build "ios_chrome_unittests" from gyp to gn,
adding reference to the GN target in the gyp files. The targets links but
does not runs as resources bundles are still unsupported with gn.
The resources are also not packed, but this will be done in a follow up
CL in order to reduce the size of this already large CL.
BUG= 459705
Committed: https://crrev.com/0ddaed579debfcb0d6eacaab7eb8e8ea97577e20
Cr-Commit-Position: refs/heads/master@{#360552}
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1253 lines, -17 lines) |
Patch |
 |
M |
BUILD.gn
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ios/chrome/BUILD.gn
|
View
|
|
1 chunk |
+91 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ios/chrome/app/BUILD.gn
|
View
|
|
1 chunk |
+26 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ios/chrome/app/strings/BUILD.gn
|
View
|
|
1 chunk |
+267 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ios/chrome/app/theme/BUILD.gn
|
View
|
|
1 chunk |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ios/chrome/browser/BUILD.gn
|
View
|
|
1 chunk |
+602 lines, -0 lines |
2 comments
|
Download
|
 |
A |
ios/chrome/browser/variations/BUILD.gn
|
View
|
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
ios/chrome/common/BUILD.gn
|
View
|
|
1 chunk |
+9 lines, -12 lines |
0 comments
|
Download
|
 |
A |
ios/chrome/common/app_group/BUILD.gn
|
View
|
|
1 chunk |
+46 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ios/chrome/ios_chrome.gyp
|
View
|
|
8 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ios/chrome/ios_chrome_resources.gyp
|
View
|
|
5 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ios/chrome/ios_chrome_tests.gyp
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ios/chrome/test/BUILD.gn
|
View
|
|
1 chunk |
+32 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ios/ios_tests.gyp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
ios/public/test/BUILD.gn
|
View
|
|
1 chunk |
+30 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ios/web/js_compile.gni
|
View
|
|
4 chunks |
+82 lines, -5 lines |
0 comments
|
Download
|
Total messages: 15 (5 generated)
|