|
Work on Mac GN build.
This fixes a lot of minor mistakes (mostly missing/extra files and flags) for the Mac GN build.
I separated out some clang flags into a config for extra clang warnings. Several of the third party libraries needed to remove this.
Removes the use_nss flag and uses !use_openssl. This is a result of discussion with rsleevi.
Removes extra duplicate net build file from secondary tree.
ui/gesture_events seems to be getting compiled in GN with more strict warnings than in GYP. Rather than fix this, I fixed the warning in the gesture recognizer unit test. It was returning a const copy (the const is pointless when you're copying).
This also removes a bunch of old GYP integration stuff that was left in the GN build.
R=scottmg@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=264626
Total comments: 1
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+229 lines, -1583 lines) |
Patch |
|
M |
build/config/BUILD.gn
|
View
|
1
2
3
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
|
M |
build/config/BUILDCONFIG.gn
|
View
|
1
2
|
3 chunks |
+4 lines, -12 lines |
0 comments
|
Download
|
|
M |
build/config/clang/BUILD.gn
|
View
|
1
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
|
M |
build/config/compiler/BUILD.gn
|
View
|
1
|
2 chunks |
+0 lines, -7 lines |
0 comments
|
Download
|
|
M |
build/config/crypto.gni
|
View
|
1
2
3
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
|
M |
build/config/ios/ios_sdk.gni
|
View
|
1
2
|
1 chunk |
+1 line, -8 lines |
0 comments
|
Download
|
|
M |
build/toolchain/android/BUILD.gn
|
View
|
1
2
|
1 chunk |
+0 lines, -58 lines |
0 comments
|
Download
|
|
M |
build/toolchain/clang.gni
|
View
|
1
2
|
1 chunk |
+0 lines, -27 lines |
0 comments
|
Download
|
|
M |
build/toolchain/linux/BUILD.gn
|
View
|
1
2
|
1 chunk |
+0 lines, -40 lines |
0 comments
|
Download
|
|
M |
build/toolchain/mac/BUILD.gn
|
View
|
1
2
|
1 chunk |
+0 lines, -24 lines |
0 comments
|
Download
|
|
M |
build/toolchain/win/BUILD.gn
|
View
|
1
2
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
|
M |
crypto/BUILD.gn
|
View
|
1
2
3
|
3 chunks |
+5 lines, -10 lines |
0 comments
|
Download
|
|
M |
net/BUILD.gn
|
View
|
1
2
3
|
3 chunks |
+10 lines, -14 lines |
0 comments
|
Download
|
|
M |
skia/BUILD.gn
|
View
|
1
2
|
4 chunks |
+20 lines, -5 lines |
1 comment
|
Download
|
|
M |
skia/skia_gn_files.gypi
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
third_party/sqlite/BUILD.gn
|
View
|
1
2
3
4
|
1 chunk |
+117 lines, -117 lines |
0 comments
|
Download
|
|
M |
tools/gn/secondary/chrome/BUILD.gn
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
D |
tools/gn/secondary/net/BUILD.gn
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1221 lines |
0 comments
|
Download
|
|
M |
tools/gn/secondary/third_party/icu/BUILD.gn
|
View
|
1
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
|
M |
tools/gn/secondary/third_party/libxml/BUILD.gn
|
View
|
1
2
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
|
M |
tools/gn/secondary/third_party/nss/BUILD.gn
|
View
|
|
3 chunks |
+18 lines, -4 lines |
0 comments
|
Download
|
|
M |
tools/gn/secondary/third_party/snappy/BUILD.gn
|
View
|
1
2
|
1 chunk |
+10 lines, -18 lines |
0 comments
|
Download
|
|
M |
tools/gn/secondary/third_party/zlib/BUILD.gn
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
ui/events/gesture_detection/gesture_provider_unittest.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
ui/gfx/BUILD.gn
|
View
|
1
2
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|