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

Side by Side Diff: content/DEPS

Issue 10351002: ui: Move surface/ directory out of gfx/, up to ui/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix gpu DEPS Created 8 years, 7 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/test/gpu/gpu_feature_browsertest.cc ('k') | content/browser/gpu/gpu_process_host.cc » ('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 from 1 # Do NOT add chrome to the list below. We shouldn't be including files from
2 # src/chrome in src/content. 2 # src/chrome in src/content.
3 include_rules = [ 3 include_rules = [
4 "+crypto", 4 "+crypto",
5 5
6 "-chrome", 6 "-chrome",
7 # Until we move most of our testing infrastructure in a way that content can 7 # Until we move most of our testing infrastructure in a way that content can
8 # make use of it. 8 # make use of it.
9 "+chrome/test", 9 "+chrome/test",
10 10
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 "+third_party/tcmalloc", 46 "+third_party/tcmalloc",
47 "+third_party/khronos", 47 "+third_party/khronos",
48 "+third_party/webrtc", 48 "+third_party/webrtc",
49 "+third_party/WebKit/Source/Platform/chromium", 49 "+third_party/WebKit/Source/Platform/chromium",
50 "+third_party/WebKit/Source/WebKit/chromium", 50 "+third_party/WebKit/Source/WebKit/chromium",
51 51
52 # Aura is analogous to Win32 or a Gtk, so it is allowed. 52 # Aura is analogous to Win32 or a Gtk, so it is allowed.
53 "+ui/aura", 53 "+ui/aura",
54 "+ui/base", 54 "+ui/base",
55 "+ui/gfx", 55 "+ui/gfx",
56 "+ui/surface",
56 # Content knows about grd files, but the specifics of how to get a resource 57 # Content knows about grd files, but the specifics of how to get a resource
57 # given its id is left to the embedder. 58 # given its id is left to the embedder.
58 "-ui/base/l10n", 59 "-ui/base/l10n",
59 "-ui/base/resource", 60 "-ui/base/resource",
60 # This file isn't related to grd, so it's fine. 61 # This file isn't related to grd, so it's fine.
61 "+ui/base/l10n/l10n_util_win.h", 62 "+ui/base/l10n/l10n_util_win.h",
62 63
63 # Content shouldn't depend on views. While we technically don't need this 64 # Content shouldn't depend on views. While we technically don't need this
64 # line, since the top level DEPS doesn't allow it, we add it to make this 65 # line, since the top level DEPS doesn't allow it, we add it to make this
65 # explicit. 66 # explicit.
66 "-views", 67 "-views",
67 68
68 # Aura Shell consumes views, so it too is banned. 69 # Aura Shell consumes views, so it too is banned.
69 "-ui/aura_shell", 70 "-ui/aura_shell",
70 71
71 "+webkit", 72 "+webkit",
72 ] 73 ]
OLDNEW
« no previous file with comments | « chrome/test/gpu/gpu_feature_browsertest.cc ('k') | content/browser/gpu/gpu_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698