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

Side by Side Diff: content/browser/DEPS

Issue 7711010: Removal of Profile from content part 9 of 9. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missing mock Created 9 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 | « chrome/browser/profiles/profile.h ('k') | content/browser/content_browser_client.h » ('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 "+content/gpu", # For gpu_info_collector.h. Needs to move to common\gpu. 2 "+content/gpu", # For gpu_info_collector.h. Needs to move to common\gpu.
3 3
4 # Listing of the remaining #chrome includes in content\browser. People are 4 # Listing of the remaining #chrome includes in content\browser. People are
5 # actively working on reducing this to 0. 5 # actively working on reducing this to 0.
6 # DO NOT ADD ANY MORE TO THIS LIST!!! 6 # DO NOT ADD ANY MORE TO THIS LIST!!!
7 # See https://sites.google.com/a/chromium.org/dev/developers/content-module 7 # See http://dev.chromium.org/developers/content-module
8 # for more information. 8 # for more information.
9 9
10 # http://crbug.com/76788
11 "+chrome/browser/profiles/profile.h",
12
13 # ONLY USED BY TESTS 10 # ONLY USED BY TESTS
14 "+chrome/browser/ui/browser.h", 11 "+chrome/browser/ui/browser.h",
15 12
16 # DO NOT ADD ANY MORE TO THIS LIST!!! SEE ABOVE COMMENT 13 # DO NOT ADD ANY MORE TO THIS LIST!!! SEE ABOVE COMMENT
17 ] 14 ]
OLDNEW
« no previous file with comments | « chrome/browser/profiles/profile.h ('k') | content/browser/content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698