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

Unified Diff: build/config/BUILD.gn

Issue 2498733002: Remove some global UI defines (Closed)
Patch Set: Merge Created 4 years, 1 month 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/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 122f254d94d4ef31454e35120fe3002fd81cc292..c86e03d3be5d2bc42659a2baf274f3a59fc4f9be 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -100,12 +100,6 @@ config("feature_flags") {
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 | « no previous file | build/config/ui.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698