diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-28 19:56:51 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-28 19:56:51 +0000 |
commit | 703e807a70e50e32b3c4821c84c23bde69f73272 (patch) | |
tree | 615d9f7d150e5ec51821a892eecc8ebdb269b447 /chrome/browser/browser.vcproj | |
parent | a137bdac37451b1b218cf4c43a798aa3abd4c875 (diff) | |
download | chromium_src-703e807a70e50e32b3c4821c84c23bde69f73272.zip chromium_src-703e807a70e50e32b3c4821c84c23bde69f73272.tar.gz chromium_src-703e807a70e50e32b3c4821c84c23bde69f73272.tar.bz2 |
Add more of the server-side plumbing for extension APIs. Also
added getTabsForWindow() to drive it.
Review URL: http://codereview.chromium.org/42680
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12744 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser.vcproj')
-rw-r--r-- | chrome/browser/browser.vcproj | 28 |
1 files changed, 22 insertions, 6 deletions
diff --git a/chrome/browser/browser.vcproj b/chrome/browser/browser.vcproj index ff76afb..63934d7 100644 --- a/chrome/browser/browser.vcproj +++ b/chrome/browser/browser.vcproj @@ -822,11 +822,11 @@ > </File> <File - RelativePath=".\automation\automation_provider_list_generic.cc" + RelativePath=".\automation\automation_provider_list.h" > </File> <File - RelativePath=".\automation\automation_provider_list.h" + RelativePath=".\automation\automation_provider_list_generic.cc" > </File> <File @@ -1906,19 +1906,27 @@ > </File> <File - RelativePath=".\extensions\extension_api_handler.cc" + RelativePath=".\extensions\extension_error_reporter.cc" > </File> <File - RelativePath=".\extensions\extension_api_handler.h" + RelativePath=".\extensions\extension_error_reporter.h" > </File> <File - RelativePath=".\extensions\extension_error_reporter.cc" + RelativePath=".\extensions\extension_function.cc" > </File> <File - RelativePath=".\extensions\extension_error_reporter.h" + RelativePath=".\extensions\extension_function.h" + > + </File> + <File + RelativePath=".\extensions\extension_function_dispatcher.cc" + > + </File> + <File + RelativePath=".\extensions\extension_function_dispatcher.h" > </File> <File @@ -1938,6 +1946,14 @@ > </File> <File + RelativePath=".\extensions\extension_tabs_module.cc" + > + </File> + <File + RelativePath=".\extensions\extension_tabs_module.h" + > + </File> + <File RelativePath=".\extensions\extension_view.cc" > </File> |