| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 73c2a4461b33f77cf44c58132bf493612feb57a7..0c1d4152a92ca5ee6835890d98df0baf7a3b4bc3 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -1871,6 +1871,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"', {
|
| @@ -2468,6 +2474,9 @@
|
| ['enable_pepper_cdms==1', {
|
| 'defines': ['ENABLE_PEPPER_CDMS'],
|
| }],
|
| + ['enable_browser_cdms==1', {
|
| + 'defines': ['ENABLE_BROWSER_CDMS'],
|
| + }],
|
| ['configuration_policy==1', {
|
| 'defines': ['ENABLE_CONFIGURATION_POLICY'],
|
| }],
|
|
|