| Index: build/config/BUILD.gn
|
| diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
|
| index f608ff2cd9c6ed66ea40235c87073c84a1f62131..ec2e4b4bbb532103bddcd427b0e41e2b4e46f7aa 100644
|
| --- a/build/config/BUILD.gn
|
| +++ b/build/config/BUILD.gn
|
| @@ -57,13 +57,6 @@ config("feature_flags") {
|
| # TODO(brettw) should probably be "=1".
|
| defines += [ "USE_UDEV" ]
|
| }
|
| - if (ui_compositor_image_transport) {
|
| - # TODO(brettw) should probably be "=1".
|
| - defines += [ "UI_COMPOSITOR_IMAGE_TRANSPORT" ]
|
| - }
|
| - if (use_aura) {
|
| - defines += [ "USE_AURA=1" ]
|
| - }
|
| if (use_openssl) {
|
| defines += [ "USE_OPENSSL=1" ]
|
| }
|
|
|