Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 9c24e2c602fb570dc1c94ea5960222af9c1db80b..77b25b7ef077c1cdade5283d8f20da217c60f53f 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -1459,7 +1459,7 @@ |
| }], |
| # Enable RLZ on Win, Mac and ChromeOS. |
| - ['branding=="Chrome" and (OS=="win" or OS=="mac" or chromeos==1)', { |
|
Ilya Sherman
2012/12/15 00:57:16
This change doesn't look appropriate -- RLZ still
Ivan Korotkov
2012/12/17 09:05:01
This is for trybots, they are useless otherwise.
|
| + ['(OS=="win" or OS=="mac" or chromeos==1)', { |
| 'enable_rlz%': 1, |
| }], |
| ], |