Chromium Code Reviews| 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..05bfafbbdeeb398ce9705035885bc364d5511af1 100644 |
| --- a/chrome/browser/apps/app_shim/browser_app_shim.gypi |
| +++ b/chrome/browser/apps/app_shim/browser_app_shim.gypi |
| @@ -13,6 +13,7 @@ |
| # Since browser_app_shim and browser depend on each other, we omit the |
| # dependency on browser here. |
| '../content/content.gyp:content_common', |
| + '../content/content_common_mojo_bindings.gyp:content_common_mojo_bindings', |
|
blundell
2015/02/02 19:20:33
note: from the compile failure, it looks like the
jam
2015/02/02 20:39:16
afaik that can't happen or else there'll be a circ
blundell
2015/02/02 20:41:13
Oops, missed that. content_browser is probably sti
jam
2015/02/03 05:22:12
sg
|
| ], |
| 'sources': [ |
| 'app_shim_handler_mac.cc', |