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

Unified Diff: ash/ash.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 | « no previous file | chrome/chrome_exe.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index 6c6b8a3478d39de640ddd5660b2dee67e7ac70e9..5e8383e19efa42345d9ac448f90d9382714f7918 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -715,7 +715,6 @@
'test/ui_controls_factory_ash.h',
],
'ash_shell_lib_sources': [
- '../content/app/startup_helper_win.cc',
'../ui/views/test/test_views_delegate_aura.cc',
'shell/app_list.cc',
'shell/bubble.cc',
@@ -1199,6 +1198,13 @@
'sources': [
'<@(ash_shell_lib_sources)',
],
+ 'conditions': [
+ ['OS=="win"', {
+ 'dependencies': [
+ '../content/content.gyp:content_startup_helper_win',
+ ],
+ }],
+ ],
},
{
# GN version: //ash:ash_shell
« no previous file with comments | « no previous file | chrome/chrome_exe.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698