Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(544)

Unified Diff: chrome/browser/browser.vcproj

Issue 42680: Add more of the server-side plumbing for extension APIs. Also (Closed)
Patch Set: Introduce SyncExtensionFunction Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/json_reader.h ('k') | chrome/browser/extensions/extension_api_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser.vcproj
diff --git a/chrome/browser/browser.vcproj b/chrome/browser/browser.vcproj
index ff76afb84401b21a1dfaa3c42e3c1fb93d136855..63934d70b5b8eaf9f5e3aa5f78033e3186408747 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>
« no previous file with comments | « base/json_reader.h ('k') | chrome/browser/extensions/extension_api_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698