From 4d34e2ef8022e6a7771c6f4cd171547fc4b60518 Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Tue, 26 May 2009 22:55:28 +0000 Subject: Add a single monitor implementation of WindowSizer for Linux. (try 2) BUG=10005 Review URL: http://codereview.chromium.org/115723 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16940 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/chrome.gyp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'chrome/chrome.gyp') diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 0a01353..262fe2d 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -1530,6 +1530,7 @@ 'browser/window_sizer.cc', 'browser/window_sizer.h', 'browser/window_sizer_mac.mm', + 'browser/window_sizer_linux.cc', 'browser/window_sizer_win.cc', 'browser/worker_host/worker_process_host.cc', 'browser/worker_host/worker_process_host.h', @@ -1552,9 +1553,6 @@ '../build/linux/system.gyp:gtk', ], 'sources!': [ - # TODO(port): add this to the Linux build once a - # window_sizer_linux.cc is written - 'browser/window_sizer.cc', 'browser/debugger/debugger_shell_stubs.cc', # Windows-specific files. 'browser/download/download_exe.cc', -- cgit v1.1