| Index: chrome/browser/extensions/api/api_registration.gyp
|
| diff --git a/chrome/browser/extensions/api/api_registration.gyp b/chrome/browser/extensions/api/api_registration.gyp
|
| index 8d44c8d349eb0aefa38586de946c110606173003..458126fb4840d8047c0f29b08c829339268b1609 100644
|
| --- a/chrome/browser/extensions/api/api_registration.gyp
|
| +++ b/chrome/browser/extensions/api/api_registration.gyp
|
| @@ -16,6 +16,10 @@
|
| ],
|
| 'dependencies': [
|
| '<(DEPTH)/chrome/common/extensions/api/api.gyp:chrome_api',
|
| +
|
| + # Different APIs include headers from these targets.
|
| + "<(DEPTH)/content/content.gyp:content_browser",
|
| +
|
| # Different APIs include some headers from chrome/common that in turn
|
| # include generated headers from these targets.
|
| # TODO(brettw) this should be made unnecessary if possible.
|
|
|