Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(342)

Unified Diff: content/content_shell.gypi

Issue 8233039: Link startup_helper_win statically into executables (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove dynamic-only changes Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/app/startup_helper_win.h ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': {
« no previous file with comments | « content/app/startup_helper_win.h ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698