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

Side by Side Diff: blimp/engine/DEPS

Issue 1776133002: Add Android fonts to blimp engine (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed references to chromeos Created 4 years, 9 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/Dockerfile » ('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/version_info", 5 "+components/version_info",
6 "+components/web_cache/renderer", 6 "+components/web_cache/renderer",
7 "+content/public", 7 "+content/public",
8 "+net", 8 "+net",
9 "+third_party/blimp_fonts",
9 "+third_party/khronos/GLES2/gl2.h", 10 "+third_party/khronos/GLES2/gl2.h",
10 "+third_party/WebKit/public/web/WebInputEvent.h", 11 "+third_party/WebKit/public/web/WebInputEvent.h",
11 "+ui/aura", 12 "+ui/aura",
12 "+ui/base", 13 "+ui/base",
13 "+ui/compositor", 14 "+ui/compositor",
14 "+ui/events", 15 "+ui/events",
15 "+ui/gfx", 16 "+ui/gfx",
16 "+ui/platform_window", 17 "+ui/platform_window",
17 "+ui/resources", 18 "+ui/resources",
18 "+ui/wm", 19 "+ui/wm",
19 ] 20 ]
OLDNEW
« no previous file with comments | « blimp/engine/BUILD.gn ('k') | blimp/engine/Dockerfile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698