Chromium Code Reviews| Index: components/components.gyp |
| diff --git a/components/components.gyp b/components/components.gyp |
| index 03da51c2e756034750a2e1f137391d1f35887a79..79f05377c0c646d36f012b4fd485ff4d05d8de2c 100644 |
| --- a/components/components.gyp |
| +++ b/components/components.gyp |
| @@ -200,6 +200,11 @@ |
| 'includes': [ |
| 'rlz.gypi', |
| ], |
| - }] |
| + }], |
| + ['use_ash==1', { |
| + 'includes': [ |
| + 'exo.gypi', |
| + ], |
| + }], |
| ], |
| } |