summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authormattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-17 18:29:43 +0000
committermattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-17 18:29:43 +0000
commit57d8663235c088b31aac1cedb0a7e46b24d8ef5c (patch)
tree379cd3cb46978d65ce0123245851e473fa570bed /chrome/chrome.gyp
parent95c1aac9bbd395e30fb4003d947f3f61089d6312 (diff)
downloadchromium_src-57d8663235c088b31aac1cedb0a7e46b24d8ef5c.zip
chromium_src-57d8663235c088b31aac1cedb0a7e46b24d8ef5c.tar.gz
chromium_src-57d8663235c088b31aac1cedb0a7e46b24d8ef5c.tar.bz2
Refactor platform-independent stuff out of EditKeywordController.
Preparation for adding GTK implementation. BUG=13326 TEST=Edit existing search engine, add new search engine, add engine by clicking on OpenSearch description file. Review URL: http://codereview.chromium.org/125161 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18636 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r--chrome/chrome.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 57fb385..51b9118 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -1309,6 +1309,8 @@
'browser/safe_browsing/safe_browsing_util.h',
'browser/sandbox_policy.cc',
'browser/sandbox_policy.h',
+ 'browser/search_engines/edit_keyword_controller_base.cc',
+ 'browser/search_engines/edit_keyword_controller_base.h',
'browser/search_engines/template_url.cc',
'browser/search_engines/template_url.h',
'browser/search_engines/template_url_fetcher.cc',