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

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

Issue 1575493003: Remove enable_wifi_bootstrapping from doc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « no previous file | 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 7bec8cb418fa1fa0bbe1a867c172df3d84a31466..c918d86448b74c8883ec35d7241d7599c66e9265 100644
--- a/tools/gn/docs/cookbook.md
+++ b/tools/gn/docs/cookbook.md
@@ -228,7 +228,6 @@ places are noted in the table below.
| `enable_task_manager` (0/1) | `enable_task_manager` (true/false) | `//build/config/features.gni` |
| `enable_themes` (0/1) | `enable_themes` (true/false) | `//build/config/features.gni` |
| `enable_webrtc` (0/1) | `enable_webrtc` (true/false) | `//build/config/features.gni` |
-| `enable_wifi_bootstrapping` (0/1) | `enable_wifi_bootstrapping` (true/false) | `//build/config/features.gni` |
tfarina 2016/01/20 16:25:55 lgtm. cs.chromium.org shows only this entry. Thank
| `image_loader_extension` (0/1) | `enable_image_loader_extension` (true/false) | `//build/config/features.gni` |
| `input_speech` (0/1) | `enable_speech_input` (true/false) | `//build/config/features.gni` |
| `notifications` (0/1) | `enable_notifications` (true/false) | `//build/config/features.gni` |
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698