| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index f9c9427d89ef1b64d6f484fcd90397c8a0a34aaf..0ea150e6eca6624808d6a33ce3702c406b327ac4 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -1867,6 +1867,12 @@
|
| 'enable_pepper_cdms%': 0,
|
| }],
|
|
|
| + ['OS=="android"', {
|
| + 'enable_browser_cdms%': 1,
|
| + }, {
|
| + 'enable_browser_cdms%': 0,
|
| + }],
|
| +
|
| # Native Client glibc toolchain is enabled
|
| # by default except on arm and mips.
|
| ['target_arch=="arm" or target_arch=="mipsel"', {
|
| @@ -2464,6 +2470,9 @@
|
| ['enable_pepper_cdms==1', {
|
| 'defines': ['ENABLE_PEPPER_CDMS'],
|
| }],
|
| + ['enable_browser_cdms==1', {
|
| + 'defines': ['ENABLE_BROWSER_CDMS'],
|
| + }],
|
| ['configuration_policy==1', {
|
| 'defines': ['ENABLE_CONFIGURATION_POLICY'],
|
| }],
|
|
|