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

Unified Diff: content/content.gyp

Issue 470523005: Move startup_helper_win.cc to separate target for incremental build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: restore exe behavior for sandbox Created 6 years, 4 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 | « chrome/chrome_exe.gypi ('k') | content/content_app.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index f380cab5cd786d33dff0132579a238754559b94f..4da6428265ba3dcfdf59cc9fce593d64d484bd5c 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -28,6 +28,26 @@
'../build/win_precompile.gypi',
],
}],
+ ['OS == "win"', {
+ 'targets': [
+ {
+ 'target_name': 'content_startup_helper_win',
+ 'type': 'static_library',
+ 'include_dirs': [
+ '..',
+ ],
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../base/base.gyp:base_i18n',
+ '../sandbox/sandbox.gyp:sandbox',
+ ],
+ 'sources': [
+ 'app/startup_helper_win.cc',
+ 'public/app/startup_helper_win.h',
+ ],
+ }
+ ],
+ }],
# In component mode, we build all of content as a single DLL.
# However, in the static mode, we need to build content as multiple
# targets in order to prevent dependencies from getting introduced
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | content/content_app.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698