From 3753f52d42975eaefcafca9fc0257ec24e161a9c Mon Sep 17 00:00:00 2001 From: "estade@chromium.org" Date: Tue, 14 Apr 2009 23:15:47 +0000 Subject: Implement chrome_proces_util for linux and enable download ui test. To get the PID from the socket, we use lsof (fuser doesn't work with unix sockets apparently). The download shelf, save page, and browser ui tests now pass. Review URL: http://codereview.chromium.org/66071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13716 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/chrome.gyp | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'chrome/chrome.gyp') diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index f261250..8e1be3e 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -1814,6 +1814,8 @@ 'test/automation/window_proxy.h', 'test/chrome_process_util.cc', 'test/chrome_process_util.h', + 'test/chrome_process_util_linux.cc', + 'test/chrome_process_util_mac.cc', 'test/chrome_process_util_win.cc', 'test/testing_profile.cc', 'test/testing_profile.h', @@ -1828,11 +1830,6 @@ 'include_dirs': [ 'third_party/wtl/include', ], - }, { # else: OS != "win" - 'sources!': [ - 'test/automation/window_proxy.cc', - 'test/automation/window_proxy.h', - ], }], ], }, @@ -2009,10 +2006,7 @@ 'sources!': [ # TODO(port) 'app/chrome_main_uitest.cc', - 'browser/browser_uitest.cc', 'browser/crash_recovery_uitest.cc', - 'browser/download/download_uitest.cc', - 'browser/download/save_page_uitest.cc', 'browser/login_prompt_uitest.cc', 'browser/metrics/metrics_service_uitest.cc', 'browser/sessions/session_restore_uitest.cc', -- cgit v1.1