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

Side by Side Diff: blimp/engine/DEPS

Issue 2079943002: Change RenderFrame to use InterfaceRegistry et al. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@a2
Patch Set: . Created 4 years, 6 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 | « blimp/engine/BUILD.gn ('k') | blimp/engine/renderer/blob_channel_sender_proxy.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 include_rules = [ 1 include_rules = [
2 "+base", 2 "+base",
3 "+cc", 3 "+cc",
4 "-chrome", 4 "-chrome",
5 "+components/crash", 5 "+components/crash",
6 "+components/metrics", 6 "+components/metrics",
7 "+components/pref_registry", 7 "+components/pref_registry",
8 "+components/prefs", 8 "+components/prefs",
9 "+components/version_info", 9 "+components/version_info",
10 "+components/web_cache/renderer", 10 "+components/web_cache/renderer",
11 "+content/public", 11 "+content/public",
12 "+mojo/public", 12 "+mojo/public",
13 "+net", 13 "+net",
14 "+services/shell/public/cpp",
14 "+third_party/blimp_fonts", 15 "+third_party/blimp_fonts",
15 "+third_party/khronos/GLES2/gl2.h", 16 "+third_party/khronos/GLES2/gl2.h",
16 "+third_party/WebKit/public/web/WebInputEvent.h", 17 "+third_party/WebKit/public/web/WebInputEvent.h",
17 "+ui/aura", 18 "+ui/aura",
18 "+ui/base", 19 "+ui/base",
19 "+ui/compositor", 20 "+ui/compositor",
20 "+ui/display", 21 "+ui/display",
21 "+ui/events", 22 "+ui/events",
22 "+ui/gfx", 23 "+ui/gfx",
23 "+ui/gl", 24 "+ui/gl",
24 "+ui/native_theme", 25 "+ui/native_theme",
25 "+ui/platform_window", 26 "+ui/platform_window",
26 "+ui/resources", 27 "+ui/resources",
27 "+ui/wm", 28 "+ui/wm",
28 ] 29 ]
OLDNEW
« no previous file with comments | « blimp/engine/BUILD.gn ('k') | blimp/engine/renderer/blob_channel_sender_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698