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

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

Issue 2409423002: Move ENABLE_PEPPER_CDMS to a buildflag header. (Closed)
Patch Set: Fix and format 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 | « third_party/widevine/cdm/widevine_cdm_common.h ('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 623f84fb60b0a369e3524cfd92a1b13f21aa2125..66a44f73c2c8e942ccaa5b447cc9f7e3e1e2df8c 100644
--- a/tools/gn/docs/cookbook.md
+++ b/tools/gn/docs/cookbook.md
@@ -253,7 +253,7 @@ places are noted in the table below.
| `enable_managed_users` (0/1) | `enable_managed_users` (true/false) | `//build/config/features.gni` |
| `enable_mdns` (0/1) | `enable_mdns` (true/false) | `//build/config/features.gni` |
| `enable_one_click_signin` (0/1) | `enable_one_click_signin` (true/false) | `//chrome/common/features.gni` |
-| `enable_pepper_cdms` (0/1) | `enable_pepper_cdms` (true/false) | `//build/config/features.gni` |
+| `enable_pepper_cdms` (0/1) | `enable_pepper_cdms` (true/false) | `//ppapi/features/features.gni` |
| `enable_plugins` (0/1) | `enable_plugins` (true/false) | `//build/config/features.gni` |
| `enable_plugin_installation` (0/1) | `enable_plugin_installation` (true/false) | `//build/config/features.gni` |
| `enable_basic_printing` (0/1) | `enable_basic_printing` (true/false) | `//build/config/features.gni` |
« no previous file with comments | « third_party/widevine/cdm/widevine_cdm_common.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698