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

Side by Side Diff: content/browser/DEPS

Issue 7800004: Move more files to content_unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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 "+content/gpu", # For gpu_info_collector.h and in-process GPU 2 "+content/gpu", # For gpu_info_collector.h and in-process GPU
3 3
4 # DO NOT ADD ANY CHROME INCLUDES HERE!!! 4 # DO NOT ADD ANY CHROME INCLUDES HERE!!!
5 # See https://sites.google.com/a/chromium.org/dev/developers/content-module 5 # See https://sites.google.com/a/chromium.org/dev/developers/content-module
6 # for more information. 6 # for more information.
7 7
8 # Content shouldn't depend on views. This rule is now in content\browser, 8 # Content shouldn't depend on views. This rule is now in content\browser,
9 # instead of content, because there's one file in content\common that depends 9 # instead of content, because there's one file in content\common that depends
10 # on views. When it's moved back to chrome, move this rule up. 10 # on views. When it's moved back to chrome, move this rule up.
11 "-views", 11 "-views",
12 12
13 # ONLY USED BY TESTS 13 # ONLY USED BY TESTS
14 "+chrome/browser/browser_process.h",
15 "+chrome/browser/ui/browser.h", 14 "+chrome/browser/ui/browser.h",
16 ] 15 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698