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

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: 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+base", 2 "+base",
3 "+content/public/common",
4 "+content/public/test",
5 "+crypto",
3 "+googleurl", 6 "+googleurl",
4 "+testing" 7 "+testing",
8 "+ui"
5 ] 9 ]
10
11 # Temporary rules for what we are allowed to include.
12 specific_include_rules = {
13 ".*test\.cc": [
Jeffrey Yasskin 2013/03/22 20:26:50 Shouldn't content/public/test live down here?
Yoyo Zhou 2013/03/22 21:33:32 I suppose it could, but I'll strike Temporary from
14 # For chrome::TEST_DATA_DIR; test data should be migrated to src/extensions.
15 "+chrome/common/chrome_paths.h"
16 ]
17 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698