Chromium Code Reviews| Index: components/browser_sync.gypi |
| diff --git a/components/browser_sync.gypi b/components/browser_sync.gypi |
| index b5bb38391784951dd8b2c0496aede0bc40900360..50c974a91ef2ce60f83a36ea9a34ee0de8fd04be 100644 |
| --- a/components/browser_sync.gypi |
| +++ b/components/browser_sync.gypi |
| @@ -38,6 +38,9 @@ |
| 'include_dirs': [ |
| '..', |
| ], |
| + 'export_dependent_settings': [ |
|
sdefresne
2016/03/17 13:11:20
It looks like this change is orthogonal, can you e
msramek
2016/03/17 13:58:20
It's not really orthogonal, this CL doesn't compil
|
| + 'sync_driver', |
| + ], |
| 'sources': [ |
| # Note: file list duplicated in GN build. |
| 'browser_sync/browser/profile_sync_components_factory_impl.cc', |