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

Unified Diff: extensions/DEPS

Issue 15239002: Move Extension and PermissionsData to extensions/common. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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/utility/extensions/unpacker_unittest.cc ('k') | extensions/browser/DEPS » ('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 2b0dd515d4cc23f2119d58a4d6d622969637a415..f286a2e6096979b7ff34586b7b2cb45a2724f1f6 100644
--- a/extensions/DEPS
+++ b/extensions/DEPS
@@ -17,4 +17,10 @@ specific_include_rules = {
"^manifest_permission_set_unittest\.cc$": [
"+chrome/common/extensions/extension_messages.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",
+ ],
}
« no previous file with comments | « chrome/utility/extensions/unpacker_unittest.cc ('k') | extensions/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698