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

Unified Diff: extensions/DEPS

Issue 224163002: Move core features code to //extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move tests 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/renderer/extensions/chrome_v8_context.cc ('k') | extensions/common/features/api_feature.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/DEPS
diff --git a/extensions/DEPS b/extensions/DEPS
index d8bae4adf8f7a4c3e2e97c84db049c07bfc13dc3..56345eb9fb0a8821b815115b44058c192042e88c 100644
--- a/extensions/DEPS
+++ b/extensions/DEPS
@@ -12,11 +12,7 @@ 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/runtime/runtime_api.h",
- "!chrome/browser/renderer_host/chrome_render_message_filter.h",
"!chrome/common/extensions/features/feature_channel.h",
- "!chrome/common/extensions/api/generated_schemas.h",
"!grit/chromium_strings.h",
"!grit/common_resources.h",
"!grit/extensions_api_resources.h",
@@ -37,10 +33,13 @@ specific_include_rules = {
"+chrome/common/extensions/manifest_tests/extension_manifest_test.h",
"+chrome/test/base/testing_profile.h",
],
+ "(simple|complex)_feature_unittest\.cc|base_feature_provider_unittest\.cc": [
James Cook 2014/04/03 20:28:25 This is fine for now. If more tests need these fea
+ "+chrome/common/extensions/features/chrome_channel_feature_filter.h",
+ "+chrome/common/extensions/features/feature_channel.h",
+ ],
"permissions_data_unittest\.cc": [
"+chrome/common/chrome_version_info.h",
"+chrome/common/extensions/extension_test_util.h",
"+chrome/common/extensions/features/feature_channel.h",
- "+chrome/common/extensions/permissions/socket_permission.h",
Ken Rockot(use gerrit already) 2014/04/03 20:08:38 This file has been moved to //extensions; removing
James Cook 2014/04/03 20:28:25 Excellent.
],
}
« no previous file with comments | « chrome/renderer/extensions/chrome_v8_context.cc ('k') | extensions/common/features/api_feature.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698