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

Unified Diff: chrome/chrome_tests.gypi

Issue 2721007: Fix ProcessSingletonWinTest using default profile.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 6 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 | « chrome/browser/process_singleton_win_uitest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
===================================================================
--- chrome/chrome_tests.gypi (revision 49343)
+++ chrome/chrome_tests.gypi (working copy)
@@ -318,7 +318,7 @@
'browser/pref_service_uitest.cc',
'browser/printing/printing_layout_uitest.cc',
'browser/process_singleton_linux_uitest.cc',
- 'browser/process_singleton_win_uitest.cc',
+ 'browser/process_singleton_uitest.cc',
'browser/renderer_host/resource_dispatcher_host_uitest.cc',
'browser/repost_form_warning_uitest.cc',
'browser/sanity_uitest.cc',
@@ -381,6 +381,10 @@
'dependencies+++': [
'../third_party/WebKit/WebCore/WebCore.gyp/WebCore.gyp:webcore',
],
+ 'sources!': [
+ # ProcessSingletonMac doesn't do anything.
+ 'browser/process_singleton_uitest.cc',
+ ],
}],
['OS=="win"', {
'include_dirs': [
@@ -411,7 +415,6 @@
'sources!': [
# TODO(port): http://crbug.com/45770
'browser/printing/printing_layout_uitest.cc',
- 'browser/process_singleton_win_uitest.cc',
],
}],
['OS=="linux" or OS=="freebsd"', {
« no previous file with comments | « chrome/browser/process_singleton_win_uitest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698