Chromium Code Reviews| Index: content/content_shell.gypi |
| diff --git a/content/content_shell.gypi b/content/content_shell.gypi |
| index c8184600e145e86393747ba51492f1db6aa61cec..9709e155b9bc1dab45b5f1beb43445a589fda843 100644 |
| --- a/content/content_shell.gypi |
| +++ b/content/content_shell.gypi |
| @@ -113,11 +113,13 @@ |
| }, |
| 'dependencies': [ |
| 'content_shell_lib', |
| + '../sandbox/sandbox.gyp:sandbox', |
| ], |
| 'include_dirs': [ |
| '..', |
| ], |
| 'sources': [ |
| + 'app/startup_helper_win.cc', |
| 'shell/shell_main.cc', |
| ], |
| 'msvs_settings': { |