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

Unified Diff: content/content_tests.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_shell.gypi ('k') | ui/app_list/app_list.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 76cc0682eb367a6ce835b35838cb4ecd248f6f00..e1d16925b96afdf358e48564a32193dd5af334ca 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -84,7 +84,6 @@
'public/test/unittest_test_suite.h',
'public/test/web_contents_tester.cc',
'public/test/web_contents_tester.h',
- 'app/startup_helper_win.cc',
# TODO(phajdan.jr): All of those files should live in content/test (if
# they're only used by content) or content/public/test (if they're used
# by other embedders).
@@ -292,6 +291,7 @@
['OS == "win"', {
'dependencies': [
'../sandbox/sandbox.gyp:sandbox',
+ 'content.gyp:content_startup_helper_win',
],
}],
['enable_webrtc==1', {
« no previous file with comments | « content/content_shell.gypi ('k') | ui/app_list/app_list.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698