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

Side by Side Diff: content/DEPS

Issue 1860753002: Remove third_party/npapi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_03_content_child_npapi
Patch Set: messed up previous upload Created 4 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
« no previous file with comments | « build/all.gyp ('k') | content/browser/BUILD.gn » ('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 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 third-party code: 58 # Allow inclusion of third-party code:
59 "+third_party/angle", 59 "+third_party/angle",
60 "+third_party/flac", 60 "+third_party/flac",
61 "+third_party/libjingle", 61 "+third_party/libjingle",
62 "+third_party/mozilla", 62 "+third_party/mozilla",
63 "+third_party/npapi/bindings",
64 "+third_party/ocmock", 63 "+third_party/ocmock",
65 "+third_party/re2", 64 "+third_party/re2",
66 "+third_party/skia", 65 "+third_party/skia",
67 "+third_party/sqlite", 66 "+third_party/sqlite",
68 "+third_party/khronos", 67 "+third_party/khronos",
69 "+third_party/webrtc", 68 "+third_party/webrtc",
70 "+third_party/zlib/google", 69 "+third_party/zlib/google",
71 "+third_party/WebKit/public/platform", 70 "+third_party/WebKit/public/platform",
72 "+third_party/WebKit/public/web", 71 "+third_party/WebKit/public/web",
73 72
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 ] 113 ]
115 114
116 # content -> content/shell dependency is not allowed, except for browser tests. 115 # content -> content/shell dependency is not allowed, except for browser tests.
117 specific_include_rules = { 116 specific_include_rules = {
118 ".*_browsertest[a-z_]*\.cc": [ 117 ".*_browsertest[a-z_]*\.cc": [
119 "+content/shell/browser", 118 "+content/shell/browser",
120 "+content/shell/common", 119 "+content/shell/common",
121 ], 120 ],
122 } 121 }
123 122
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698