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

Side by Side Diff: content/DEPS

Issue 379233005: ozone: Move public files to ui/ozone/public & update public DEPS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/chromeos/login/chrome_restart_request.cc ('k') | content/browser/DEPS » ('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 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/common", 7 "+content/common",
8 "+content/public/common", 8 "+content/public/common",
9 "+content/public/test", 9 "+content/public/test",
10 "+content/shell", # for content_browsertests 10 "+content/shell", # for content_browsertests
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 "+ui/accessibility", 79 "+ui/accessibility",
80 "+ui/android", 80 "+ui/android",
81 # Aura is analogous to Win32 or a Gtk, so it is allowed. 81 # Aura is analogous to Win32 or a Gtk, so it is allowed.
82 "+ui/aura", 82 "+ui/aura",
83 "+ui/base", 83 "+ui/base",
84 "+ui/compositor", 84 "+ui/compositor",
85 "+ui/events", 85 "+ui/events",
86 "+ui/gfx", 86 "+ui/gfx",
87 "+ui/gl", 87 "+ui/gl",
88 "+ui/native_theme", 88 "+ui/native_theme",
89 "+ui/ozone", 89 "+ui/ozone/public",
90 "+ui/shell_dialogs", 90 "+ui/shell_dialogs",
91 "+ui/snapshot", 91 "+ui/snapshot",
92 "+ui/surface", 92 "+ui/surface",
93 "+ui/wm", 93 "+ui/wm",
94 # Content knows about grd files, but the specifics of how to get a resource 94 # Content knows about grd files, but the specifics of how to get a resource
95 # given its id is left to the embedder. 95 # given its id is left to the embedder.
96 "-ui/base/l10n", 96 "-ui/base/l10n",
97 "-ui/base/resource", 97 "-ui/base/resource",
98 # This file isn't related to grd, so it's fine. 98 # This file isn't related to grd, so it's fine.
99 "+ui/base/l10n/l10n_util_win.h", 99 "+ui/base/l10n/l10n_util_win.h",
100 100
101 # Content shouldn't depend on views. While we technically don't need this 101 # Content shouldn't depend on views. While we technically don't need this
102 # line, since the top level DEPS doesn't allow it, we add it to make this 102 # line, since the top level DEPS doesn't allow it, we add it to make this
103 # explicit. 103 # explicit.
104 "-ui/views", 104 "-ui/views",
105 105
106 "+webkit", 106 "+webkit",
107 107
108 # For generated JNI includes. 108 # For generated JNI includes.
109 "+jni", 109 "+jni",
110 ] 110 ]
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/login/chrome_restart_request.cc ('k') | content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698