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

Unified Diff: extensions/browser/DEPS

Issue 183893041: Move sockets APIs out of src/chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rename api targets Created 6 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 | « chrome/common/extensions/chrome_extensions_client.cc ('k') | extensions/browser/api/api_resource_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/DEPS
diff --git a/extensions/browser/DEPS b/extensions/browser/DEPS
index f445ff61c9c6af2cf6427aa728e5be966bbf1896..3f59f387a395cb996b04551ff88c288c108c9415 100644
--- a/extensions/browser/DEPS
+++ b/extensions/browser/DEPS
@@ -2,6 +2,7 @@ include_rules = [
"+components/browser_context_keyed_service",
"+components/user_prefs",
"+content/public/browser",
+ "+net",
"+sync",
"+third_party/leveldatabase",
@@ -13,14 +14,17 @@ include_rules = [
# TODO(jamescook): Remove these. http://crbug.com/162530
"+chrome/browser/chrome_notification_types.h",
"+chrome/browser/extensions/api/content_settings/content_settings_store.h",
+ "+chrome/browser/extensions/api/dns/host_resolver_wrapper.h",
"+chrome/browser/extensions/api/preference/preference_api.h",
"+chrome/browser/extensions/api/runtime/runtime_api.h",
"+chrome/browser/extensions/extension_function_dispatcher.h",
"+chrome/browser/extensions/extension_host.h",
"+chrome/browser/extensions/extension_service.h",
"+chrome/browser/renderer_host/chrome_render_message_filter.h",
+ "+chrome/common/extensions/api/sockets/sockets_manifest_data.h",
"+chrome/common/extensions/extension_messages.h",
"+chrome/common/extensions/features/feature_channel.h",
+ "+chrome/common/extensions/permissions",
"+grit/generated_resources.h",
]
« no previous file with comments | « chrome/common/extensions/chrome_extensions_client.cc ('k') | extensions/browser/api/api_resource_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698