| Index: chrome/chrome_browser_chromeos.gypi
|
| diff --git a/chrome/chrome_browser_chromeos.gypi b/chrome/chrome_browser_chromeos.gypi
|
| index 9a053ba10bf19b2b70cbf720b04828d4db5f321a..3162b182c513edb7e4764f052a9afefd0a26d022 100644
|
| --- a/chrome/chrome_browser_chromeos.gypi
|
| +++ b/chrome/chrome_browser_chromeos.gypi
|
| @@ -23,6 +23,7 @@
|
| 'dependencies': [
|
| # TODO(tbarzic): Cleanup this list.
|
| 'attestation_proto',
|
| + 'browser/extensions/api/api_registration.gyp:chrome_api_registration',
|
| 'browser/performance_monitor/performance_monitor.gyp:performance_monitor',
|
| 'browser_extensions',
|
| 'cert_logger_proto',
|
| @@ -116,6 +117,7 @@
|
| ],
|
| },
|
| 'export_dependent_settings': [
|
| + 'browser/extensions/api/api_registration.gyp:chrome_api_registration',
|
| 'common/extensions/api/api.gyp:chrome_api',
|
| '../sync/sync.gyp:sync',
|
| ],
|
|
|