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

Side by Side Diff: content/DEPS

Issue 10916160: Upstreaming SelectFileDialog for Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« no previous file with comments | « chrome/chrome.gyp ('k') | content/app/android/library_loader_hooks.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 # Do NOT add chrome to the list below. We shouldn't be including files from 1 # Do NOT add chrome to the list below. We shouldn't be including files from
2 # src/chrome in src/content. 2 # src/chrome in src/content.
3 include_rules = [ 3 include_rules = [
4 "+crypto", 4 "+crypto",
5 5
6 # The subdirectories in content/ will manually allow their own include 6 # The subdirectories in content/ will manually allow their own include
7 # directories in content/ so we disallow all of them. 7 # directories in content/ so we disallow all of them.
8 "-content", 8 "-content",
9 "+content/common", 9 "+content/common",
10 "+content/public/common", 10 "+content/public/common",
(...skipping 28 matching lines...) Expand all
39 "+third_party/mozilla", 39 "+third_party/mozilla",
40 "+third_party/npapi/bindings", 40 "+third_party/npapi/bindings",
41 "+third_party/skia", 41 "+third_party/skia",
42 "+third_party/sqlite", 42 "+third_party/sqlite",
43 "+third_party/tcmalloc", 43 "+third_party/tcmalloc",
44 "+third_party/khronos", 44 "+third_party/khronos",
45 "+third_party/webrtc", 45 "+third_party/webrtc",
46 "+third_party/WebKit/Source/Platform/chromium", 46 "+third_party/WebKit/Source/Platform/chromium",
47 "+third_party/WebKit/Source/WebKit/chromium", 47 "+third_party/WebKit/Source/WebKit/chromium",
48 48
49 "+ui/android",
49 # Aura is analogous to Win32 or a Gtk, so it is allowed. 50 # Aura is analogous to Win32 or a Gtk, so it is allowed.
50 "+ui/aura", 51 "+ui/aura",
51 "+ui/base", 52 "+ui/base",
52 "+ui/compositor", 53 "+ui/compositor",
53 "+ui/gfx", 54 "+ui/gfx",
54 "+ui/gl", 55 "+ui/gl",
55 "+ui/surface", 56 "+ui/surface",
56 # Content knows about grd files, but the specifics of how to get a resource 57 # Content knows about grd files, but the specifics of how to get a resource
57 # given its id is left to the embedder. 58 # given its id is left to the embedder.
58 "-ui/base/l10n", 59 "-ui/base/l10n",
59 "-ui/base/resource", 60 "-ui/base/resource",
60 # This file isn't related to grd, so it's fine. 61 # This file isn't related to grd, so it's fine.
61 "+ui/base/l10n/l10n_util_win.h", 62 "+ui/base/l10n/l10n_util_win.h",
62 63
63 # Content shouldn't depend on views. While we technically don't need this 64 # Content shouldn't depend on views. While we technically don't need this
64 # line, since the top level DEPS doesn't allow it, we add it to make this 65 # line, since the top level DEPS doesn't allow it, we add it to make this
65 # explicit. 66 # explicit.
66 "-views", 67 "-views",
67 68
68 # Aura Shell consumes views, so it too is banned. 69 # Aura Shell consumes views, so it too is banned.
69 "-ui/aura_shell", 70 "-ui/aura_shell",
70 71
71 "+webkit", 72 "+webkit",
72 73
73 # For generated JNI includes 74 # For generated JNI includes
74 "+jni", 75 "+jni",
75 ] 76 ]
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | content/app/android/library_loader_hooks.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698