Chromium Code Reviews| Index: components/sync_driver.gypi |
| diff --git a/components/sync_driver.gypi b/components/sync_driver.gypi |
| index d5daf40a989e4c570fea75a261971127370c1658..3c02381f0b755ddd769cb2ac1aef5081bd7bf2a8 100644 |
| --- a/components/sync_driver.gypi |
| +++ b/components/sync_driver.gypi |
| @@ -21,6 +21,9 @@ |
| 'sync_driver_features', |
| 'version_info', |
| ], |
| + 'export_dependent_settings': [ |
|
sdefresne
2016/02/15 10:02:10
nit: do you need to add //third_party/cacheinvalid
vabr (Chromium)
2016/02/16 08:56:41
Done.
|
| + '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation', |
| + ], |
| 'include_dirs': [ |
| '..', |
| ], |