| Index: chrome/chrome.gyp
|
| diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
|
| index 80a659ea1a1ba71c81a9850d591f73251c088878..934d22f1e22382e6868bc0c51c5c4fbc81a9ff02 100644
|
| --- a/chrome/chrome.gyp
|
| +++ b/chrome/chrome.gyp
|
| @@ -1094,6 +1094,9 @@
|
| 'notifier',
|
| '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation',
|
| ],
|
| + # This target exports a hard dependency because it depends on
|
| + # cacheinvalidation (which itself has hard_dependency set).
|
| + 'hard_dependency': 1,
|
| 'export_dependent_settings': [
|
| 'notifier',
|
| '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation',
|
|
|