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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « extensions/browser/lazy_background_task_queue.cc ('k') | extensions/common/file_util.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+net/base/escape.h",
Yoyo Zhou 2013/11/07 23:29:29 I think +net is ok here.
2 "+third_party/re2", 3 "+third_party/re2",
3 4
4 # Temporarily allowed includes as part of the app shell/extensions refactor. 5 # Temporarily allowed includes as part of the app shell/extensions refactor.
5 # 6 #
6 # NOTE: Please do not add includes without talking to the app shell team; 7 # NOTE: Please do not add includes without talking to the app shell team;
7 # see OWNERS for this directory. 8 # see OWNERS for this directory.
8 # 9 #
9 # TODO(benwells): Remove these. http://crbug.com/162530 10 # TODO(benwells): Remove these. http://crbug.com/162530
10 "+chrome/common/extensions/api/generated_schemas.h", 11 "+chrome/common/extensions/api/generated_schemas.h",
11 "+chrome/common/extensions/extension.h", 12 "+chrome/common/extensions/extension.h",
12 "+chrome/common/extensions/permissions/permissions_data.h", 13 "+chrome/common/extensions/permissions/permissions_data.h",
13 "+grit/common_resources.h", 14 "+grit/common_resources.h",
14 "+grit/extensions_api_resources.h" 15 "+grit/extensions_api_resources.h",
16 # TODO(jamescook): Extract extensions-related strings from this file.
17 "+grit/generated_resources.h",
15 ] 18 ]
OLDNEW
« 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