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

Unified Diff: build/config/BUILD.gn

Issue 854713003: More old files deletion. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fix tryjobs? 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/linux/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 8cbcc7bbe7db8d00ac6cba40acb9e0b3ce782111..624d1d2736a931e6a880968fb56d8207d1d2af5e 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -82,24 +82,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_clipboard_aurax11) {
- defines += [ "USE_CLIPBOARD_AURAX11=1" ]
- }
- if (use_default_render_theme) {
- defines += [ "USE_DEFAULT_RENDER_THEME=1" ]
- }
if (use_glib) {
defines += [ "USE_GLIB=1" ]
}
« no previous file with comments | « build/common.gypi ('k') | build/config/linux/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698