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

Side by Side Diff: content/DEPS

Issue 6805019: Move crypto files out of base, to a top level directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Fixes comments by eroman Created 9 years, 8 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/service/service_process_unittest.cc ('k') | content/browser/zygote_main_linux.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Do NOT add chrome to the list below. We shouldn't be including files from 1 # Do NOT add chrome to the list below. We shouldn't be including files from
2 # src/chrome in src/content. 2 # src/chrome in src/content.
3 include_rules = [ 3 include_rules = [
4 "+app", 4 "+app",
5 "+crypto",
5 6
6 # TEMPORARY ONLY WHILE WE REDUCE THE DEPENDENCIES. 7 # TEMPORARY ONLY WHILE WE REDUCE THE DEPENDENCIES.
7 # When the src\content refactoring is complete, this will be unnecessary (and 8 # When the src\content refactoring is complete, this will be unnecessary (and
8 # in fact, a layering violation). 9 # in fact, a layering violation).
9 "+chrome", 10 "+chrome",
10 # The following directories have been refactored, so no new dependencies 11 # The following directories have been refactored, so no new dependencies
11 # should be added from these directories. 12 # should be added from these directories.
12 "-chrome/browser/printing", 13 "-chrome/browser/printing",
13 14
14 # The subdirectories in content/ will manually allow their own include 15 # The subdirectories in content/ will manually allow their own include
(...skipping 17 matching lines...) Expand all
32 "+third_party/gpsd", 33 "+third_party/gpsd",
33 "+third_party/npapi/bindings", 34 "+third_party/npapi/bindings",
34 "+third_party/sqlite", 35 "+third_party/sqlite",
35 # Allow inclusion of WebKit API files. 36 # Allow inclusion of WebKit API files.
36 "+third_party/WebKit/Source/WebKit/chromium", 37 "+third_party/WebKit/Source/WebKit/chromium",
37 38
38 "+ui", 39 "+ui",
39 "+views", 40 "+views",
40 "+webkit", 41 "+webkit",
41 ] 42 ]
OLDNEW
« no previous file with comments | « chrome/service/service_process_unittest.cc ('k') | content/browser/zygote_main_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698