summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_browser.gypi
diff options
context:
space:
mode:
authorderat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-25 23:23:53 +0000
committerderat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-25 23:23:53 +0000
commit95259c6a4ab6fd2c6258b488fc08c45041a8d102 (patch)
tree6754e39a92bcfcb9f725667e2a1a4678215ad7eb /chrome/chrome_browser.gypi
parent1c35a4843a9b0b4db2d317c08a1dd3181c3c7be8 (diff)
downloadchromium_src-95259c6a4ab6fd2c6258b488fc08c45041a8d102.zip
chromium_src-95259c6a4ab6fd2c6258b488fc08c45041a8d102.tar.gz
chromium_src-95259c6a4ab6fd2c6258b488fc08c45041a8d102.tar.bz2
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
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r--chrome/chrome_browser.gypi3
1 files changed, 0 insertions, 3 deletions
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/'],