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

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

Issue 2497653002: Move use_brlapi build flag to chrome. (Closed)
Patch Set: 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
« build/linux/BUILD.gn ('K') | « chrome/common/features.gni ('k') | no next file » | 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 0f3d10180fc3104012da892b81d59d6edd725519..9a1b25926fe8bdc3f4632c0102ca7a249dd421f5 100644
--- a/tools/gn/docs/cookbook.md
+++ b/tools/gn/docs/cookbook.md
@@ -274,7 +274,6 @@ places are noted in the table below.
| `use_ash` (0/1) | `use_ash` (true/false) | `//build/config/ui.gni` |
| `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_brlapi` (0/1) | `use_brlapi` (true/false) | `//build/config/features.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` |
« build/linux/BUILD.gn ('K') | « chrome/common/features.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698