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

Unified Diff: content/content_app.gypi

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 | « content/content.gyp ('k') | content/content_shell.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_app.gypi
diff --git a/content/content_app.gypi b/content/content_app.gypi
index 0684e41d46114397dd098a85fdf2479229b5b8be..00ee842b1483168c88dc59d9cb033df06ef51c17 100644
--- a/content/content_app.gypi
+++ b/content/content_app.gypi
@@ -26,13 +26,11 @@
'app/content_main_runner.cc',
'app/mojo/mojo_init.cc',
'app/mojo/mojo_init.h',
- 'app/startup_helper_win.cc',
'public/app/android_library_loader_hooks.h',
'public/app/content_main.h',
'public/app/content_main_delegate.cc',
'public/app/content_main_delegate.h',
'public/app/content_main_runner.h',
- 'public/app/startup_helper_win.h',
],
'conditions': [
['((OS=="linux" and os_posix==1 and use_aura==1) or OS=="android") and use_allocator!="none"', {
@@ -41,11 +39,6 @@
'../base/allocator/allocator.gyp:allocator',
],
}],
- ['OS=="win"', {
- 'dependencies': [
- '../sandbox/sandbox.gyp:sandbox',
- ],
- }],
['OS=="android"', {
'sources!': [
'app/content_main.cc',
@@ -58,6 +51,11 @@
'../build/android/cpufeatures.gypi',
],
}],
+ ['OS=="win"', {
+ 'dependencies': [
+ 'content_startup_helper_win',
+ ],
+ }],
['OS=="ios"', {
'sources!': [
'app/content_main.cc',
« no previous file with comments | « content/content.gyp ('k') | content/content_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698