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

Side by Side Diff: content/DEPS

Issue 2498733002: Remove some global UI defines (Closed)
Patch Set: Merge Created 4 years, 1 month 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 | « chrome/browser/renderer_preferences_util.cc ('k') | content/child/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. 2 # from src/chrome 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 "+third_party/libjingle", 71 "+third_party/libjingle",
72 "+third_party/mozilla", 72 "+third_party/mozilla",
73 "+third_party/ocmock", 73 "+third_party/ocmock",
74 "+third_party/re2", 74 "+third_party/re2",
75 "+third_party/skia", 75 "+third_party/skia",
76 "+third_party/sqlite", 76 "+third_party/sqlite",
77 "+third_party/khronos", 77 "+third_party/khronos",
78 "+third_party/webrtc", 78 "+third_party/webrtc",
79 "+third_party/webrtc_overrides", 79 "+third_party/webrtc_overrides",
80 "+third_party/zlib/google", 80 "+third_party/zlib/google",
81 "+third_party/WebKit/public/platform", 81 "+third_party/WebKit/public",
82 "+third_party/WebKit/public/web",
83 82
84 "+ui/accelerated_widget_mac", 83 "+ui/accelerated_widget_mac",
85 "+ui/accessibility", 84 "+ui/accessibility",
86 "+ui/android", 85 "+ui/android",
87 # Aura is analogous to Win32 or a Gtk, so it is allowed. 86 # Aura is analogous to Win32 or a Gtk, so it is allowed.
88 "+ui/aura", 87 "+ui/aura",
89 "+ui/base", 88 "+ui/base",
90 "+ui/compositor", 89 "+ui/compositor",
91 "+ui/display", 90 "+ui/display",
92 "+ui/events", 91 "+ui/events",
(...skipping 30 matching lines...) Expand all
123 "+jni", 122 "+jni",
124 ] 123 ]
125 124
126 # content -> content/shell dependency is not allowed, except for browser tests. 125 # content -> content/shell dependency is not allowed, except for browser tests.
127 specific_include_rules = { 126 specific_include_rules = {
128 ".*_browsertest[a-z_]*\.(cc|h)": [ 127 ".*_browsertest[a-z_]*\.(cc|h)": [
129 "+content/shell/browser", 128 "+content/shell/browser",
130 "+content/shell/common", 129 "+content/shell/common",
131 ], 130 ],
132 } 131 }
OLDNEW
« no previous file with comments | « chrome/browser/renderer_preferences_util.cc ('k') | content/child/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698