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

Side by Side Diff: content/DEPS

Issue 1077273002: html_viewer: Move webcrypto to a place where html_viewer can use it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Copy the msvs_disabled_warnings to the new target. Created 5 years, 8 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 or components to the list below. We shouldn't be 1 # Do NOT add chrome or components to the list below. We shouldn't be
2 # including files from src/chrome or src/components in src/content. 2 # including files from src/chrome or src/components in src/content.
3 include_rules = [ 3 include_rules = [
4 # The subdirectories in content/ will manually allow their own include 4 # The subdirectories in content/ will manually allow their own include
5 # directories in content/ so we disallow all of them. 5 # directories in content/ so we disallow all of them.
6 "-content", 6 "-content",
7 "+content/app/resources/grit/content_resources.h", 7 "+content/app/resources/grit/content_resources.h",
8 "+content/common", 8 "+content/common",
9 "+content/grit", 9 "+content/grit",
10 "+content/public/common", 10 "+content/public/common",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 # content/browser/geolocation/DEPS. Both of these are cases of 48 # content/browser/geolocation/DEPS. Both of these are cases of
49 # implementations that are strongly tied to Google servers, i.e. we 49 # implementations that are strongly tied to Google servers, i.e. we
50 # don't expect alternate implementations to be provided by the 50 # don't expect alternate implementations to be provided by the
51 # embedder. 51 # embedder.
52 "-google_apis", 52 "-google_apis",
53 53
54 # Don't allow inclusion of these other libs we shouldn't be calling directly. 54 # Don't allow inclusion of these other libs we shouldn't be calling directly.
55 "-v8", 55 "-v8",
56 "-tools", 56 "-tools",
57 57
58 # Allow inclusion of specific components that we depend on.
jam 2015/04/14 14:47:12 we need a comment saying that content can only dep
59 "+components/webcrypto",
jam 2015/04/14 14:47:12 since only content/child depends on this, better t
60
58 # Allow inclusion of third-party code: 61 # Allow inclusion of third-party code:
59 "+third_party/angle", 62 "+third_party/angle",
60 "+third_party/flac", 63 "+third_party/flac",
61 "+third_party/libjingle", 64 "+third_party/libjingle",
62 "+third_party/mojo/src/mojo/edk/embedder", 65 "+third_party/mojo/src/mojo/edk/embedder",
63 "+third_party/mojo/src/mojo/edk/js", 66 "+third_party/mojo/src/mojo/edk/js",
64 "+third_party/mojo/src/mojo/edk/test", 67 "+third_party/mojo/src/mojo/edk/test",
65 "+third_party/mojo/src/mojo/public", 68 "+third_party/mojo/src/mojo/public",
66 "+third_party/mozilla", 69 "+third_party/mozilla",
67 "+third_party/npapi/bindings", 70 "+third_party/npapi/bindings",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 # explicit. 113 # explicit.
111 "-ui/views", 114 "-ui/views",
112 115
113 "+storage/browser", 116 "+storage/browser",
114 "+storage/common", 117 "+storage/common",
115 "+webkit", 118 "+webkit",
116 119
117 # For generated JNI includes. 120 # For generated JNI includes.
118 "+jni", 121 "+jni",
119 ] 122 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698