GTTF: Continue moving testing automation bits out of AutomationProvider.
TEST=ui_tests, chrome_frame_tests
BUG=52097
Review URL: http://codereview.chromium.org/3167038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57344 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index afb1f7b..2158c279 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1,6 +1,6 @@
# Copyright (c) 2010 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
+# found in the LICENSE file.
{
'targets': [
@@ -224,6 +224,7 @@
'browser/automation/extension_port_container.h',
'browser/automation/testing_automation_provider_gtk.cc',
'browser/automation/testing_automation_provider_mac.mm',
+ 'browser/automation/testing_automation_provider_views.cc',
'browser/automation/testing_automation_provider_win.cc',
'browser/automation/testing_automation_provider.cc',
'browser/automation/testing_automation_provider.h',