From 95259c6a4ab6fd2c6258b488fc08c45041a8d102 Mon Sep 17 00:00:00 2001 From: "derat@chromium.org" Date: Tue, 25 Oct 2011 23:23:53 +0000 Subject: aura: Use native ProcessSingleton implementations. This makes us use either ProcessSingletonLinux or ProcessSingletonWin. Tested on a Chrome OS device by starting two separate Chrome processes with the same profile directory. The second process just opened another window in the original Aura desktop instead of crashing after trying to open a locked database as before. sky@ was kind enough to run this for me on Windows and confirm that it behaves similarly there. BUG=99713 TEST=manual: see above Review URL: http://codereview.chromium.org/8382023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107236 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/chrome_browser.gypi | 3 --- 1 file changed, 3 deletions(-) (limited to 'chrome/chrome_browser.gypi') diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi index e1fa6d4..4f451b5 100644 --- a/chrome/chrome_browser.gypi +++ b/chrome/chrome_browser.gypi @@ -1938,7 +1938,6 @@ 'browser/process_info_snapshot.h', 'browser/process_info_snapshot_mac.cc', 'browser/process_singleton.h', - 'browser/process_singleton_aura.cc', 'browser/process_singleton_linux.cc', 'browser/process_singleton_mac.cc', 'browser/process_singleton_win.cc', @@ -4148,7 +4147,6 @@ ['exclude', '^browser/google/google_update.h'], ['exclude', '^browser/hang_monitor/'], ['exclude', '^browser/platform_util_win.cc'], - ['exclude', '^browser/process_singleton_win.cc'], ['exclude', '^browser/tab_contents/web_drag_source_win.cc'], ['exclude', '^browser/tab_contents/web_drag_source_win.h'], ['exclude', '^browser/ui/panels/auto_hiding_desktop_bar_win.cc'], @@ -5083,7 +5081,6 @@ ['exclude', '^browser/google/google_update.h'], ['exclude', '^browser/platform_util_common_linux.cc'], ['exclude', '^browser/platform_util_linux.cc'], - ['exclude', '^browser/process_singleton_linux.cc'], ['exclude', '^browser/ui/input_window_dialog.h'], ['exclude', '^browser/ui/input_window_dialog_win.cc'], ['include', '^browser/ui/views/aura/'], -- cgit v1.1