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

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

Issue 2411433002: Move ENABLE_PEPPER_CDMS to a buildflag header. (Closed)
Patch Set: fix 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
Index: tools/gn/docs/cookbook.md
diff --git a/tools/gn/docs/cookbook.md b/tools/gn/docs/cookbook.md
index 623f84fb60b0a369e3524cfd92a1b13f21aa2125..991bb12ec5aa71d8edd8021c0337aa0e2b2dad45 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) | `//third_party/widevine/cdm/widevin.gni` |
jrummell 2016/10/10 22:45:57 Should this be widevine.gni (missing last e)?
| `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` |
« third_party/widevine/cdm/widevine.gni ('K') | « 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