From 363680faae60b8ec1f6a57d3c701935a6f046fb6 Mon Sep 17 00:00:00 2001 From: "erg@google.com" Date: Mon, 1 Nov 2010 18:17:23 +0000 Subject: Refactor automation messages. automation_messages used to live in chrome/test/automation, when it's needed by browser and chrome_frame. When I started lifting code out of headers and into implementation files, I was getting link errors and temporarily solved the problem by compiling the cc files manually into libbrowser.a. Now this is part of chrome/common/ which is included by all targets needed. While doing this, discover that automation IPC redefines the ContextMenuParams struct. Rename it to MiniContextMenuParams. BUG=51409 TEST=none Review URL: http://codereview.chromium.org/4200007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64637 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/chrome.gyp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'chrome/chrome.gyp') diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 453138e..0b89518 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -1775,12 +1775,8 @@ 'sources': [ 'test/automation/autocomplete_edit_proxy.cc', 'test/automation/autocomplete_edit_proxy.h', - 'test/automation/automation_constants.h', 'test/automation/automation_handle_tracker.cc', 'test/automation/automation_handle_tracker.h', - 'test/automation/automation_messages.cc', - 'test/automation/automation_messages.h', - 'test/automation/automation_messages_internal.h', 'test/automation/automation_proxy.cc', 'test/automation/automation_proxy.h', 'test/automation/browser_proxy.cc', -- cgit v1.1