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

Unified Diff: ui/app_list/app_list.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 | « content/content_tests.gypi ('k') | ui/views/examples/examples.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/app_list.gyp
diff --git a/ui/app_list/app_list.gyp b/ui/app_list/app_list.gyp
index 74f022dec265c75c41c7fa52035c08d9b0e0976d..d540040fbc80e499daef2ed76e557edd6d562d20 100644
--- a/ui/app_list/app_list.gyp
+++ b/ui/app_list/app_list.gyp
@@ -284,7 +284,6 @@
'target_name': 'app_list_demo',
'type': 'executable',
'sources': [
- '../../content/app/startup_helper_win.cc',
'demo/app_list_demo_views.cc',
],
'dependencies': [
@@ -312,6 +311,7 @@
},
'dependencies': [
'../../sandbox/sandbox.gyp:sandbox',
+ '../../content/content.gyp:content_startup_helper_win',
],
}],
],
« no previous file with comments | « content/content_tests.gypi ('k') | ui/views/examples/examples.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698