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

Side by Side Diff: extensions/DEPS

Issue 474633005: Componentize component_updater: Split crx_file code off into its own component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove shared library export Created 6 years, 4 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 | « components/crx_file/crx_file.cc ('k') | extensions/common/BUILD.gn » ('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/crx_file",
3 "+components/url_matcher", 4 "+components/url_matcher",
4 "-content", 5 "-content",
5 "+content/public/common", 6 "+content/public/common",
6 "+content/public/test", 7 "+content/public/test",
7 "+crypto", 8 "+crypto",
8 "+grit/content_resources.h", 9 "+grit/content_resources.h",
9 "+grit/extensions_renderer_resources.h", 10 "+grit/extensions_renderer_resources.h",
10 "+grit/extensions_resources.h", 11 "+grit/extensions_resources.h",
11 "+mojo/public", 12 "+mojo/public",
12 "+testing", 13 "+testing",
(...skipping 29 matching lines...) Expand all
42 ], 43 ],
43 "(simple|complex)_feature_unittest\.cc|base_feature_provider_unittest\.cc": [ 44 "(simple|complex)_feature_unittest\.cc|base_feature_provider_unittest\.cc": [
44 "+chrome/common/extensions/features/chrome_channel_feature_filter.h", 45 "+chrome/common/extensions/features/chrome_channel_feature_filter.h",
45 ], 46 ],
46 "permissions_data_unittest\.cc": [ 47 "permissions_data_unittest\.cc": [
47 "+chrome/common/chrome_version_info.h", 48 "+chrome/common/chrome_version_info.h",
48 "+chrome/common/extensions/extension_test_util.h", 49 "+chrome/common/extensions/extension_test_util.h",
49 "+chrome/common/extensions/features/feature_channel.h", 50 "+chrome/common/extensions/features/feature_channel.h",
50 ], 51 ],
51 } 52 }
OLDNEW
« no previous file with comments | « components/crx_file/crx_file.cc ('k') | extensions/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698