Chromium Code Reviews| Index: content/content_browser.gypi |
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi |
| index 1051cbcf24aac3f50b277af14c5a7870ef929175..8a8e869e32043a571ce961c3ab7963bb86b42742 100644 |
| --- a/content/content_browser.gypi |
| +++ b/content/content_browser.gypi |
| @@ -605,6 +605,9 @@ |
| 'browser/worker.sb', |
| ], |
| }, |
| + 'dependencies': [ |
|
Mark Mentovai
2011/09/27 21:45:50
You’re not using this in here yet, right? Could yo
Avi (use Gerrit)
2011/09/27 21:50:09
OK.
|
| + 'closure_blocks_leopard_compat', |
| + ], |
| }, { # OS!="mac" |
| 'dependencies': [ |
| '../sandbox/sandbox.gyp:sandbox', |