Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Unified Diff: build/config/BUILD.gn

Issue 851853002: It is time. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Trying to reup because the last upload failed. Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/common.gypi ('k') | build/config/ui.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" ]
}
« no previous file with comments | « build/common.gypi ('k') | build/config/ui.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698