From a8ba6369d632006245574b26a2b4ee8cc21ca25f Mon Sep 17 00:00:00 2001 From: "erg@google.com" Date: Wed, 10 Nov 2010 20:02:25 +0000 Subject: Part 2 of reapplying r64637. Move the automation message files from chrome/test/automation to chrome/common/. This requires a temporary override to chrome/common/DEPS until Part 3 lands. BUG=51409 TEST=compiles Review URL: http://codereview.chromium.org/4758001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65695 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/chrome_common.gypi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'chrome/chrome_common.gypi') diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index 4c17aaf..fec40f0 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -224,6 +224,9 @@ 'common/appcache/appcache_dispatcher.h', 'common/automation_constants.cc', 'common/automation_constants.h', + 'common/automation_messages.cc', + 'common/automation_messages.h', + 'common/automation_messages_internal.h', 'common/child_process_host.cc', 'common/child_process_host.h', 'common/chrome_descriptors.h', -- cgit v1.1