Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 1dd25d0ce63c86ef0c361206b9b0b60812dc65a9..fe211acfcf54bc3e477d12ba3fab860524f627a1 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -1449,7 +1449,7 @@ |
| }], |
| # Enable RLZ on Win, Mac and ChromeOS. |
| - ['branding=="Chrome" and (OS=="win" or OS=="mac" or chromeos==1)', { |
|
Ivan Korotkov
2012/12/11 10:53:19
For trybots
|
| + ['(OS=="win" or OS=="mac" or chromeos==1)', { |
| 'enable_rlz%': 1, |
| }], |
| ], |