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

Side by Side Diff: extensions/DEPS

Issue 412713002: Move apps/shell to extensions/shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 40% Created 6 years, 5 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « build/all.gyp ('k') | extensions/renderer/DEPS » ('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 # Do not add Chrome dependencies. Much work went into removing them. 2 # Do not add Chrome dependencies. Much work went into removing them.
3 "+components/url_matcher", 3 "+components/url_matcher",
4 "-content",
4 "+content/public/common", 5 "+content/public/common",
5 "+content/public/test", 6 "+content/public/test",
6 "+crypto", 7 "+crypto",
7 "+grit/extensions_renderer_resources.h", 8 "+grit/extensions_renderer_resources.h",
8 "+grit/extensions_resources.h", 9 "+grit/extensions_resources.h",
9 "+testing", 10 "+testing",
10 "+ui", 11 "+ui",
11 12
12 # Temporarily allowed includes as part of the app shell/extensions refactor. 13 # Temporarily allowed includes as part of the app shell/extensions refactor.
13 # 14 #
(...skipping 30 matching lines...) Expand all
44 ], 45 ],
45 "(simple|complex)_feature_unittest\.cc|base_feature_provider_unittest\.cc": [ 46 "(simple|complex)_feature_unittest\.cc|base_feature_provider_unittest\.cc": [
46 "+chrome/common/extensions/features/chrome_channel_feature_filter.h", 47 "+chrome/common/extensions/features/chrome_channel_feature_filter.h",
47 ], 48 ],
48 "permissions_data_unittest\.cc": [ 49 "permissions_data_unittest\.cc": [
49 "+chrome/common/chrome_version_info.h", 50 "+chrome/common/chrome_version_info.h",
50 "+chrome/common/extensions/extension_test_util.h", 51 "+chrome/common/extensions/extension_test_util.h",
51 "+chrome/common/extensions/features/feature_channel.h", 52 "+chrome/common/extensions/features/feature_channel.h",
52 ], 53 ],
53 } 54 }
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | extensions/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698