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

Side by Side Diff: content/renderer/DEPS

Issue 6878002: Move renderer_main and renderer_glue to content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' 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 | « content/content_renderer.gypi ('k') | content/renderer/renderer_glue.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 include_rules = [ 1 include_rules = [
2 # The following directories have been refactored, so no new dependencies 2 # The following directories have been refactored, so no new dependencies
3 # should be added from these directories. 3 # should be added from these directories.
4 "-chrome/renderer/autofill", 4 "-chrome/renderer/autofill",
5 "-chrome/renderer/extensions", 5 "-chrome/renderer/extensions",
6 "-chrome/renderer/safe_browsing", 6 "-chrome/renderer/safe_browsing",
7 "-chrome/renderer/spellchecker", 7 "-chrome/renderer/spellchecker",
8 8
9 "+content/plugin", # For shared npruntime proxying code. 9 "+content/plugin", # For shared npruntime proxying code.
10 "+third_party/mach_override",
10 "+third_party/tcmalloc", 11 "+third_party/tcmalloc",
11 "+v8/include", 12 "+v8/include",
12 ] 13 ]
OLDNEW
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/renderer_glue.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698