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

Side by Side Diff: chrome/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 | « chrome/DEPS ('k') | content/DEPS » ('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 "+chrome/app", 2 "+chrome/app",
3 "+chrome/app/locales", 3 "+chrome/app/locales",
4 "+chrome/installer", 4 "+chrome/installer",
5 "+chrome/personalization", 5 "+chrome/personalization",
6 "+chrome/profile_import", 6 "+chrome/profile_import",
7 "+chrome/tools/profiles", # For history unit tests. 7 "+chrome/tools/profiles", # For history unit tests.
8 "+chrome/views", 8 "+chrome/views",
9 "+content/browser", 9 "+content/browser",
10 "+content/plugin/plugin_interpose_util_mac.h", 10 "+content/plugin/plugin_interpose_util_mac.h",
11 "+content/public/browser",
11 "+grit", # For generated headers 12 "+grit", # For generated headers
12 "+media/audio", # For audio input for speech input feature. 13 "+media/audio", # For audio input for speech input feature.
13 "+policy", # For generated headers and source 14 "+policy", # For generated headers and source
14 "+ppapi/c", # For various types. 15 "+ppapi/c", # For various types.
15 "+ppapi/proxy", 16 "+ppapi/proxy",
16 "+rlz", 17 "+rlz",
17 "+sandbox/linux", 18 "+sandbox/linux",
18 "+sandbox/src", # The path doesn't say it, but this is the Windows sandbox. 19 "+sandbox/src", # The path doesn't say it, but this is the Windows sandbox.
19 "+skia/ext", 20 "+skia/ext",
20 "+skia/include", 21 "+skia/include",
(...skipping 18 matching lines...) Expand all
39 "+third_party/libjingle", 40 "+third_party/libjingle",
40 "+third_party/protobuf/src/google/protobuf", 41 "+third_party/protobuf/src/google/protobuf",
41 "+third_party/sqlite", 42 "+third_party/sqlite",
42 "+third_party/undoview", 43 "+third_party/undoview",
43 "+v8/include", # Browser uses V8 to get the version and run the debugger. 44 "+v8/include", # Browser uses V8 to get the version and run the debugger.
44 45
45 # FIXME: these should probably not be here, we need to find a better 46 # FIXME: these should probably not be here, we need to find a better
46 # structure for these includes. 47 # structure for these includes.
47 "+chrome/renderer", 48 "+chrome/renderer",
48 ] 49 ]
OLDNEW
« no previous file with comments | « chrome/DEPS ('k') | content/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698