| Index: chrome/browser/apps/app_shim/browser_app_shim.gypi
|
| diff --git a/chrome/browser/apps/app_shim/browser_app_shim.gypi b/chrome/browser/apps/app_shim/browser_app_shim.gypi
|
| index 4c6c9aa80c82aad5bb81d82cc6a86a1d6814ac7a..806ebe7a1f2ab676caffa65b5d99c5ea23f06643 100644
|
| --- a/chrome/browser/apps/app_shim/browser_app_shim.gypi
|
| +++ b/chrome/browser/apps/app_shim/browser_app_shim.gypi
|
| @@ -10,8 +10,9 @@
|
| 'target_name': 'browser_app_shim',
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| - # Since browser_app_shim and browser depend on each other, we omit the
|
| - # dependency on browser here.
|
| + # Since browser_app_shim and chrome.gyp:browser depend on each other,
|
| + # we omit the dependency on browser here.
|
| + '../content/content.gyp:content_browser',
|
| '../content/content.gyp:content_common',
|
| ],
|
| 'sources': [
|
|
|