Move use_brlapi build flag to chrome. It used to be in the global build faetures file but is only used by Chrome. The define is removed. It was only used in one place to make sure the compile matched the build flags, which in this case is uselessly circular. Review-Url: https://codereview.chromium.org/2497653002 Cr-Original-Commit-Position: refs/heads/master@{#431665} Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src Cr-Mirrored-Commit: 519b7b6003aab8cd70808bb07f5d289e10149367
diff --git a/tools/gn/docs/cookbook.md b/tools/gn/docs/cookbook.md index 0f3d101..9a1b259 100644 --- a/tools/gn/docs/cookbook.md +++ b/tools/gn/docs/cookbook.md
@@ -274,7 +274,6 @@ | `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` |