Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 31bf1c47428392e53769a961a1e8eb3f337ea715..7fe89fe1cc24329cae5e7257f74d573a90c2c60f 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -951,7 +951,8 @@ |
| 'windows_sdk_default_path': '<(DEPTH)/third_party/platformsdk_win8/files', |
| 'directx_sdk_default_path': '<(DEPTH)/third_party/directxsdk/files', |
| - # Whether rlz is enabled. |
| + # Whether we are using the rlz library or not. Platforms like Android send |
| + # rlz codes for searches but do not use the library. |
| 'enable_rlz%': 0, |
| 'conditions': [ |