Chromium Code Reviews| Index: components/components.gyp |
| diff --git a/components/components.gyp b/components/components.gyp |
| index 21ae71fa8be6364ee29697be4aa583cdfc78306d..9a8313e32a835797f3de086537053614278ce426 100644 |
| --- a/components/components.gyp |
| +++ b/components/components.gyp |
| @@ -194,6 +194,11 @@ |
| 'includes': [ |
| 'rlz.gypi', |
| ], |
| - }] |
| + }], |
| + ['use_ash==1', { |
| + 'includes': [ |
| + 'exo.gypi', |
| + ], |
| + }], |
| ], |
| } |