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

Unified Diff: extensions/common/DEPS

Issue 65123002: Move chrome/common/extensions/background_info.h to src/extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix ios, browser_tests 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 | « extensions/browser/lazy_background_task_queue.cc ('k') | extensions/common/file_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/DEPS
diff --git a/extensions/common/DEPS b/extensions/common/DEPS
index 37ad7de5982bb0f6863e4b2c489f815dcb8af359..bc740cc43434dc9e55312ea78c5b590b1ce6ed6d 100644
--- a/extensions/common/DEPS
+++ b/extensions/common/DEPS
@@ -1,4 +1,5 @@
include_rules = [
+ "+net/base/escape.h",
Yoyo Zhou 2013/11/07 23:29:29 I think +net is ok here.
"+third_party/re2",
# Temporarily allowed includes as part of the app shell/extensions refactor.
@@ -11,5 +12,7 @@ include_rules = [
"+chrome/common/extensions/extension.h",
"+chrome/common/extensions/permissions/permissions_data.h",
"+grit/common_resources.h",
- "+grit/extensions_api_resources.h"
+ "+grit/extensions_api_resources.h",
+ # TODO(jamescook): Extract extensions-related strings from this file.
+ "+grit/generated_resources.h",
]
« no previous file with comments | « extensions/browser/lazy_background_task_queue.cc ('k') | extensions/common/file_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698