Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 2a0118ba9cf04de389cf51d7838785ecf69c9689..10dedf2317a50322bb2945fc1b074bd9574ac2cb 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -683,8 +683,8 @@ |
| ['OS=="android"', { |
| 'enable_extensions%': 0, |
| 'enable_google_now%': 0, |
| - 'cld_version%': 1, |
| - 'cld2_dynamic%': 0, |
| + 'cld_version%': 2, |
|
Takashi Toyoshima
2014/06/19 10:20:34
this part should be reviewed by miguelg@
Andrew Hayden (chromium.org)
2014/06/19 13:40:19
This won't be done as part of this change. I'll re
|
| + 'cld2_dynamic%': 1, |
| 'cld2_is_component%': 0, |
| 'enable_spellcheck%': 0, |
| 'enable_themes%': 0, |