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

Unified Diff: extensions/browser/DEPS

Issue 63933003: Moved ExtensionInfoMap and ExtensionsQuotaService to extensions/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comment fix Created 7 years, 1 month 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/chrome_tests_unit.gypi ('k') | extensions/browser/info_map.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 5adf34521fc5f250062316e0db342eeda4f17045..afab308e55cbd3cdfd2395964f1c170edc93a0f4 100644
--- a/extensions/browser/DEPS
+++ b/extensions/browser/DEPS
@@ -8,6 +8,7 @@ include_rules = [
#
# TODO(jamescook): Remove these. http://crbug.com/162530
"+chrome/browser/chrome_notification_types.h",
+ "+chrome/browser/extensions/extension_function.h",
"+chrome/browser/extensions/extension_host.h",
"+chrome/browser/extensions/extension_process_manager.h",
"+chrome/browser/extensions/extension_service.h",
@@ -15,6 +16,7 @@ include_rules = [
"+chrome/browser/extensions/process_map.h",
"+chrome/common/extensions/extension.h",
"+chrome/common/extensions/extension_messages.h",
+ "+chrome/common/extensions/extension_set.h",
"+grit/generated_resources.h",
]
@@ -24,6 +26,7 @@ specific_include_rules = {
# TODO(jamescook): Remove these. http://crbug.com/159366
"+chrome/browser/extensions/extension_service_unittest.h",
"+chrome/browser/extensions/test_extension_system.h",
+ "+chrome/common/chrome_paths.h",
"+chrome/test/base/testing_profile.h",
]
}
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | extensions/browser/info_map.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698