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

Side by Side Diff: content/DEPS

Issue 1825723002: Move ScreenWin to ui/display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added is_chromeos guard 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 | « no previous file | content/browser/BUILD.gn » ('j') | testing/buildbot/chromium.fyi.json » ('J')
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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 "+third_party/WebKit/public/platform", 71 "+third_party/WebKit/public/platform",
72 "+third_party/WebKit/public/web", 72 "+third_party/WebKit/public/web",
73 73
74 "+ui/accelerated_widget_mac", 74 "+ui/accelerated_widget_mac",
75 "+ui/accessibility", 75 "+ui/accessibility",
76 "+ui/android", 76 "+ui/android",
77 # Aura is analogous to Win32 or a Gtk, so it is allowed. 77 # Aura is analogous to Win32 or a Gtk, so it is allowed.
78 "+ui/aura", 78 "+ui/aura",
79 "+ui/base", 79 "+ui/base",
80 "+ui/compositor", 80 "+ui/compositor",
81 "+ui/display",
81 "+ui/events", 82 "+ui/events",
82 "+ui/gfx", 83 "+ui/gfx",
83 "+ui/gl", 84 "+ui/gl",
84 "+ui/native_theme", 85 "+ui/native_theme",
85 "+ui/ozone/public", 86 "+ui/ozone/public",
86 "+ui/resources/grit/ui_resources.h", 87 "+ui/resources/grit/ui_resources.h",
87 "+ui/resources/grit/webui_resources.h", 88 "+ui/resources/grit/webui_resources.h",
88 "+ui/resources/grit/webui_resources_map.h", 89 "+ui/resources/grit/webui_resources_map.h",
89 "+ui/shell_dialogs", 90 "+ui/shell_dialogs",
90 "+ui/snapshot", 91 "+ui/snapshot",
(...skipping 22 matching lines...) Expand all
113 ] 114 ]
114 115
115 # content -> content/shell dependency is not allowed, except for browser tests. 116 # content -> content/shell dependency is not allowed, except for browser tests.
116 specific_include_rules = { 117 specific_include_rules = {
117 ".*_browsertest[a-z_]*\.cc": [ 118 ".*_browsertest[a-z_]*\.cc": [
118 "+content/shell/browser", 119 "+content/shell/browser",
119 "+content/shell/common", 120 "+content/shell/common",
120 ], 121 ],
121 } 122 }
122 123
OLDNEW
« no previous file with comments | « no previous file | content/browser/BUILD.gn » ('j') | testing/buildbot/chromium.fyi.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698