diff options
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r-- | chrome/chrome_browser.gypi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi index afb1f7b..2158c27 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', |