diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-02 18:59:18 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-02 18:59:18 +0000 |
commit | 29bbaa99f0ff65f96686d47a4c1c85576cfe1a26 (patch) | |
tree | be6e013c6b11d4245159ddfc3d180b709912a02f /chrome/chrome.gyp | |
parent | 8a14454664eec5886b375a1c7e10c6ca20ad823d (diff) | |
download | chromium_src-29bbaa99f0ff65f96686d47a4c1c85576cfe1a26.zip chromium_src-29bbaa99f0ff65f96686d47a4c1c85576cfe1a26.tar.gz chromium_src-29bbaa99f0ff65f96686d47a4c1c85576cfe1a26.tar.bz2 |
Automation: fix chrome/browser dependency on chrome/test headers.
This change also fixes a duplication of declarations
introduced by Chrome Frame.
Also, this removes AutocompleteEditProxy and its only two callers;
we now have coverage from browser and unit tests which are much
more solid.
BUG=60803
Review URL: http://codereview.chromium.org/7104029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87648 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 22201a8..786ec6d 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -1481,8 +1481,6 @@ '..', ], 'sources': [ - 'test/automation/autocomplete_edit_proxy.cc', - 'test/automation/autocomplete_edit_proxy.h', 'test/automation/automation_handle_tracker.cc', 'test/automation/automation_handle_tracker.h', 'test/automation/automation_json_requests.cc', |