| Index: build/config/BUILD.gn
|
| diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
|
| index f32797ccbdb171609eee79fa13af7c77980a9fc1..8cbcc7bbe7db8d00ac6cba40acb9e0b3ce782111 100644
|
| --- a/build/config/BUILD.gn
|
| +++ b/build/config/BUILD.gn
|
| @@ -78,9 +78,6 @@ config("feature_flags") {
|
| # TODO(brettw) should probably be "=1".
|
| defines += [ "USE_UDEV" ]
|
| }
|
| - if (toolkit_views) {
|
| - defines += [ "TOOLKIT_VIEWS=1" ]
|
| - }
|
| if (ui_compositor_image_transport) {
|
| # TODO(brettw) should probably be "=1".
|
| defines += [ "UI_COMPOSITOR_IMAGE_TRANSPORT" ]
|
| @@ -117,9 +114,6 @@ config("feature_flags") {
|
| # to rename this but we're hoping to transition away from NSS.
|
| defines += [ "USE_NSS=1" ]
|
| }
|
| - if (use_ozone) {
|
| - defines += [ "USE_OZONE=1" ]
|
| - }
|
| if (use_x11) {
|
| defines += [ "USE_X11=1" ]
|
| }
|
|
|