Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 3d5bffe159eb72790cf578cb5baf92a4dc485c22..2afc482527b2b4eb2c3b94c96a01b7a207836e04 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -1408,7 +1408,7 @@ |
| }], |
| # Enable RLZ on Win and Mac. |
| - ['branding=="Chrome" and (OS=="win" or OS=="mac")', { |
| + ['OS=="win" or OS=="mac"', { |
|
Roger Tawa OOO till Jul 10th
2012/11/08 19:26:58
I just noticed that you removed the branding. We
Ivan Korotkov
2012/11/08 20:02:49
Yeah, it's for testing. I modified some code in fi
|
| 'enable_rlz%': 1, |
| }], |
| ], |