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

Side by Side Diff: blimp/engine/DEPS

Issue 1450423002: Add glue between the client and engine for Blimp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blimp_ipc2
Patch Set: Fix build break Created 5 years 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/browser/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 include_rules = [ 1 include_rules = [
2 "+base", 2 "+base",
3 "+cc", 3 "+cc",
4 "-chrome", 4 "-chrome",
5 "+components/web_cache/renderer", 5 "+components/web_cache/renderer",
6 "+content/public", 6 "+content/public",
7 "+net", 7 "+net",
8 "+third_party/khronos/GLES2/gl2.h", 8 "+third_party/khronos/GLES2/gl2.h",
9 "+third_party/WebKit/public/web/WebInputEvent.h",
9 "+ui/aura", 10 "+ui/aura",
10 "+ui/base", 11 "+ui/base",
11 "+ui/compositor", 12 "+ui/compositor",
12 "+ui/events", 13 "+ui/events",
13 "+ui/gfx", 14 "+ui/gfx",
14 "+ui/platform_window", 15 "+ui/platform_window",
15 "+ui/resources", 16 "+ui/resources",
16 "+ui/wm", 17 "+ui/wm",
17 ] 18 ]
OLDNEW
« no previous file with comments | « blimp/engine/BUILD.gn ('k') | blimp/engine/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698