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

Unified Diff: build/config/BUILD.gn

Issue 1518073002: More build config cleanup. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: ERROR, not FATAL Created 5 years 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 | « no previous file | build/config/fnl/BUILD.gn » ('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 7759e59632baaf05a9e55cc9cfa44bfae9413c4b..f608ff2cd9c6ed66ea40235c87073c84a1f62131 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -61,18 +61,9 @@ config("feature_flags") {
# TODO(brettw) should probably be "=1".
defines += [ "UI_COMPOSITOR_IMAGE_TRANSPORT" ]
}
- if (use_ash) {
- defines += [ "USE_ASH=1" ]
- }
if (use_aura) {
defines += [ "USE_AURA=1" ]
}
- if (use_pango) {
- defines += [ "USE_PANGO=1" ]
- }
- if (use_cairo) {
- defines += [ "USE_CAIRO=1" ]
- }
if (use_openssl) {
defines += [ "USE_OPENSSL=1" ]
}
« no previous file with comments | « no previous file | build/config/fnl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698