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

Side by Side Diff: content/browser/DEPS

Issue 8316004: Update DEPS so that only browser directories can access content public API for browser. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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/DEPS ('k') | no next file » | 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 and in-process GPU 2 "+content/gpu", # For gpu_info_collector.h and in-process GPU
3 "+content/public/browser",
3 4
4 # Other libraries. 5 # Other libraries.
5 "+third_party/iaccessible2", 6 "+third_party/iaccessible2",
6 "+third_party/isimpledom", 7 "+third_party/isimpledom",
7 8
8 # DO NOT ADD ANY CHROME INCLUDES HERE!!! 9 # DO NOT ADD ANY CHROME INCLUDES HERE!!!
9 # See https://sites.google.com/a/chromium.org/dev/developers/content-module 10 # See https://sites.google.com/a/chromium.org/dev/developers/content-module
10 # for more information. 11 # for more information.
11 12
12 # ONLY USED BY TESTS 13 # ONLY USED BY TESTS
13 "+chrome/browser/ui/browser.h", 14 "+chrome/browser/ui/browser.h",
14 ] 15 ]
OLDNEW
« no previous file with comments | « content/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698