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

Side by Side Diff: extensions/DEPS

Issue 12578008: Move CrxFile, FileReader, ExtensionResource to src/extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 9 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 | « chrome/common/extensions/unpacker.cc ('k') | extensions/browser/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 "+base", 2 "+base",
3 "+content/public/common",
4 "+crypto",
3 "+googleurl", 5 "+googleurl",
4 "+testing" 6 "+testing",
7 "+ui"
5 ] 8 ]
9
10 # More specific rules for what we are allowed to include.
11 specific_include_rules = {
12 ".*test\.cc": [
13 # For chrome::TEST_DATA_DIR; test data should be migrated to src/extensions.
14 "+chrome/common/chrome_paths.h",
15 "+content/public/test",
16 ]
17 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/unpacker.cc ('k') | extensions/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698