|
ozone: Fix GN build for ozone_egl_demo, ozone_unittests
This fixes the GN build for the ui/ozone component (and tests). The
following build should work going forward:
gn gen out_gn_ozone --args="use_ozone=true"
ninja -C out_gn_ozone -j1000 -k50 ozone_egl_demo ozone_unittests
BUG= 396316
TEST=compile & run ozone_egl_demo, ozone_unittests
TBR=darin
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=285362
Total comments: 4
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+339 lines, -60 lines) |
Patch |
|
M |
BUILD.gn
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
build/config/linux/BUILD.gn
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
ui/base/BUILD.gn
|
View
|
1
2
3
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
ui/events/BUILD.gn
|
View
|
1
2
3
|
1 chunk |
+0 lines, -16 lines |
0 comments
|
Download
|
|
M |
ui/events/ozone/BUILD.gn
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
ui/gfx/BUILD.gn
|
View
|
1
2
3
|
3 chunks |
+5 lines, -10 lines |
0 comments
|
Download
|
|
M |
ui/gl/BUILD.gn
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
ui/ozone/BUILD.gn
|
View
|
|
5 chunks |
+59 lines, -18 lines |
0 comments
|
Download
|
|
A + |
ui/ozone/demo/BUILD.gn
|
View
|
1
2
3
|
1 chunk |
+11 lines, -2 lines |
0 comments
|
Download
|
|
M |
ui/ozone/ozone.gni
|
View
|
|
1 chunk |
+22 lines, -9 lines |
0 comments
|
Download
|
|
A |
ui/ozone/platform/caca/BUILD.gn
|
View
|
|
1 chunk |
+34 lines, -0 lines |
0 comments
|
Download
|
|
A |
ui/ozone/platform/dri/BUILD.gn
|
View
|
1
2
3
|
1 chunk |
+135 lines, -0 lines |
0 comments
|
Download
|
|
A |
ui/ozone/platform/egltest/BUILD.gn
|
View
|
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
|
A |
ui/ozone/platform/test/BUILD.gn
|
View
|
|
1 chunk |
+24 lines, -0 lines |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|