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

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

Issue 2407483002: Make enable_service_discovery a chrome/ feature. (Closed)
Patch Set: Created 4 years, 2 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 | « chrome/common/url_constants.cc ('k') | tools/grit/grit_rule.gni » ('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 0065b9960fc091575ada8c32a0f073b203be78a9..623f84fb60b0a369e3524cfd92a1b13f21aa2125 100644
--- a/tools/gn/docs/cookbook.md
+++ b/tools/gn/docs/cookbook.md
@@ -259,7 +259,6 @@ places are noted in the table below.
| `enable_basic_printing` (0/1) | `enable_basic_printing` (true/false) | `//build/config/features.gni` |
| `enable_print_preview` (0/1) | `enable_print_preview` (true/false) | `//build/config/features.gni` |
| `enable_rlz` (0/1) | `enable_rlz` (true/false) | `//build/config/features.gni` |
-| `enable_service_discovery` (0/1) | `enable_service_discovery` (true/false) | `//build/config/features.gni` |
| `enable_spellcheck` (0/1) | `enable_spellcheck` (true/false) | `//build/config/features.gni` |
| `enable_session_service` (0/1) | `enable_session_service` (true/false) | `//build/config/features.gni` |
| `enable_task_manager` (0/1) | `enable_task_manager` (true/false) | `//build/config/features.gni` |
« no previous file with comments | « chrome/common/url_constants.cc ('k') | tools/grit/grit_rule.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698