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

Side by Side Diff: content/DEPS

Issue 1350023003: Add a Mojo EDK for Chrome that uses one OS pipe per message pipe. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: some review comments Created 5 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
OLDNEW
1 # Do NOT add chrome to the list below. We shouldn't be including files 1 # Do NOT add chrome to the list below. We shouldn't be including files
2 # from src/chrome in src/content. Also, we may only depend on files in 2 # from src/chrome in src/content. Also, we may only depend on files in
3 # src/components that are shared with the mojo html_viewer. 3 # src/components that are shared with the mojo html_viewer.
4 include_rules = [ 4 include_rules = [
5 # The subdirectories in content/ will manually allow their own include 5 # The subdirectories in content/ will manually allow their own include
6 # directories in content/ so we disallow all of them. 6 # directories in content/ so we disallow all of them.
7 "-content", 7 "-content",
8 "+content/app/resources/grit/content_resources.h", 8 "+content/app/resources/grit/content_resources.h",
9 "+content/common", 9 "+content/common",
10 "+content/grit", 10 "+content/grit",
(...skipping 16 matching lines...) Expand all
27 "-cc/base/scoped_ptr_deque.h", 27 "-cc/base/scoped_ptr_deque.h",
28 "-cc/base/scoped_ptr_vector.h", 28 "-cc/base/scoped_ptr_vector.h",
29 29
30 "+crypto", 30 "+crypto",
31 "+grit/blink_resources.h", 31 "+grit/blink_resources.h",
32 "+grit/content_strings.h", 32 "+grit/content_strings.h",
33 33
34 "+dbus", 34 "+dbus",
35 "+gpu", 35 "+gpu",
36 "+mojo/common", 36 "+mojo/common",
37 "+mojo/edk/embedder",
38 "+mojo/edk/js",
39 "+mojo/edk/test",
37 "+mojo/message_pump", 40 "+mojo/message_pump",
38 "+net", 41 "+net",
39 "+ppapi", 42 "+ppapi",
40 "+printing", 43 "+printing",
41 "+sandbox", 44 "+sandbox",
42 "+skia", 45 "+skia",
43 46
44 # In general, content/ should not rely on google_apis, since URLs 47 # In general, content/ should not rely on google_apis, since URLs
45 # and access tokens should usually be provided by the 48 # and access tokens should usually be provided by the
46 # embedder. 49 # embedder.
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 # line, since the top level DEPS doesn't allow it, we add it to make this 114 # line, since the top level DEPS doesn't allow it, we add it to make this
112 # explicit. 115 # explicit.
113 "-ui/views", 116 "-ui/views",
114 117
115 "+storage/browser", 118 "+storage/browser",
116 "+storage/common", 119 "+storage/common",
117 120
118 # For generated JNI includes. 121 # For generated JNI includes.
119 "+jni", 122 "+jni",
120 ] 123 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698