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

Unified Diff: ui/views/examples/examples.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 | « ui/app_list/app_list.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/examples/examples.gyp
diff --git a/ui/views/examples/examples.gyp b/ui/views/examples/examples.gyp
index 4cf3a1bcf6b9cbe9ed82c56c731269e7fc5eb78b..c5295657cf701bf8a6884f494da6771720472600 100644
--- a/ui/views/examples/examples.gyp
+++ b/ui/views/examples/examples.gyp
@@ -156,7 +156,6 @@
'views_examples_with_content_lib',
],
'sources': [
- '../../../content/app/startup_helper_win.cc',
'examples_with_content_main_exe.cc',
],
'conditions': [
@@ -179,6 +178,7 @@
},
'dependencies': [
'../../../sandbox/sandbox.gyp:sandbox',
+ '../../../content/content.gyp:content_startup_helper_win',
],
}],
],
« no previous file with comments | « ui/app_list/app_list.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698