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

Unified Diff: tools/gn/docs/cookbook.md

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 | « third_party/WebKit/public/public_features.gni ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/docs/cookbook.md
diff --git a/tools/gn/docs/cookbook.md b/tools/gn/docs/cookbook.md
index 9a1b25926fe8bdc3f4632c0102ca7a249dd421f5..390fbf1b412debc6cf9f97d4b6a7d9c2c37aa689 100644
--- a/tools/gn/docs/cookbook.md
+++ b/tools/gn/docs/cookbook.md
@@ -275,7 +275,6 @@ places are noted in the table below.
| `use_athena` (0/1) | `use_athena` (true/false) | `//build/config/ui.gni` |
| `use_aura` (0/1) | `use_aura` (true/false) | `//build/config/ui.gni` |
| `use_cairo` (0/1) | `use_cairo` (true/false) | `//build/config/ui.gni` |
-| `use_clipboard_aurax11` (0/1) | `use_aura && use_x11` | |
| `use_cups` (0/1) | `use_cups` (true/false) | `//build/config/features.gni` |
| `use_dbus` (0/1) | `use_dbus` (true/false) | `//build/config/features.gni` |
| `use_gconf` (0/1) | `use_gconf` (true/false) | `//build/config/features.gni` |
« no previous file with comments | « third_party/WebKit/public/public_features.gni ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698