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

Side by Side Diff: content/common/DEPS

Issue 1777503003: More strict restrictions for content -> content/shell dependencies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added a pointer to the "swapped out" bug. Created 4 years, 9 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 | « content/DEPS ('k') | no next file » | 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 "+media/audio", 2 "+media/audio",
3 "+media/base", 3 "+media/base",
4 "-storage/browser", 4 "-storage/browser",
5 5
6 # No inclusion of WebKit from the browser, other than strictly enum/POD, 6 # No inclusion of WebKit from the browser, other than strictly enum/POD,
7 # header-only types, and some selected common code. 7 # header-only types, and some selected common code.
8 "-third_party/WebKit", 8 "-third_party/WebKit",
9 "+third_party/WebKit/public/platform/WebCircularGeofencingRegion.h", 9 "+third_party/WebKit/public/platform/WebCircularGeofencingRegion.h",
10 "+third_party/WebKit/public/platform/WebCString.h", 10 "+third_party/WebKit/public/platform/WebCString.h",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h", 59 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h",
60 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h", 60 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h",
61 "+third_party/WebKit/public/web/WebTextDirection.h", 61 "+third_party/WebKit/public/web/WebTextDirection.h",
62 "+third_party/WebKit/public/web/WebTreeScopeType.h", 62 "+third_party/WebKit/public/web/WebTreeScopeType.h",
63 "+third_party/WebKit/public/web/WebWindowFeatures.h", 63 "+third_party/WebKit/public/web/WebWindowFeatures.h",
64 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", 64 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h",
65 "+third_party/WebKit/public/web/win/WebFontRendering.h" 65 "+third_party/WebKit/public/web/win/WebFontRendering.h"
66 ] 66 ]
67 67
68 specific_include_rules = { 68 specific_include_rules = {
69 # Java bridge code passes NPAPI types to the browser process. Crazy! 69 # Java bridge code passes NPAPI types to the browser process. Crazy!
70 "java_bridge_messages\.h": [ 70 "java_bridge_messages\.h": [
jochen (gone - plz use gerrit) 2016/03/09 14:57:19 that file doesn't exist anymore, right?
Łukasz Anforowicz 2016/03/09 21:47:42 Done - removed. buildtools/checkdeps/checkdeps.py
71 "+content/child" 71 "+content/child"
72 ],
73
74 # TODO(nasko): https://crbug.com/357747: Should remove swapped out altogether.
jochen (gone - plz use gerrit) 2016/03/09 14:57:19 the CL that introduced this fixes a single layout
Łukasz Anforowicz 2016/03/09 21:47:42 I'd rather leave this here - currently (now that w
Łukasz Anforowicz 2016/03/22 17:29:31 Done - it turns out that there already is a public
75 "swapped_out_messages\.cc": [
76 "+content/shell/common/shell_messages.h"
72 ] 77 ]
73 } 78 }
OLDNEW
« no previous file with comments | « content/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698